From: Geert Uytterhoeven Date: Tue, 21 Jan 2020 10:37:14 +0000 (+0100) Subject: ARM: meson: Drop unneeded select of COMMON_CLK X-Git-Tag: v5.6-rc5~1^2~3^2~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a469226d97e3354df6d013283b30f6e9936dc03d;p=thirdparty%2Fkernel%2Flinux.git ARM: meson: Drop unneeded select of COMMON_CLK Support for Amlogic Meson SoCs depends on ARCH_MULTI_V7, and thus on ARCH_MULTIPLATFORM. As the latter selects COMMON_CLK, there is no need for ARCH_MESON to select COMMON_CLK. Signed-off-by: Geert Uytterhoeven Cc: Kevin Hilman Cc: linux-amlogic@lists.infradead.org Acked-by: Martin Blumenstingl Link: https://lore.kernel.org/r/20200121103722.1781-12-geert+renesas@glider.be Signed-off-by: Kevin Hilman --- diff --git a/arch/arm/mach-meson/Kconfig b/arch/arm/mach-meson/Kconfig index 01f0f4b765e00..75034fe197e3b 100644 --- a/arch/arm/mach-meson/Kconfig +++ b/arch/arm/mach-meson/Kconfig @@ -9,7 +9,6 @@ menuconfig ARCH_MESON select CACHE_L2X0 select PINCTRL select PINCTRL_MESON - select COMMON_CLK select HAVE_ARM_SCU if SMP select HAVE_ARM_TWD if SMP