Skip to content

Commit b62bc04

Browse files
committed
MIPS: Remove redundant CLKDEV_LOOKUP selects
The ATH79 config selects COMMON_CLK already, and the COMMON_CLK config option already selects CLKDEV_LOOKUP, and CLKDEV_LOOKUP already selects HAVE_CLK so it's redundant to have these selected again. Cc: Thomas Bogendoerfer <[email protected]> Cc: <[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 ba76c40 commit b62bc04

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

arch/mips/Kconfig

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -209,9 +209,7 @@ config ATH79
209209
select DMA_NONCOHERENT
210210
select GPIOLIB
211211
select PINCTRL
212-
select HAVE_CLK
213212
select COMMON_CLK
214-
select CLKDEV_LOOKUP
215213
select IRQ_MIPS_CPU
216214
select SYS_HAS_CPU_MIPS32_R2
217215
select SYS_HAS_EARLY_PRINTK

0 commit comments

Comments
 (0)