]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commitdiff
MIPS: Remove redundant CLKDEV_LOOKUP selects
authorStephen Boyd <sboyd@kernel.org>
Thu, 9 Apr 2020 06:44:11 +0000 (23:44 -0700)
committerStephen Boyd <sboyd@kernel.org>
Tue, 5 May 2020 19:34:04 +0000 (12:34 -0700)
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 <tsbogend@alpha.franken.de>
Cc: <linux-mips@vger.kernel.org>
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
Reviewed-by: Arnd Bergmann <arnd@arndb.de>
Link: https://lkml.kernel.org/r/20200409064416.83340-6-sboyd@kernel.org
arch/mips/Kconfig

index 690718b3701afa18b1ed6f3c381816931652a7bd..4386bac2c7ac74c5bdede70163ec56e60e565aeb 100644 (file)
@@ -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