diff options
author | Rob Herring <robh@kernel.org> | 2014-01-31 15:32:02 -0600 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2014-02-19 16:43:27 -0600 |
commit | 90bc8ac77dc85d2184da3d5280215b33253adffc (patch) | |
tree | af798f11439d8944f750a4b9be23cd64833e26e9 /arch/arm/mach-keystone | |
parent | ddb902cc34593ecb88c368f6e15db3cf829c56fe (diff) | |
download | op-kernel-dev-90bc8ac77dc85d2184da3d5280215b33253adffc.zip op-kernel-dev-90bc8ac77dc85d2184da3d5280215b33253adffc.tar.gz |
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-keystone')
-rw-r--r-- | arch/arm/mach-keystone/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-keystone/Kconfig b/arch/arm/mach-keystone/Kconfig index 00ed744..f50bc93 100644 --- a/arch/arm/mach-keystone/Kconfig +++ b/arch/arm/mach-keystone/Kconfig @@ -3,7 +3,6 @@ config ARCH_KEYSTONE depends on ARCH_MULTI_V7 select ARM_GIC select HAVE_ARM_ARCH_TIMER - select HAVE_SMP select CLKSRC_MMIO select ARM_ERRATA_798181 if SMP select COMMON_CLK_KEYSTONE |