clkdev: remove CONFIG_CLKDEV_LOOKUP
authorArnd Bergmann <arnd@arndb.de>
Mon, 31 May 2021 09:48:49 +0000 (11:48 +0200)
committerArnd Bergmann <arnd@arndb.de>
Tue, 8 Jun 2021 15:00:09 +0000 (17:00 +0200)
commit2f4574dd6dd19eb3e8ab0415a3ae960d04be3a65
tree8d79d4a3a3fa06f36907296cb40b3f8f2a02dcab
parent007f84ede6e3ea893b1a68724e8796c45fa98d85
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>
12 files changed:
arch/arm/Kconfig
arch/m68k/Kconfig.cpu
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