From: Geert Uytterhoeven Date: Tue, 5 May 2020 15:07:09 +0000 (+0200) Subject: ARM: actions: Drop unneeded select of COMMON_CLK X-Git-Tag: v5.8-rc1~140^2~26 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4039a44c9ee9ce09fe0ca480788b89071ee6c585;p=thirdparty%2Fkernel%2Flinux.git ARM: actions: Drop unneeded select of COMMON_CLK Support for Actions Semi SoCs depends on ARCH_MULTI_V7, and thus on ARCH_MULTIPLATFORM. As the latter selects COMMON_CLK, there is no need for ARCH_ACTIONS to select COMMON_CLK. Link: https://lore.kernel.org/r/20200505150722.1575-3-geert+renesas@glider.be Signed-off-by: Geert Uytterhoeven Cc: Andreas Färber Cc: Manivannan Sadhasivam Acked-by: Arnd Bergmann Reviewed-by: Andreas Färber Signed-off-by: Arnd Bergmann --- diff --git a/arch/arm/mach-actions/Kconfig b/arch/arm/mach-actions/Kconfig index b5e0ac965ec0d..00fb4babccdd9 100644 --- a/arch/arm/mach-actions/Kconfig +++ b/arch/arm/mach-actions/Kconfig @@ -7,7 +7,6 @@ menuconfig ARCH_ACTIONS select ARM_GLOBAL_TIMER select CACHE_L2X0 select CLKSRC_ARM_GLOBAL_TIMER_SCHED_CLOCK - select COMMON_CLK select GENERIC_IRQ_CHIP select HAVE_ARM_SCU if SMP select HAVE_ARM_TWD if SMP