diff options
author | Stephen Boyd <sboyd@kernel.org> | 2020-04-09 09:44:08 +0300 |
---|---|---|
committer | Stephen Boyd <sboyd@kernel.org> | 2020-05-05 22:33:57 +0300 |
commit | e8bd633bc05278ffb4f4ad39050bd9a33acca947 (patch) | |
tree | a2bd8a659e988062569bd76947c815772100dc63 /arch/arm/mach-vt8500 | |
parent | 38d6d848845ebbbe8f3354a972e815a073bb61f7 (diff) | |
download | linux-e8bd633bc05278ffb4f4ad39050bd9a33acca947.tar.xz |
ARM: Remove redundant CLKDEV_LOOKUP selects
These platforms select COMMON_CLK indirectly through use of the
ARCH_MULTIPLATFORM config option that they depend on implicitly via some
V7/V6/V5 multi platform config option. The COMMON_CLK config option
already selects CLKDEV_LOOKUP so it's redundant to have this selected
again.
Cc: Tony Prisk <linux@prisktech.co.nz>
Cc: Russell King <linux@armlinux.org.uk>
Cc: <linux-arm-kernel@lists.infradead.org>
Cc: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
Reviewed-by: Arnd Bergmann <arnd@arndb.de>
Link: https://lkml.kernel.org/r/20200409064416.83340-3-sboyd@kernel.org
Diffstat (limited to 'arch/arm/mach-vt8500')
-rw-r--r-- | arch/arm/mach-vt8500/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-vt8500/Kconfig b/arch/arm/mach-vt8500/Kconfig index 8841199058ea..d01cdd9ad9c7 100644 --- a/arch/arm/mach-vt8500/Kconfig +++ b/arch/arm/mach-vt8500/Kconfig @@ -2,7 +2,6 @@ config ARCH_VT8500 bool select GPIOLIB - select CLKDEV_LOOKUP select VT8500_TIMER select PINCTRL help |