diff options
author | Martin Blumenstingl <martin.blumenstingl@googlemail.com> | 2017-06-04 21:33:40 +0300 |
---|---|---|
committer | Kevin Hilman <khilman@baylibre.com> | 2017-06-09 21:15:36 +0300 |
commit | 2dda2de5a1e1684aa4d31d0c2db42f6446a76a86 (patch) | |
tree | a1c27acdd07eacc0a544c59a1bf3dd8b01f02d53 /arch/arm/mach-meson | |
parent | 2ea659a9ef488125eb46da6eb571de5eae5c43f6 (diff) | |
download | linux-2dda2de5a1e1684aa4d31d0c2db42f6446a76a86.tar.xz |
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 <martin.blumenstingl@googlemail.com>
Acked-by: Jerome Brunet <jbrunet@baylibre.com>
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
Diffstat (limited to 'arch/arm/mach-meson')
-rw-r--r-- | arch/arm/mach-meson/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
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" |