aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-zynq
diff options
context:
space:
mode:
authorRob Herring <robh@kernel.org>2014-01-31 16:32:02 -0500
committerRob Herring <robh@kernel.org>2014-02-19 17:43:27 -0500
commit90bc8ac77dc85d2184da3d5280215b33253adffc (patch)
treeaf798f11439d8944f750a4b9be23cd64833e26e9 /arch/arm/mach-zynq
parentddb902cc34593ecb88c368f6e15db3cf829c56fe (diff)
ARM: select HAVE_SMP for V7 multi-platform
All V7 platforms can run SMP kernels, so make CONFIG_SMP visible for V7 multi-platform builds. Signed-off-by: Rob Herring <robh@kernel.org> Acked-by: Stephen Warren <swarren@nvidia.com> Acked-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm/mach-zynq')
-rw-r--r--arch/arm/mach-zynq/Kconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-zynq/Kconfig b/arch/arm/mach-zynq/Kconfig
index 85d180583402..70e247dd1f08 100644
--- a/arch/arm/mach-zynq/Kconfig
+++ b/arch/arm/mach-zynq/Kconfig
@@ -6,7 +6,6 @@ config ARCH_ZYNQ
6 select HAVE_ARM_TWD if SMP 6 select HAVE_ARM_TWD if SMP
7 select ICST 7 select ICST
8 select MIGHT_HAVE_CACHE_L2X0 8 select MIGHT_HAVE_CACHE_L2X0
9 select HAVE_SMP
10 select CADENCE_TTC_TIMER 9 select CADENCE_TTC_TIMER
11 select ARM_GLOBAL_TIMER 10 select ARM_GLOBAL_TIMER
12 help 11 help