aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'sound/soc/codecs/Kconfig')
-rw-r--r--sound/soc/codecs/Kconfig11
1 files changed, 10 insertions, 1 deletions
diff --git a/sound/soc/codecs/Kconfig b/sound/soc/codecs/Kconfig
index 9a6b98de4e29..cf7f169adb12 100644
--- a/sound/soc/codecs/Kconfig
+++ b/sound/soc/codecs/Kconfig
@@ -80,7 +80,8 @@ config SND_SOC_ALL_CODECS
80 select SND_SOC_STA529 if I2C 80 select SND_SOC_STA529 if I2C
81 select SND_SOC_STAC9766 if SND_SOC_AC97_BUS 81 select SND_SOC_STAC9766 if SND_SOC_AC97_BUS
82 select SND_SOC_TAS5086 if I2C 82 select SND_SOC_TAS5086 if I2C
83 select SND_SOC_TLV320AIC23 if I2C 83 select SND_SOC_TLV320AIC23_I2C if I2C
84 select SND_SOC_TLV320AIC23_SPI if SPI_MASTER
84 select SND_SOC_TLV320AIC26 if SPI_MASTER 85 select SND_SOC_TLV320AIC26 if SPI_MASTER
85 select SND_SOC_TLV320AIC32X4 if I2C 86 select SND_SOC_TLV320AIC32X4 if I2C
86 select SND_SOC_TLV320AIC3X if I2C 87 select SND_SOC_TLV320AIC3X if I2C
@@ -422,6 +423,14 @@ config SND_SOC_TAS5086
422config SND_SOC_TLV320AIC23 423config SND_SOC_TLV320AIC23
423 tristate 424 tristate
424 425
426config SND_SOC_TLV320AIC23_I2C
427 tristate
428 select SND_SOC_TLV320AIC23
429
430config SND_SOC_TLV320AIC23_SPI
431 tristate
432 select SND_SOC_TLV320AIC23
433
425config SND_SOC_TLV320AIC26 434config SND_SOC_TLV320AIC26
426 tristate 435 tristate
427 depends on SPI 436 depends on SPI