diff options
author | Michał Mirosław <mirq-linux@rere.qmqm.pl> | 2018-12-19 15:11:15 -0500 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2019-01-03 11:34:04 -0500 |
commit | 2bb853f6f93775dc4dd4683a42f6934700d90d07 (patch) | |
tree | 997147de3e47b89e4848478a1d4396bf3b7b486d | |
parent | 0ddb46080a465fad99cff838682744f1f4848a4b (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/Kconfig | 3 |
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 | ||
1220 | config SND_SOC_WM8904 | 1220 | config SND_SOC_WM8904 |
1221 | tristate | 1221 | tristate "Wolfson Microelectronics WM8904 CODEC" |
1222 | depends on I2C | ||
1222 | 1223 | ||
1223 | config SND_SOC_WM8940 | 1224 | config SND_SOC_WM8940 |
1224 | tristate | 1225 | tristate |