summaryrefslogtreecommitdiffstats
path: root/arch/arm64/Kconfig.platforms
diff options
context:
space:
mode:
authorMichael Turquette2016-06-23 04:12:22 +0200
committerArnd Bergmann2016-07-07 17:54:08 +0200
commit59bdefe978bb29be6b0c6d4aff958fa44d21a945 (patch)
treeffb5aed561d792d42ae108c63cb23da94def6b9a /arch/arm64/Kconfig.platforms
parentMerge tag 'arm-soc/for-4.8/soc-arm64-part2' of http://github.com/Broadcom/stb... (diff)
downloadkernel-qcow2-linux-59bdefe978bb29be6b0c6d4aff958fa44d21a945.tar.gz
kernel-qcow2-linux-59bdefe978bb29be6b0c6d4aff958fa44d21a945.tar.xz
kernel-qcow2-linux-59bdefe978bb29be6b0c6d4aff958fa44d21a945.zip
arm64: amlogic: select gxbb clk driver
The AmLogic clock controller code is used by both arm and arm64 architectures. Explicitly select the core code for all Meson (arm64) builds, and also select the GXBB driver, since that's the way arm64 does things. 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/arm64/Kconfig.platforms')
-rw-r--r--arch/arm64/Kconfig.platforms2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms
index 143761dd09d1..ca196d8e76f2 100644
--- a/arch/arm64/Kconfig.platforms
+++ b/arch/arm64/Kconfig.platforms
@@ -82,6 +82,8 @@ config ARCH_MESON
bool "Amlogic Platforms"
select PINCTRL
select PINCTRL_MESON
+ select COMMON_CLK_AMLOGIC
+ select COMMON_CLK_GXBB
help
This enables support for the Amlogic S905 SoCs.