diff options
author | Michael Turquette <mturquette@baylibre.com> | 2016-06-22 19:12:22 -0700 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2016-07-07 17:54:08 +0200 |
commit | 59bdefe978bb29be6b0c6d4aff958fa44d21a945 (patch) | |
tree | ffb5aed561d792d42ae108c63cb23da94def6b9a /arch/arm64/Kconfig.platforms | |
parent | fc7c0be08448be0445c310b9a2ece48d85c08c7b (diff) | |
download | op-kernel-dev-59bdefe978bb29be6b0c6d4aff958fa44d21a945.zip op-kernel-dev-59bdefe978bb29be6b0c6d4aff958fa44d21a945.tar.gz |
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.platforms | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms index 143761d..ca196d8 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. |