Re: [PATCH 13/20] ARM: mmp: Drop unneeded select of COMMON_CLK
From: Lubomir Rintel <lkundrak@v3.sk>
Date: 2020-01-21 17:13:50
Also in:
lkml
On Tue, Jan 21, 2020 at 11:37:15AM +0100, Geert Uytterhoeven wrote:
Support for Marvell MMP ARMv5 platforms depends on ARCH_MULTI_V5, and thus on ARCH_MULTIPLATFORM. As the latter selects COMMON_CLK, there is no need for MACH_MMP_DT to select COMMON_CLK. Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Cc: Lubomir Rintel <lkundrak@v3.sk>
Acked-by: Lubomir Rintel <lkundrak@v3.sk> Thank you Lubo
quoted hunk ↗ jump to hunk
--- All patches in this series are independent of each other. Cover letter at https://lore.kernel.org/r/20200121103413.1337-1-geert+renesas@glider.be (local) arch/arm/mach-mmp/Kconfig | 1 - 1 file changed, 1 deletion(-)diff --git a/arch/arm/mach-mmp/Kconfig b/arch/arm/mach-mmp/Kconfig index b58a03b18bdef14c..6fe1550f43ec6aef 100644 --- a/arch/arm/mach-mmp/Kconfig +++ b/arch/arm/mach-mmp/Kconfig@@ -110,7 +110,6 @@ config MACH_MMP_DT depends on ARCH_MULTI_V5 select PINCTRL select PINCTRL_SINGLE - select COMMON_CLK select ARCH_HAS_RESET_CONTROLLER select CPU_MOHAWK help-- 2.17.1
_______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel