From: Vladimir Murzin Date: Fri, 22 Jul 2016 14:22:13 +0000 (+0100) Subject: ARM: realview: no need to select SMP_ON_UP explicitly X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=21c170c28ee46da75ff4cfa65e1d446b9d59914a;p=linux-beck.git ARM: realview: no need to select SMP_ON_UP explicitly SMP_ON_UP is already defaulted to "y" and has all dependencies expressed - no need to select it per platform level Signed-off-by: Vladimir Murzin Signed-off-by: Linus Walleij --- diff --git a/arch/arm/mach-realview/Kconfig b/arch/arm/mach-realview/Kconfig index 70ab4a25a5f8..739800e8101f 100644 --- a/arch/arm/mach-realview/Kconfig +++ b/arch/arm/mach-realview/Kconfig @@ -24,7 +24,6 @@ config REALVIEW_DT select POWER_RESET select POWER_RESET_VERSATILE select POWER_SUPPLY - select SMP_ON_UP if SMP select SOC_REALVIEW select USE_OF help