diff options
author | Jerome Brunet <jbrunet@baylibre.com> | 2019-01-28 21:22:52 +0300 |
---|---|---|
committer | Kevin Hilman <khilman@baylibre.com> | 2019-02-07 06:53:02 +0300 |
commit | 57bf684f1590466a803332e5bf280c69c20cd3da (patch) | |
tree | 6120c85ebd54cfb7afa10fbfeab0d926a1d5c965 /arch/arm/mach-meson | |
parent | 1468841f834dc969937e6cf7c364698e694ead4a (diff) | |
download | linux-57bf684f1590466a803332e5bf280c69c20cd3da.tar.xz |
ARM: meson: remove COMMON_CLK_AMLOGIC selection
Selecting COMMON_CLK_AMLOGIC is not required as it is already selected
by the SoC clock controller driver
Signed-off-by: Jerome Brunet <jbrunet@baylibre.com>
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 b16831697183..15e9cb75738e 100644 --- a/arch/arm/mach-meson/Kconfig +++ b/arch/arm/mach-meson/Kconfig @@ -9,7 +9,6 @@ menuconfig ARCH_MESON select PINCTRL select PINCTRL_MESON select COMMON_CLK - select COMMON_CLK_AMLOGIC select HAVE_ARM_SCU if SMP select HAVE_ARM_TWD if SMP |