diff options
author | Mark Brown <broonie@kernel.org> | 2015-08-27 21:30:46 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2015-08-27 21:30:46 +0200 |
commit | 2002e90412df17ef7f714be62ed96a3c80b2f907 (patch) | |
tree | 3dd03684f7436320ec64f9c702b5d057a25dca17 /sound/soc/codecs/Kconfig | |
parent | ASoC: gtm601: Constify soc_codec_dev_gtm601 (diff) | |
parent | ASoC: ics43432: Add codec driver for InvenSense ICS-43432 (diff) | |
download | linux-2002e90412df17ef7f714be62ed96a3c80b2f907.tar.xz linux-2002e90412df17ef7f714be62ed96a3c80b2f907.zip |
Merge branch 'topic/ics43432' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into asoc-gtm601
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 1b7c49214c25..c56cbe1ea649 100644 --- a/sound/soc/codecs/Kconfig +++ b/sound/soc/codecs/Kconfig @@ -63,6 +63,7 @@ config SND_SOC_ALL_CODECS select SND_SOC_ES8328_SPI if SPI_MASTER select SND_SOC_ES8328_I2C if I2C select SND_SOC_GTM601 + select SND_SOC_ICS43432 select SND_SOC_ISABELLE if I2C select SND_SOC_JZ4740_CODEC select SND_SOC_LM4857 if I2C @@ -450,6 +451,9 @@ config SND_SOC_ES8328_SPI config SND_SOC_GTM601 tristate 'GTM601 UMTS modem audio codec' +config SND_SOC_ICS43432 + tristate + config SND_SOC_ISABELLE tristate |