arm64: amlogic: select gxbb clk driver
authorMichael Turquette <mturquette@baylibre.com>
Thu, 23 Jun 2016 02:12:22 +0000 (19:12 -0700)
committerArnd Bergmann <arnd@arndb.de>
Thu, 7 Jul 2016 15:54:08 +0000 (17:54 +0200)
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>
arch/arm64/Kconfig.platforms

index 143761dd09d1f524b5bd2b42ba893469bd940142..ca196d8e76f2b3c02fb4a1d3fa124b8039436a67 100644 (file)
@@ -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.