diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2020-01-21 11:37:14 +0100 |
---|---|---|
committer | Kevin Hilman <khilman@baylibre.com> | 2020-02-29 08:16:20 -0800 |
commit | a469226d97e3354df6d013283b30f6e9936dc03d (patch) | |
tree | 976c6279300a5edb65c5281eddd39c4e5023f8c6 /arch/arm/mach-meson | |
parent | bb6d3fb354c5ee8d6bde2d576eb7220ea09862b9 (diff) | |
download | linux-a469226d97e3354df6d013283b30f6e9936dc03d.tar.gz linux-a469226d97e3354df6d013283b30f6e9936dc03d.tar.bz2 linux-a469226d97e3354df6d013283b30f6e9936dc03d.zip |
ARM: meson: Drop unneeded select of COMMON_CLK
Support for Amlogic Meson SoCs depends on ARCH_MULTI_V7, and thus on
ARCH_MULTIPLATFORM.
As the latter selects COMMON_CLK, there is no need for ARCH_MESON to
select COMMON_CLK.
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Cc: Kevin Hilman <khilman@baylibre.com>
Cc: linux-amlogic@lists.infradead.org
Acked-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
Link: https://lore.kernel.org/r/20200121103722.1781-12-geert+renesas@glider.be
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
Diffstat (limited to 'arch/arm/mach-meson')
-rw-r--r-- | arch/arm/mach-meson/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-meson/Kconfig b/arch/arm/mach-meson/Kconfig index 01f0f4b765e0..75034fe197e3 100644 --- a/arch/arm/mach-meson/Kconfig +++ b/arch/arm/mach-meson/Kconfig @@ -9,7 +9,6 @@ menuconfig ARCH_MESON select CACHE_L2X0 select PINCTRL select PINCTRL_MESON - select COMMON_CLK select HAVE_ARM_SCU if SMP select HAVE_ARM_TWD if SMP |