diff options
author | Michael Turquette <mturquette@baylibre.com> | 2016-06-23 05:12:21 +0300 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2016-07-07 18:54:25 +0300 |
commit | efea375fa93bde40214421ba176221438176cd06 (patch) | |
tree | de1d43b284cde4e6ad10a632a25756e80ddc83a6 /arch/arm/mach-meson | |
parent | a30eceb7a59daa2d92cca7f2f30b9bd91a8d7111 (diff) | |
download | linux-efea375fa93bde40214421ba176221438176cd06.tar.xz |
arm: meson: explicitly select clk drivers
The AmLogic clock controller code is used by both arm and arm64
architectures. Explicitly select the core code for all Meson (32-bit
arm) builds, and also select the Meson8b driver when that machine is
built.
Signed-off-by: Michael Turquette <mturquette@baylibre.com>
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm/mach-meson')
-rw-r--r-- | arch/arm/mach-meson/Kconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/mach-meson/Kconfig b/arch/arm/mach-meson/Kconfig index fbce42d7390f..b6e3acc63e14 100644 --- a/arch/arm/mach-meson/Kconfig +++ b/arch/arm/mach-meson/Kconfig @@ -7,6 +7,8 @@ menuconfig ARCH_MESON select CACHE_L2X0 select PINCTRL select PINCTRL_MESON + select COMMON_CLK + select COMMON_CLK_AMLOGIC if ARCH_MESON @@ -24,5 +26,6 @@ config MACH_MESON8B bool "Amlogic Meson8b SoCs support" default ARCH_MESON select MESON6_TIMER + select COMMON_CLK_MESON8B endif |