aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-imx
diff options
context:
space:
mode:
authorVladimir Murzin <vladimir.murzin@arm.com>2016-08-15 09:19:56 -0400
committerShawn Guo <shawnguo@kernel.org>2016-08-15 09:19:56 -0400
commit90012149ef176605eab390ee6b6c9a1743263217 (patch)
tree7399ac14136fd1aba8663b911cd92a6e24c6586b /arch/arm/mach-imx
parent9a008da21f5ecf5b3c8345a2dfb91c7e95958935 (diff)
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')
-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
81 bool 81 bool
82 select CPU_V6 82 select CPU_V6
83 select MXC_AVIC 83 select MXC_AVIC
84 select SMP_ON_UP if SMP
85 84
86config SOC_IMX35 85config SOC_IMX35
87 bool 86 bool
@@ -89,7 +88,6 @@ config SOC_IMX35
89 select HAVE_EPIT 88 select HAVE_EPIT
90 select MXC_AVIC 89 select MXC_AVIC
91 select PINCTRL_IMX35 90 select PINCTRL_IMX35
92 select SMP_ON_UP if SMP
93 91
94if ARCH_MULTI_V5 92if ARCH_MULTI_V5
95 93
@@ -562,7 +560,6 @@ config SOC_VF610
562 select ARM_GIC if ARCH_MULTI_V7 560 select ARM_GIC if ARCH_MULTI_V7
563 select PINCTRL_VF610 561 select PINCTRL_VF610
564 select PL310_ERRATA_769419 if CACHE_L2X0 562 select PL310_ERRATA_769419 if CACHE_L2X0
565 select SMP_ON_UP if SMP
566 563
567 help 564 help
568 This enables support for Freescale Vybrid VF610 processor. 565 This enables support for Freescale Vybrid VF610 processor.