aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVladimir Murzin <[email protected]>2016-07-22 15:22:13 +0100
committerLinus Walleij <[email protected]>2016-08-15 20:52:57 +0200
commit21c170c28ee46da75ff4cfa65e1d446b9d59914a (patch)
tree11583bf06b26b54a5983fcb2559315ec4f3f510a
parent7484c727b636a838818e71f6d03114633b25aba2 (diff)
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 <[email protected]> Signed-off-by: Linus Walleij <[email protected]>
-rw-r--r--arch/arm/mach-realview/Kconfig1
1 files changed, 0 insertions, 1 deletions
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