diff options
author | Geert Uytterhoeven <[email protected]> | 2020-05-05 17:07:20 +0200 |
---|---|---|
committer | Arnd Bergmann <[email protected]> | 2020-05-15 23:27:38 +0200 |
commit | 9fe2b45889db54fdfa9080f826e08e3bdcf0e18d (patch) | |
tree | 56dd6e44915ea88e772626539b2b8f8b8010cc1c | |
parent | c5b18873f5b956bd46d42effbffb1b929788190a (diff) |
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/[email protected]
Signed-off-by: Geert Uytterhoeven <[email protected]>
Cc: Barry Song <[email protected]>
Acked-by: Arnd Bergmann <[email protected]>
Signed-off-by: Arnd Bergmann <[email protected]>
-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 |