aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-imx/Kconfig
diff options
context:
space:
mode:
authorVladimir Murzin <vladimir.murzin@arm.com>2016-08-15 21:19:56 +0800
committerShawn Guo <shawnguo@kernel.org>2016-08-15 21:19:56 +0800
commit90012149ef176605eab390ee6b6c9a1743263217 (patch)
tree7399ac14136fd1aba8663b911cd92a6e24c6586b /arch/arm/mach-imx/Kconfig
parentARM: i.MX: Move SOC_IMX1 into 'Device tree only' (diff)
downloadlinux-dev-90012149ef176605eab390ee6b6c9a1743263217.tar.xz
linux-dev-90012149ef176605eab390ee6b6c9a1743263217.zip
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>
Diffstat (limited to 'arch/arm/mach-imx/Kconfig')
-rw-r--r--arch/arm/mach-imx/Kconfig3
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/arm/mach-imx/Kconfig b/arch/arm/mach-imx/Kconfig
index 9da32847a43b..0ac05a03a83d 100644
--- a/arch/arm/mach-imx/Kconfig
+++ b/arch/arm/mach-imx/Kconfig
@@ -81,7 +81,6 @@ config SOC_IMX31
bool
select CPU_V6
select MXC_AVIC
- select SMP_ON_UP if SMP
config SOC_IMX35
bool
@@ -89,7 +88,6 @@ config SOC_IMX35
select HAVE_EPIT
select MXC_AVIC
select PINCTRL_IMX35
- select SMP_ON_UP if SMP
if ARCH_MULTI_V5
@@ -562,7 +560,6 @@ config SOC_VF610
select ARM_GIC if ARCH_MULTI_V7
select PINCTRL_VF610
select PL310_ERRATA_769419 if CACHE_L2X0
- select SMP_ON_UP if SMP
help
This enables support for Freescale Vybrid VF610 processor.