From: Martin Blumenstingl Date: Sun, 4 Jun 2017 18:33:40 +0000 (+0200) Subject: arm: meson: select the clock controller for Meson8 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=2dda2de5a1e1684aa4d31d0c2db42f6446a76a86;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git arm: meson: select the clock controller for Meson8 Select COMMON_CLK_MESON8B also for MACH_MESON8 since the Meson8b clock controller driver can also be used on Meson8 SoCs now that we have a separate compatible for it. Signed-off-by: Martin Blumenstingl Acked-by: Jerome Brunet Signed-off-by: Kevin Hilman --- diff --git a/arch/arm/mach-meson/Kconfig b/arch/arm/mach-meson/Kconfig index b6e3acc63e14..ee30511849ca 100644 --- a/arch/arm/mach-meson/Kconfig +++ b/arch/arm/mach-meson/Kconfig @@ -21,6 +21,7 @@ config MACH_MESON8 bool "Amlogic Meson8 SoCs support" default ARCH_MESON select MESON6_TIMER + select COMMON_CLK_MESON8B config MACH_MESON8B bool "Amlogic Meson8b SoCs support"