From: Arnd Bergmann Date: Thu, 31 Dec 2015 22:51:02 +0000 (+0100) Subject: ARM: realview: don't select SMP_ON_UP for UP builds X-Git-Tag: v4.5-rc1~45^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2cb58c016673c4c8b8ec59e71c5ec4b2c6a76afb;p=thirdparty%2Fkernel%2Flinux.git ARM: realview: don't select SMP_ON_UP for UP builds When CONFIG_SMP is disabled, we get a warning from Kconfig: warning: (SOC_IMX31 && SOC_IMX35 && SOC_VF610 && REALVIEW_DT) selects SMP_ON_UP which has unmet direct dependencies (SMP && !XIP_KERNEL && MMU) This changes the REALVIEW_DT Kconfig entry to not select SMP_ON_UP unless SMP is also set. Signed-off-by: Arnd Bergmann --- diff --git a/arch/arm/mach-realview/Kconfig b/arch/arm/mach-realview/Kconfig index 9e01e42bf267f..def40a0dd60cd 100644 --- a/arch/arm/mach-realview/Kconfig +++ b/arch/arm/mach-realview/Kconfig @@ -23,7 +23,7 @@ config REALVIEW_DT select POWER_RESET select POWER_RESET_VERSATILE select POWER_SUPPLY - select SMP_ON_UP + select SMP_ON_UP if SMP select SOC_REALVIEW select USE_OF help