summaryrefslogtreecommitdiff
path: root/sound
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2019-11-12 15:55:07 +0100
committerMax Krummenacher <max.krummenacher@toradex.com>2019-12-02 14:22:42 +0100
commit9f6e4dd4a158240f8fef3a8b0e7914fd6f6505b0 (patch)
tree128d661e20c2ff28542ef4db8e751215ea1d2928 /sound
parent0f32c5a88886e6cb7caa1dad28d5e6936d1c17f4 (diff)
ASoC: make wm8904 driver visible in menuconfig
This allows using this codec with the simple-sound-card driver. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
Diffstat (limited to 'sound')
-rw-r--r--sound/soc/codecs/Kconfig5
1 files changed, 3 insertions, 2 deletions
diff --git a/sound/soc/codecs/Kconfig b/sound/soc/codecs/Kconfig
index 79adf360897e..0c868a2a6dec 100644
--- a/sound/soc/codecs/Kconfig
+++ b/sound/soc/codecs/Kconfig
@@ -1,4 +1,4 @@
-# Helper to resolve issues with configs that have SPI enabled but I2C
+
# modular, meaning we can't build the codec driver in with I2C support.
# We use an ordered list of conditional defaults to pick the appropriate
# setting - SPI can't be modular so that case doesn't need to be covered.
@@ -1090,7 +1090,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