diff options
author | Marek Belisko <marek@goldelico.com> | 2015-06-20 22:47:01 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2015-07-06 21:29:43 +0200 |
commit | efc4720dfbf737903ca4c1366bc45ca780d13412 (patch) | |
tree | 3fa12d54b5fb3f8ba048671db8b3e78c181f25b8 /sound/soc/codecs/Kconfig | |
parent | Linux 4.2-rc1 (diff) | |
download | linux-efc4720dfbf737903ca4c1366bc45ca780d13412.tar.xz linux-efc4720dfbf737903ca4c1366bc45ca780d13412.zip |
ASoC: Add gtm601 codec driver
This driver add PCM interface to a GTM601 UMTS modem chip.
There is no configuration interface.
Signed-off-by: Marek Belisko <marek@goldelico.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/codecs/Kconfig')
-rw-r--r-- | sound/soc/codecs/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sound/soc/codecs/Kconfig b/sound/soc/codecs/Kconfig index efaafce8ba38..1b7c49214c25 100644 --- a/sound/soc/codecs/Kconfig +++ b/sound/soc/codecs/Kconfig @@ -62,6 +62,7 @@ config SND_SOC_ALL_CODECS select SND_SOC_BT_SCO select SND_SOC_ES8328_SPI if SPI_MASTER select SND_SOC_ES8328_I2C if I2C + select SND_SOC_GTM601 select SND_SOC_ISABELLE if I2C select SND_SOC_JZ4740_CODEC select SND_SOC_LM4857 if I2C @@ -446,6 +447,9 @@ config SND_SOC_ES8328_SPI tristate select SND_SOC_ES8328 +config SND_SOC_GTM601 + tristate 'GTM601 UMTS modem audio codec' + config SND_SOC_ISABELLE tristate |