diff options
author | Rob Herring <robh@kernel.org> | 2014-02-01 01:32:02 +0400 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2014-02-20 02:43:27 +0400 |
commit | 90bc8ac77dc85d2184da3d5280215b33253adffc (patch) | |
tree | af798f11439d8944f750a4b9be23cd64833e26e9 /arch/arm/mach-rockchip | |
parent | ddb902cc34593ecb88c368f6e15db3cf829c56fe (diff) | |
download | linux-90bc8ac77dc85d2184da3d5280215b33253adffc.tar.xz |
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-rockchip')
-rw-r--r-- | arch/arm/mach-rockchip/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-rockchip/Kconfig b/arch/arm/mach-rockchip/Kconfig index 2a695bc977b2..6b2f58645a73 100644 --- a/arch/arm/mach-rockchip/Kconfig +++ b/arch/arm/mach-rockchip/Kconfig @@ -6,7 +6,6 @@ config ARCH_ROCKCHIP select ARM_GIC select CACHE_L2X0 select HAVE_ARM_TWD if SMP - select HAVE_SMP select DW_APB_TIMER_OF select ARM_GLOBAL_TIMER select CLKSRC_ARM_GLOBAL_TIMER_SCHED_CLOCK |