diff options
author | Jerome Brunet <jbrunet@baylibre.com> | 2019-02-08 11:14:04 +0100 |
---|---|---|
committer | Kevin Hilman <khilman@baylibre.com> | 2019-02-08 09:30:25 -0800 |
commit | b3077ffcfa24b05c05af3b990d97a392ef88b22e (patch) | |
tree | c99fad3703fe1d342ea662826c5d57d944ed1d6a /arch/arm64/Kconfig.platforms | |
parent | 57bf684f1590466a803332e5bf280c69c20cd3da (diff) | |
download | linux-next-b3077ffcfa24b05c05af3b990d97a392ef88b22e.tar.gz |
arm64: meson: enable g12a clock controller
Enable the g12a clock controller for ARCH_MESON
Signed-off-by: Jerome Brunet <jbrunet@baylibre.com>
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
Diffstat (limited to 'arch/arm64/Kconfig.platforms')
-rw-r--r-- | arch/arm64/Kconfig.platforms | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms index 819e74ae9224..d0e0bd4af05d 100644 --- a/arch/arm64/Kconfig.platforms +++ b/arch/arm64/Kconfig.platforms @@ -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" |