diff mbox series

[2/2] ARM: meson: remove COMMON_CLK_AMLOGIC selection

Message ID 20190128182252.32589-3-jbrunet@baylibre.com
State New
Headers show
Series ARM: meson: do not select COMMON_CLK_AMLOGIC | expand

Commit Message

Jerome Brunet Jan. 28, 2019, 6:22 p.m. UTC
Selecting COMMON_CLK_AMLOGIC is not required as it is already selected
by the SoC clock controller driver

Signed-off-by: Jerome Brunet <jbrunet@baylibre.com>

---
 arch/arm/mach-meson/Kconfig | 1 -
 1 file changed, 1 deletion(-)

-- 
2.20.1
diff mbox series

Patch

diff --git a/arch/arm/mach-meson/Kconfig b/arch/arm/mach-meson/Kconfig
index b16831697183..15e9cb75738e 100644
--- a/arch/arm/mach-meson/Kconfig
+++ b/arch/arm/mach-meson/Kconfig
@@ -9,7 +9,6 @@  menuconfig ARCH_MESON
 	select PINCTRL
 	select PINCTRL_MESON
 	select COMMON_CLK
-	select COMMON_CLK_AMLOGIC
 	select HAVE_ARM_SCU if SMP
 	select HAVE_ARM_TWD if SMP