From: Stephen Boyd Date: Thu, 9 Apr 2020 06:44:11 +0000 (-0700) Subject: MIPS: Remove redundant CLKDEV_LOOKUP selects X-Git-Tag: v5.10.7~2373^2~14 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b62bc0474b9084f7de1d69adbb9bde248bbdf117;p=platform%2Fkernel%2Flinux-rpi.git 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 Cc: Signed-off-by: Stephen Boyd Reviewed-by: Arnd Bergmann Link: https://lkml.kernel.org/r/20200409064416.83340-6-sboyd@kernel.org --- diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index 690718b..4386bac 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig @@ -209,9 +209,7 @@ config ATH79 select DMA_NONCOHERENT select GPIOLIB select PINCTRL - select HAVE_CLK select COMMON_CLK - select CLKDEV_LOOKUP select IRQ_MIPS_CPU select SYS_HAS_CPU_MIPS32_R2 select SYS_HAS_EARLY_PRINTK