Skip to content

Commit 38d6d84

Browse files
committed
ARM: Remove redundant COMMON_CLK selects
The mulitplatform config already selects COMMON_CLK, so selecting it again is not useful. Remove these selects from ARM platforms that are part of the multiplatform build. Reviewed-by: "Andreas Färber" <[email protected]> # actions Acked-by: Manivannan Sadhasivam <[email protected]> # actions Cc: Russell King <[email protected]> Cc: Alexander Shiyan <[email protected]> Cc: Lubomir Rintel <[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 8f3d9f3 commit 38d6d84

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

arch/arm/mach-actions/Kconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ menuconfig ARCH_ACTIONS
77
select ARM_GLOBAL_TIMER
88
select CACHE_L2X0
99
select CLKSRC_ARM_GLOBAL_TIMER_SCHED_CLOCK
10-
select COMMON_CLK
1110
select GENERIC_IRQ_CHIP
1211
select HAVE_ARM_SCU if SMP
1312
select HAVE_ARM_TWD if SMP

arch/arm/mach-clps711x/Kconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ menuconfig ARCH_CLPS711X
55
select AUTO_ZRELADDR
66
select TIMER_OF
77
select CLPS711X_TIMER
8-
select COMMON_CLK
98
select CPU_ARM720T
109
select GENERIC_CLOCKEVENTS
1110
select GPIOLIB

arch/arm/mach-mmp/Kconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,6 @@ config MACH_MMP_DT
110110
depends on ARCH_MULTI_V5
111111
select PINCTRL
112112
select PINCTRL_SINGLE
113-
select COMMON_CLK
114113
select ARCH_HAS_RESET_CONTROLLER
115114
select CPU_MOHAWK
116115
help

0 commit comments

Comments
 (0)