ARM: realview: no need to select SMP_ON_UP explicitly
authorVladimir Murzin <vladimir.murzin@arm.com>
Fri, 22 Jul 2016 14:22:13 +0000 (15:22 +0100)
committerLinus Walleij <linus.walleij@linaro.org>
Mon, 15 Aug 2016 18:52:57 +0000 (20:52 +0200)
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 <vladimir.murzin@arm.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
arch/arm/mach-realview/Kconfig

index 70ab4a2..739800e 100644 (file)
@@ -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