summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichał Mirosław <mirq-linux@rere.qmqm.pl>2018-12-19 15:11:15 -0500
committerMark Brown <broonie@kernel.org>2019-01-03 11:34:04 -0500
commit2bb853f6f93775dc4dd4683a42f6934700d90d07 (patch)
tree997147de3e47b89e4848478a1d4396bf3b7b486d
parent0ddb46080a465fad99cff838682744f1f4848a4b (diff)
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 <mirq-linux@rere.qmqm.pl> Acked-by: Charles Keepax <ckeepax@opensource.cirrus.com> Signed-off-by: Mark Brown <broonie@kernel.org>
-rw-r--r--sound/soc/codecs/Kconfig3
1 files changed, 2 insertions, 1 deletions
diff --git a/sound/soc/codecs/Kconfig b/sound/soc/codecs/Kconfig
index 3f742753abd1..d46de3e04ff6 100644
--- a/sound/soc/codecs/Kconfig
+++ b/sound/soc/codecs/Kconfig
@@ -1218,7 +1218,8 @@ config SND_SOC_WM8903
1218 depends on I2C 1218 depends on I2C
1219 1219
1220config SND_SOC_WM8904 1220config SND_SOC_WM8904
1221 tristate 1221 tristate "Wolfson Microelectronics WM8904 CODEC"
1222 depends on I2C
1222 1223
1223config SND_SOC_WM8940 1224config SND_SOC_WM8940
1224 tristate 1225 tristate