Skip to content

Commit e8bd633

Browse files
committed
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 <[email protected]> Cc: Russell King <[email protected]> Cc: <[email protected]> Cc: Arnd Bergmann <[email protected]> Signed-off-by: Stephen Boyd <[email protected]> Reviewed-by: Arnd Bergmann <[email protected]> Link: https://lkml.kernel.org/r/[email protected]
1 parent 38d6d84 commit e8bd633

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

arch/arm/Kconfig

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -434,7 +434,6 @@ config ARCH_PXA
434434
select ARM_CPU_SUSPEND if PM
435435
select AUTO_ZRELADDR
436436
select COMMON_CLK
437-
select CLKDEV_LOOKUP
438437
select CLKSRC_PXA
439438
select CLKSRC_MMIO
440439
select TIMER_OF
@@ -473,7 +472,6 @@ config ARCH_SA1100
473472
bool "SA1100-based"
474473
select ARCH_MTD_XIP
475474
select ARCH_SPARSEMEM_ENABLE
476-
select CLKDEV_LOOKUP
477475
select CLKSRC_MMIO
478476
select CLKSRC_PXA
479477
select TIMER_OF if OF
@@ -494,7 +492,6 @@ config ARCH_SA1100
494492
config ARCH_S3C24XX
495493
bool "Samsung S3C24XX SoCs"
496494
select ATAGS
497-
select CLKDEV_LOOKUP
498495
select CLKSRC_SAMSUNG_PWM
499496
select GENERIC_CLOCKEVENTS
500497
select GPIO_SAMSUNG

arch/arm/mach-vt8500/Kconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
config ARCH_VT8500
33
bool
44
select GPIOLIB
5-
select CLKDEV_LOOKUP
65
select VT8500_TIMER
76
select PINCTRL
87
help

0 commit comments

Comments
 (0)