diff options
author | Mark Brown <broonie@kernel.org> | 2014-09-01 16:36:34 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2014-09-01 16:36:34 +0100 |
commit | 025b78b809134ae710efca7ccf0a84b927ffb7c4 (patch) | |
tree | b091bbcb46e23bbd932bdc8e7c541503f5b9fa20 /sound/soc/codecs/Kconfig | |
parent | 855675f6e6a65688a7f4cf45b9b5a98cf6c6f5c3 (diff) | |
parent | 014fd22ef9c6a7e9536b7e16635714a1a34810a8 (diff) | |
download | linux-025b78b809134ae710efca7ccf0a84b927ffb7c4.tar.gz linux-025b78b809134ae710efca7ccf0a84b927ffb7c4.tar.bz2 linux-025b78b809134ae710efca7ccf0a84b927ffb7c4.zip |
Merge branch 'topic/fsl' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into asoc-fsl-sai
Diffstat (limited to 'sound/soc/codecs/Kconfig')
-rw-r--r-- | sound/soc/codecs/Kconfig | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/sound/soc/codecs/Kconfig b/sound/soc/codecs/Kconfig index 8838838e25ed..8bca6343d8a3 100644 --- a/sound/soc/codecs/Kconfig +++ b/sound/soc/codecs/Kconfig @@ -57,6 +57,8 @@ config SND_SOC_ALL_CODECS select SND_SOC_DA732X if I2C select SND_SOC_DA9055 if I2C select SND_SOC_BT_SCO + select SND_SOC_ES8328_SPI if SPI_MASTER + select SND_SOC_ES8328_I2C if I2C select SND_SOC_ISABELLE if I2C select SND_SOC_JZ4740_CODEC select SND_SOC_LM4857 if I2C @@ -405,6 +407,17 @@ config SND_SOC_DMIC config SND_SOC_HDMI_CODEC tristate "HDMI stub CODEC" +config SND_SOC_ES8328 + tristate "Everest Semi ES8328 CODEC" + +config SND_SOC_ES8328_I2C + tristate + select SND_SOC_ES8328 + +config SND_SOC_ES8328_SPI + tristate + select SND_SOC_ES8328 + config SND_SOC_ISABELLE tristate |