diff options
author | 2020-12-09 17:26:33 +0100 | |
---|---|---|
committer | 2020-12-09 17:26:34 +0100 | |
commit | b760bfbcbff356c7cfab167205ff4a4cf9d7a0b0 (patch) | |
tree | cccced5059ca24cfb8d6494d43d2a46719cb0cad | |
parent | Merge tag 'mvebu-arm-5.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/gclement/mvebu into arm/soc (diff) | |
parent | arm64: meson: ship only the necessary clock controllers (diff) | |
download | wireguard-linux-b760bfbcbff356c7cfab167205ff4a4cf9d7a0b0.tar.xz wireguard-linux-b760bfbcbff356c7cfab167205ff4a4cf9d7a0b0.zip |
Merge tag 'amlogic-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-amlogic into arm/soc
arm64: Kconfig.platform: amlogic updates for v5.11
- ship only the necessary clock controllers
* tag 'amlogic-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-amlogic:
arm64: meson: ship only the necessary clock controllers
Link: https://lore.kernel.org/r/7hlfehjgv8.fsf@baylibre.com
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
-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 5c4ac1c9f4e0..a75513b4ce6b 100644 --- a/arch/arm64/Kconfig.platforms +++ b/arch/arm64/Kconfig.platforms @@ -154,9 +154,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 |