Browse Source

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 <vladimir.murzin@arm.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Vladimir Murzin 9 years ago
parent
commit
21c170c28e
1 changed files with 0 additions and 1 deletions
  1. 0 1
      arch/arm/mach-realview/Kconfig

+ 0 - 1
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