ARM: mvebu: Drop unneeded select of HAVE_SMP
authorGeert Uytterhoeven <geert+renesas@glider.be>
Tue, 5 May 2020 15:07:18 +0000 (17:07 +0200)
committerArnd Bergmann <arnd@arndb.de>
Fri, 15 May 2020 21:27:38 +0000 (23:27 +0200)
Support for Marvell Armada 375, 380, 385, and 39x SoCs depends on
ARCH_MULTI_V7.
As the latter selects HAVE_SMP, there is no need for MACH_ARMADA_375,
MACH_ARMADA_38X, and MACH_ARMADA_39X to select HAVE_SMP.

Link: https://lore.kernel.org/r/20200505150722.1575-12-geert+renesas@glider.be
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Cc: Jason Cooper <jason@lakedaemon.net>
Cc: Andrew Lunn <andrew@lunn.ch>
Cc: Gregory Clement <gregory.clement@bootlin.com>
Cc: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
arch/arm/mach-mvebu/Kconfig

index 7a5629b..34dbeaa 100644 (file)
@@ -47,7 +47,6 @@ config MACH_ARMADA_375
        select ARMADA_375_CLK
        select HAVE_ARM_SCU
        select HAVE_ARM_TWD if SMP
-       select HAVE_SMP
        select MACH_MVEBU_V7
        select PINCTRL_ARMADA_375
        help
@@ -66,7 +65,6 @@ config MACH_ARMADA_38X
        select ARMADA_38X_CLK
        select HAVE_ARM_SCU
        select HAVE_ARM_TWD if SMP
-       select HAVE_SMP
        select MACH_MVEBU_V7
        select PINCTRL_ARMADA_38X
        help
@@ -82,7 +80,6 @@ config MACH_ARMADA_39X
        select CACHE_L2X0
        select HAVE_ARM_SCU
        select HAVE_ARM_TWD if SMP
-       select HAVE_SMP
        select MACH_MVEBU_V7
        select PINCTRL_ARMADA_39X
        help