diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2020-05-05 18:07:10 +0300 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2020-05-16 00:27:37 +0300 |
commit | 84ce0141031a80864083448ba919046393ca0eb4 (patch) | |
tree | 40a6493088db1f983796a0716dc69a9bc9e4a44f /arch/arm/mach-alpine | |
parent | 4039a44c9ee9ce09fe0ca480788b89071ee6c585 (diff) | |
download | linux-84ce0141031a80864083448ba919046393ca0eb4.tar.xz |
ARM: alpine: Drop unneeded select of HAVE_SMP
Support for Annapurna Labs Alpine platforms depends on ARCH_MULTI_V7.
As the latter selects HAVE_SMP, there is no need for ARCH_ALPINE to
select HAVE_SMP.
Link: https://lore.kernel.org/r/20200505150722.1575-4-geert+renesas@glider.be
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Cc: Tsahee Zidenberg <tsahee@annapurnalabs.com>
Cc: Antoine Tenart <antoine.tenart@bootlin.com>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm/mach-alpine')
-rw-r--r-- | arch/arm/mach-alpine/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-alpine/Kconfig b/arch/arm/mach-alpine/Kconfig index bc04c91294cf..6a68a162385b 100644 --- a/arch/arm/mach-alpine/Kconfig +++ b/arch/arm/mach-alpine/Kconfig @@ -7,7 +7,6 @@ config ARCH_ALPINE select ARM_GIC select GENERIC_IRQ_CHIP select HAVE_ARM_ARCH_TIMER - select HAVE_SMP select MFD_SYSCON select FORCE_PCI select PCI_HOST_GENERIC |