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
This commit is contained in:
parent
38d6d84884
commit
e8bd633bc0
@ -434,7 +434,6 @@ config ARCH_PXA
|
|||||||
select ARM_CPU_SUSPEND if PM
|
select ARM_CPU_SUSPEND if PM
|
||||||
select AUTO_ZRELADDR
|
select AUTO_ZRELADDR
|
||||||
select COMMON_CLK
|
select COMMON_CLK
|
||||||
select CLKDEV_LOOKUP
|
|
||||||
select CLKSRC_PXA
|
select CLKSRC_PXA
|
||||||
select CLKSRC_MMIO
|
select CLKSRC_MMIO
|
||||||
select TIMER_OF
|
select TIMER_OF
|
||||||
@ -473,7 +472,6 @@ config ARCH_SA1100
|
|||||||
bool "SA1100-based"
|
bool "SA1100-based"
|
||||||
select ARCH_MTD_XIP
|
select ARCH_MTD_XIP
|
||||||
select ARCH_SPARSEMEM_ENABLE
|
select ARCH_SPARSEMEM_ENABLE
|
||||||
select CLKDEV_LOOKUP
|
|
||||||
select CLKSRC_MMIO
|
select CLKSRC_MMIO
|
||||||
select CLKSRC_PXA
|
select CLKSRC_PXA
|
||||||
select TIMER_OF if OF
|
select TIMER_OF if OF
|
||||||
@ -494,7 +492,6 @@ config ARCH_SA1100
|
|||||||
config ARCH_S3C24XX
|
config ARCH_S3C24XX
|
||||||
bool "Samsung S3C24XX SoCs"
|
bool "Samsung S3C24XX SoCs"
|
||||||
select ATAGS
|
select ATAGS
|
||||||
select CLKDEV_LOOKUP
|
|
||||||
select CLKSRC_SAMSUNG_PWM
|
select CLKSRC_SAMSUNG_PWM
|
||||||
select GENERIC_CLOCKEVENTS
|
select GENERIC_CLOCKEVENTS
|
||||||
select GPIO_SAMSUNG
|
select GPIO_SAMSUNG
|
||||||
|
@ -2,7 +2,6 @@
|
|||||||
config ARCH_VT8500
|
config ARCH_VT8500
|
||||||
bool
|
bool
|
||||||
select GPIOLIB
|
select GPIOLIB
|
||||||
select CLKDEV_LOOKUP
|
|
||||||
select VT8500_TIMER
|
select VT8500_TIMER
|
||||||
select PINCTRL
|
select PINCTRL
|
||||||
help
|
help
|
||||||
|
Loading…
Reference in New Issue
Block a user