diff options
author | Arnd Bergmann <arnd@arndb.de> | 2021-05-31 11:48:49 +0200 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2021-06-08 17:00:09 +0200 |
commit | 2f4574dd6dd19eb3e8ab0415a3ae960d04be3a65 (patch) | |
tree | 8d79d4a3a3fa06f36907296cb40b3f8f2a02dcab /arch/mips/pic32 | |
parent | m68k: coldfire: remove private clk_get/clk_put (diff) | |
download | linux-2f4574dd6dd19eb3e8ab0415a3ae960d04be3a65.tar.xz linux-2f4574dd6dd19eb3e8ab0415a3ae960d04be3a65.zip |
clkdev: remove CONFIG_CLKDEV_LOOKUP
This option is now synonymous with CONFIG_HAVE_CLK, so use
the latter globally. Any out-of-tree platform ports that
still use a private clk_get()/clk_put() implementation should
move to CONFIG_COMMON_CLK.
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/mips/pic32')
-rw-r--r-- | arch/mips/pic32/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/mips/pic32/Kconfig b/arch/mips/pic32/Kconfig index 7acbb50c1dcd..bb6ab1f3e80d 100644 --- a/arch/mips/pic32/Kconfig +++ b/arch/mips/pic32/Kconfig @@ -17,7 +17,6 @@ config PIC32MZDA select SYS_SUPPORTS_LITTLE_ENDIAN select GPIOLIB select COMMON_CLK - select CLKDEV_LOOKUP select LIBFDT select USE_OF select PINCTRL |