diff options
author | Stephen Boyd <sboyd@kernel.org> | 2020-04-09 08:44:11 +0200 |
---|---|---|
committer | Stephen Boyd <sboyd@kernel.org> | 2020-05-05 21:34:04 +0200 |
commit | b62bc0474b9084f7de1d69adbb9bde248bbdf117 (patch) | |
tree | a6239dd6424bbad088d4fe35b300e257691dab26 /arch | |
parent | h8300: Remove redundant CLKDEV_LOOKUP selects (diff) | |
download | linux-b62bc0474b9084f7de1d69adbb9bde248bbdf117.tar.xz linux-b62bc0474b9084f7de1d69adbb9bde248bbdf117.zip |
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 <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
Diffstat (limited to 'arch')
-rw-r--r-- | arch/mips/Kconfig | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index 690718b3701a..4386bac2c7ac 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 |