From: Geert Uytterhoeven Date: Tue, 5 May 2020 15:07:13 +0000 (+0200) Subject: ARM: berlin: Drop unneeded select of HAVE_SMP X-Git-Tag: v5.8-rc1~140^2~22 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b8c5a80689bae8c13029bde2cc605b7011a09dfe;p=thirdparty%2Fkernel%2Flinux.git ARM: berlin: Drop unneeded select of HAVE_SMP Support for Marvell Berlin SoCs depends on ARCH_MULTI_V7. As the latter selects HAVE_SMP, there is no need for MACH_BERLIN_BG2 to select HAVE_SMP. Link: https://lore.kernel.org/r/20200505150722.1575-7-geert+renesas@glider.be Signed-off-by: Geert Uytterhoeven Cc: Jisheng Zhang Cc: Sebastian Hesselbarth Acked-by: Arnd Bergmann Signed-off-by: Arnd Bergmann --- diff --git a/arch/arm/mach-berlin/Kconfig b/arch/arm/mach-berlin/Kconfig index 5b1f61fd78780..01861fa72c971 100644 --- a/arch/arm/mach-berlin/Kconfig +++ b/arch/arm/mach-berlin/Kconfig @@ -19,7 +19,6 @@ config MACH_BERLIN_BG2 select CPU_PJ4B select HAVE_ARM_SCU if SMP select HAVE_ARM_TWD if SMP - select HAVE_SMP select PINCTRL_BERLIN_BG2 config MACH_BERLIN_BG2CD