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 /sound/soc/dwc | |
parent | 007f84ede6e3ea893b1a68724e8796c45fa98d85 (diff) | |
download | linux-2f4574dd6dd19eb3e8ab0415a3ae960d04be3a65.tar.bz2 |
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 'sound/soc/dwc')
-rw-r--r-- | sound/soc/dwc/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/dwc/Kconfig b/sound/soc/dwc/Kconfig index 0cd1a15f40aa..71a58f7ac13a 100644 --- a/sound/soc/dwc/Kconfig +++ b/sound/soc/dwc/Kconfig @@ -1,7 +1,7 @@ # SPDX-License-Identifier: GPL-2.0-only config SND_DESIGNWARE_I2S tristate "Synopsys I2S Device Driver" - depends on CLKDEV_LOOKUP + depends on HAVE_CLK select SND_SOC_GENERIC_DMAENGINE_PCM help Say Y or M if you want to add support for I2S driver for |