aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Turquette <[email protected]>2016-06-22 19:12:22 -0700
committerArnd Bergmann <[email protected]>2016-07-07 17:54:08 +0200
commit59bdefe978bb29be6b0c6d4aff958fa44d21a945 (patch)
treeffb5aed561d792d42ae108c63cb23da94def6b9a
parentfc7c0be08448be0445c310b9a2ece48d85c08c7b (diff)
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 <[email protected]> Signed-off-by: Kevin Hilman <[email protected]> Signed-off-by: Arnd Bergmann <[email protected]>
-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.