diff options
author | Jerome Brunet <jbrunet@baylibre.com> | 2020-10-20 09:50:34 +0200 |
---|---|---|
committer | Kevin Hilman <khilman@baylibre.com> | 2020-11-09 16:06:11 -0800 |
commit | ba66a25536dd24b73d36e380c68593e95e4e06a8 (patch) | |
tree | 58f5ca9c4fd9efea283ca2f58dc6adeb594b263c /arch/arm64/Kconfig.platforms | |
parent | 3650b228f83adda7e5ee532e2b90429c03f7b9ec (diff) |
arm64: meson: ship only the necessary clock controllers
There now the menu entries for the amlogic clock controllers.
Do not select these when ARM64 is enabled so it possible to ship only the
required.
Signed-off-by: Jerome Brunet <jbrunet@baylibre.com>
Reviewed-by: Neil Armstrong <narmstrong@baylibre.com>
Acked-by: Kevin Hilman <khilman@baylibre.com>
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
Link: https://lore.kernel.org/r/20201020075034.172825-1-jbrunet@baylibre.com
Diffstat (limited to 'arch/arm64/Kconfig.platforms')
-rw-r--r-- | arch/arm64/Kconfig.platforms | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms index 6f2494dd6d60..329e22c09cad 100644 --- a/arch/arm64/Kconfig.platforms +++ b/arch/arm64/Kconfig.platforms @@ -153,9 +153,6 @@ config ARCH_MESON bool "Amlogic Platforms" select PINCTRL 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 arm64 based Amlogic SoCs |