diff options
Diffstat (limited to 'sound/soc/codecs/Kconfig')
-rw-r--r-- | sound/soc/codecs/Kconfig | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/sound/soc/codecs/Kconfig b/sound/soc/codecs/Kconfig index 15106c0..f3531b2 100644 --- a/sound/soc/codecs/Kconfig +++ b/sound/soc/codecs/Kconfig @@ -132,6 +132,9 @@ config SND_SOC_ALL_CODECS select SND_SOC_WM9705 if SND_SOC_AC97_BUS select SND_SOC_WM9712 if SND_SOC_AC97_BUS select SND_SOC_WM9713 if SND_SOC_AC97_BUS + select SND_SOC_GTM601 + select SND_SOC_SI47XX if I2C + select SND_SOC_W2CBW003 help Normally ASoC codec drivers are only built if a machine driver which uses them is also built since they are only usable with a machine @@ -552,3 +555,24 @@ config SND_SOC_ML26124 config SND_SOC_TPA6130A2 tristate + +config SND_SOC_GTM601 + tristate + help + PCM interface to a GTM601 UMTS modem chip. Does not control the Modem through USB. + +config SND_SOC_WM2000 + tristate + +config SND_SOC_WM9090 + tristate + +config SND_SOC_SI47XX + tristate + help + PCM interface to a Si47xx chip. Needs to enable some I2C or SPI driver. + +config SND_SOC_W2CBW003 + tristate + help + PCM interface to Bluetooth part of W2CBW003. Does not control the bluetooth headset link. |