Certain randconfigs may not select neither CONFIG_32BIT nor CONFIG_64BIT which can lead to build problems and to the following Kbuild warning: .config:154:warning: symbol value '' invalid for PHYSICAL_START Signed-off-by: Markos Chandras <markos.chandras@xxxxxxxxxx> Acked-by: Steven J. Hill <Steven.Hill@xxxxxxxxxx> --- This patch is for the upstream-sfr/mips-for-linux-next tree --- arch/mips/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index 7a58ab9..dffab77 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig @@ -1714,6 +1714,7 @@ menu "Kernel type" choice prompt "Kernel code model" + default 32BIT help You should only select this option if you have a workload that actually benefits from 64-bit processing or if your machine has -- 1.8.2.1