From: Michael Turquette Date: Thu, 23 Jun 2016 02:12:22 +0000 (-0700) Subject: arm64: amlogic: select gxbb clk driver X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=59bdefe978bb29be6b0c6d4aff958fa44d21a945;p=deliverable%2Flinux.git 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 Signed-off-by: Kevin Hilman Signed-off-by: Arnd Bergmann --- 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.