From: Michał Mirosław Date: Wed, 19 Dec 2018 20:11:15 +0000 (+0100) Subject: ASoC: wm8904: make the driver visible in Kconfig X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=2bb853f6f93775dc4dd4683a42f6934700d90d07;p=linux.git ASoC: wm8904: make the driver visible in Kconfig For platforms that use the audio-graph-card driver, the codec is not selected by SoC-platform driver. Make it available. Signed-off-by: Michał Mirosław Acked-by: Charles Keepax Signed-off-by: Mark Brown --- diff --git a/sound/soc/codecs/Kconfig b/sound/soc/codecs/Kconfig index 3f742753abd13..d46de3e04ff6b 100644 --- a/sound/soc/codecs/Kconfig +++ b/sound/soc/codecs/Kconfig @@ -1218,7 +1218,8 @@ config SND_SOC_WM8903 depends on I2C config SND_SOC_WM8904 - tristate + tristate "Wolfson Microelectronics WM8904 CODEC" + depends on I2C config SND_SOC_WM8940 tristate