]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
clkdev: remove CONFIG_CLKDEV_LOOKUP
authorArnd Bergmann <arnd@arndb.de>
Mon, 31 May 2021 09:48:49 +0000 (11:48 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 14 Dec 2024 18:47:46 +0000 (19:47 +0100)
commitd08932bb6e38e4a430c75eab6139ee1eb7b995bc
tree77db19ba583447a7c5006c813ae0b5ede148689b
parente48e204f364a36351e6ef1859b2e285a05f1ebe3
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>
arch/arm/Kconfig
arch/mips/Kconfig
arch/mips/pic32/Kconfig
arch/sh/Kconfig
drivers/clk/Kconfig
drivers/clk/Makefile
drivers/clocksource/Kconfig
drivers/mmc/host/Kconfig
drivers/staging/board/Kconfig
sound/soc/dwc/Kconfig
sound/soc/rockchip/Kconfig