arm64: meson: enable g12a clock controller
authorJerome Brunet <jbrunet@baylibre.com>
Fri, 8 Feb 2019 10:14:04 +0000 (11:14 +0100)
committerKevin Hilman <khilman@baylibre.com>
Fri, 8 Feb 2019 17:30:25 +0000 (09:30 -0800)
Enable the g12a clock controller for ARCH_MESON

Signed-off-by: Jerome Brunet <jbrunet@baylibre.com>
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
arch/arm64/Kconfig.platforms

index 819e74a..d0e0bd4 100644 (file)
@@ -114,9 +114,11 @@ config ARCH_MESON
        select PINCTRL_MESON
        select COMMON_CLK_GXBB
        select COMMON_CLK_AXG
+       select COMMON_CLK_G12A
        select MESON_IRQ_GPIO
        help
-         This enables support for the Amlogic S905 SoCs.
+         This enables support for the arm64 based Amlogic SoCs
+         such as the s905, S905X/D, S912, A113X/D or S905X/D2
 
 config ARCH_MVEBU
        bool "Marvell EBU SoC Family"