diff options
author | Lukasz Majewski <lukma@denx.de> | 2022-05-09 14:10:55 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2022-05-09 20:04:36 +0200 |
commit | 3a3610aaa9dce8ef1257bb42ac7f0fe2b5809a54 (patch) | |
tree | 6ba8a9c17248332a7943a47a0cedf5b6d6549142 /sound/soc/codecs/Kconfig | |
parent | doc: dts: Add device tree information regarding wm8940 codec (diff) | |
download | linux-3a3610aaa9dce8ef1257bb42ac7f0fe2b5809a54.tar.xz linux-3a3610aaa9dce8ef1257bb42ac7f0fe2b5809a54.zip |
ASoC: wm8940: add devicetree support
This adds devicetree support to the wm8940 codec driver.
With a DT-based kernel, there is no board-specific setting
to select the driver so allow it to be manually chosen.
Signed-off-by: Lukasz Majewski <lukma@denx.de>
Acked-by: Charles Keepax <ckeepax@opensource.cirrus.com>
Link: https://lore.kernel.org/r/20220509121055.31103-1-lukma@denx.de
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/codecs/Kconfig')
-rw-r--r-- | sound/soc/codecs/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/Kconfig b/sound/soc/codecs/Kconfig index b106e5517090..095712316baf 100644 --- a/sound/soc/codecs/Kconfig +++ b/sound/soc/codecs/Kconfig @@ -1868,7 +1868,7 @@ config SND_SOC_WM8904 depends on I2C config SND_SOC_WM8940 - tristate + tristate "Wolfson Microelectronics WM8940 codec" depends on I2C config SND_SOC_WM8955 |