diff options
author | Rob Herring <robh@kernel.org> | 2014-01-31 16:32:02 -0500 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2014-02-19 17:43:27 -0500 |
commit | 90bc8ac77dc85d2184da3d5280215b33253adffc (patch) | |
tree | af798f11439d8944f750a4b9be23cd64833e26e9 /arch/arm/mach-prima2 | |
parent | ddb902cc34593ecb88c368f6e15db3cf829c56fe (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-prima2')
-rw-r--r-- | arch/arm/mach-prima2/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-prima2/Kconfig b/arch/arm/mach-prima2/Kconfig index 16c2d90762f0..59aa3ea8ccaf 100644 --- a/arch/arm/mach-prima2/Kconfig +++ b/arch/arm/mach-prima2/Kconfig | |||
@@ -33,7 +33,6 @@ config ARCH_MARCO | |||
33 | default y | 33 | default y |
34 | select ARM_GIC | 34 | select ARM_GIC |
35 | select HAVE_ARM_SCU if SMP | 35 | select HAVE_ARM_SCU if SMP |
36 | select HAVE_SMP | ||
37 | select SMP_ON_UP if SMP | 36 | select SMP_ON_UP if SMP |
38 | help | 37 | help |
39 | Support for CSR SiRFSoC ARM Cortex A9 Platform | 38 | Support for CSR SiRFSoC ARM Cortex A9 Platform |