diff options
| author | Arnd Bergmann <arnd@arndb.de> | 2021-05-31 11:48:49 +0200 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2024-12-14 19:47:46 +0100 |
| commit | d08932bb6e38e4a430c75eab6139ee1eb7b995bc (patch) | |
| tree | 77db19ba583447a7c5006c813ae0b5ede148689b /arch/sh | |
| parent | e48e204f364a36351e6ef1859b2e285a05f1ebe3 (diff) | |
| download | linux-d08932bb6e38e4a430c75eab6139ee1eb7b995bc.tar.gz linux-d08932bb6e38e4a430c75eab6139ee1eb7b995bc.tar.bz2 linux-d08932bb6e38e4a430c75eab6139ee1eb7b995bc.zip | |
clkdev: remove CONFIG_CLKDEV_LOOKUP
[ Upstream commit 2f4574dd6dd19eb3e8ab0415a3ae960d04be3a65 ]
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>
Stable-dep-of: 0309f714a090 ("clocksource/drivers:sp804: Make user selectable")
Signed-off-by: Sasha Levin <sashal@kernel.org>
Diffstat (limited to 'arch/sh')
| -rw-r--r-- | arch/sh/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/sh/Kconfig b/arch/sh/Kconfig index 44dffe7ce50a..51f9ca675c41 100644 --- a/arch/sh/Kconfig +++ b/arch/sh/Kconfig @@ -13,7 +13,6 @@ config SUPERH select ARCH_HIBERNATION_POSSIBLE if MMU select ARCH_MIGHT_HAVE_PC_PARPORT select ARCH_WANT_IPC_PARSE_VERSION - select CLKDEV_LOOKUP select CPU_NO_EFFICIENT_FFS select DMA_DECLARE_COHERENT select GENERIC_ATOMIC64 |
