diff options
author | Jerome Brunet <jbrunet@baylibre.com> | 2021-06-09 22:20:09 +0200 |
---|---|---|
committer | Neil Armstrong <narmstrong@baylibre.com> | 2021-12-01 10:29:12 +0100 |
commit | 5ad77b1272fce36604779efe6e2036c500e6fe7a (patch) | |
tree | 82e7cb8eea1d2c53ce5b1abda0aef41f716b8f27 /arch/arm64/Kconfig.platforms | |
parent | c2584017f757da3c84a743b607d6cfc763ebcc2b (diff) | |
download | linux-5ad77b1272fce36604779efe6e2036c500e6fe7a.tar.bz2 |
arm64: meson: remove COMMON_CLK
This reverts commit aea7a80ad5effd48f44a7a08c3903168be038a43.
Selecting COMMON_CLK is not necessary, it is already selected by
CONFIG_ARM64
Reported-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Jerome Brunet <jbrunet@baylibre.com>
Reviewed-by: Kevin Hilman <khilman@baylibre.com>
Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
Link: https://lore.kernel.org/r/20210609202009.1424879-1-jbrunet@baylibre.com
Diffstat (limited to 'arch/arm64/Kconfig.platforms')
-rw-r--r-- | arch/arm64/Kconfig.platforms | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms index 1aa8b7073218..54e3910e8b9b 100644 --- a/arch/arm64/Kconfig.platforms +++ b/arch/arm64/Kconfig.platforms @@ -161,7 +161,6 @@ config ARCH_MEDIATEK config ARCH_MESON bool "Amlogic Platforms" - select COMMON_CLK help This enables support for the arm64 based Amlogic SoCs such as the s905, S905X/D, S912, A113X/D or S905X/D2 |