diff options
author | Mark Brown <broonie@kernel.org> | 2015-10-26 05:16:02 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2015-10-26 05:16:02 +0300 |
commit | 1c9d000c5b3c73d1ae79fe0f332a79a166a8131c (patch) | |
tree | 7ddfb50c8021c2f024bfeb3985d313d77ce2d39a /sound/soc/codecs/Kconfig | |
parent | 7034ef5f604a9e92dd80d042cb3f64d4b1f22375 (diff) | |
parent | c5cff89b5f64b4fc7f6fd9be44b1aa7e766a94e4 (diff) | |
download | linux-1c9d000c5b3c73d1ae79fe0f332a79a166a8131c.tar.xz |
Merge remote-tracking branch 'asoc/topic/da7219' into asoc-next
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 b77c6b06c87f..cce4e96b625b 100644 --- a/sound/soc/codecs/Kconfig +++ b/sound/soc/codecs/Kconfig @@ -58,6 +58,7 @@ config SND_SOC_ALL_CODECS select SND_SOC_CX20442 if TTY select SND_SOC_DA7210 if SND_SOC_I2C_AND_SPI select SND_SOC_DA7213 if I2C + select SND_SOC_DA7219 if I2C select SND_SOC_DA732X if I2C select SND_SOC_DA9055 if I2C select SND_SOC_DMIC @@ -437,6 +438,9 @@ config SND_SOC_DA7210 config SND_SOC_DA7213 tristate +config SND_SOC_DA7219 + tristate + config SND_SOC_DA732X tristate |