diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2020-05-05 17:07:20 +0200 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2020-05-15 23:27:38 +0200 |
commit | 9fe2b45889db54fdfa9080f826e08e3bdcf0e18d (patch) | |
tree | 56dd6e44915ea88e772626539b2b8f8b8010cc1c /arch/arm/mach-prima2 | |
parent | c5b18873f5b956bd46d42effbffb1b929788190a (diff) | |
download | lwn-9fe2b45889db54fdfa9080f826e08e3bdcf0e18d.tar.gz lwn-9fe2b45889db54fdfa9080f826e08e3bdcf0e18d.zip |
ARM: prima2: Drop unneeded select of HAVE_SMP
Support for CSR SiRF SoCs depends on ARCH_MULTI_V7.
As the latter selects HAVE_SMP, there is no need for ARCH_ATLAS7 to
select HAVE_SMP.
Link: https://lore.kernel.org/r/20200505150722.1575-14-geert+renesas@glider.be
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Cc: Barry Song <baohua@kernel.org>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-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 6f66785fab01..ea077f66372d 100644 --- a/arch/arm/mach-prima2/Kconfig +++ b/arch/arm/mach-prima2/Kconfig @@ -30,7 +30,6 @@ config ARCH_ATLAS7 select ARM_GIC select ATLAS7_TIMER select HAVE_ARM_SCU if SMP - select HAVE_SMP help Support for CSR SiRFSoC ARM Cortex A7 Platform |