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>
This commit is contained in:
Vladimir Murzin 2016-07-22 15:22:13 +01:00 committed by Linus Walleij
parent 7484c727b6
commit 21c170c28e

View 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