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-omap2 | |
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-omap2')
-rw-r--r-- | arch/arm/mach-omap2/Kconfig | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/mach-omap2/Kconfig b/arch/arm/mach-omap2/Kconfig index d4eb5e97406b..922cbd8e3519 100644 --- a/arch/arm/mach-omap2/Kconfig +++ b/arch/arm/mach-omap2/Kconfig | |||
@@ -32,7 +32,6 @@ config ARCH_OMAP4 | |||
32 | select CACHE_L2X0 | 32 | select CACHE_L2X0 |
33 | select HAVE_ARM_SCU if SMP | 33 | select HAVE_ARM_SCU if SMP |
34 | select HAVE_ARM_TWD if SMP | 34 | select HAVE_ARM_TWD if SMP |
35 | select HAVE_SMP | ||
36 | select OMAP_INTERCONNECT | 35 | select OMAP_INTERCONNECT |
37 | select PL310_ERRATA_588369 | 36 | select PL310_ERRATA_588369 |
38 | select PL310_ERRATA_727915 | 37 | select PL310_ERRATA_727915 |
@@ -50,7 +49,6 @@ config SOC_OMAP5 | |||
50 | select ARM_GIC | 49 | select ARM_GIC |
51 | select HAVE_ARM_SCU if SMP | 50 | select HAVE_ARM_SCU if SMP |
52 | select HAVE_ARM_TWD if SMP | 51 | select HAVE_ARM_TWD if SMP |
53 | select HAVE_SMP | ||
54 | select HAVE_ARM_ARCH_TIMER | 52 | select HAVE_ARM_ARCH_TIMER |
55 | select ARM_ERRATA_798181 if SMP | 53 | select ARM_ERRATA_798181 if SMP |
56 | 54 | ||