2
0
mirror of https://github.com/edk2-porting/linux-next.git synced 2024-12-29 23:53:55 +08:00

ARM: imx: 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: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
Vladimir Murzin 2016-08-15 21:19:56 +08:00 committed by Shawn Guo
parent 9a008da21f
commit 90012149ef

View File

@ -81,7 +81,6 @@ config SOC_IMX31
bool bool
select CPU_V6 select CPU_V6
select MXC_AVIC select MXC_AVIC
select SMP_ON_UP if SMP
config SOC_IMX35 config SOC_IMX35
bool bool
@ -89,7 +88,6 @@ config SOC_IMX35
select HAVE_EPIT select HAVE_EPIT
select MXC_AVIC select MXC_AVIC
select PINCTRL_IMX35 select PINCTRL_IMX35
select SMP_ON_UP if SMP
if ARCH_MULTI_V5 if ARCH_MULTI_V5
@ -562,7 +560,6 @@ config SOC_VF610
select ARM_GIC if ARCH_MULTI_V7 select ARM_GIC if ARCH_MULTI_V7
select PINCTRL_VF610 select PINCTRL_VF610
select PL310_ERRATA_769419 if CACHE_L2X0 select PL310_ERRATA_769419 if CACHE_L2X0
select SMP_ON_UP if SMP
help help
This enables support for Freescale Vybrid VF610 processor. This enables support for Freescale Vybrid VF610 processor.