diff options
Diffstat (limited to 'sound/soc/codecs/Kconfig')
-rw-r--r-- | sound/soc/codecs/Kconfig | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/sound/soc/codecs/Kconfig b/sound/soc/codecs/Kconfig index 983d087aa92a..5e4fc048d42a 100644 --- a/sound/soc/codecs/Kconfig +++ b/sound/soc/codecs/Kconfig | |||
@@ -71,7 +71,8 @@ config SND_SOC_ALL_CODECS | |||
71 | select SND_SOC_STA529 if I2C | 71 | select SND_SOC_STA529 if I2C |
72 | select SND_SOC_STAC9766 if SND_SOC_AC97_BUS | 72 | select SND_SOC_STAC9766 if SND_SOC_AC97_BUS |
73 | select SND_SOC_TAS5086 if I2C | 73 | select SND_SOC_TAS5086 if I2C |
74 | select SND_SOC_TLV320AIC23 if I2C | 74 | select SND_SOC_TLV320AIC23_I2C if I2C |
75 | select SND_SOC_TLV320AIC23_SPI if SPI_MASTER | ||
75 | select SND_SOC_TLV320AIC26 if SPI_MASTER | 76 | select SND_SOC_TLV320AIC26 if SPI_MASTER |
76 | select SND_SOC_TLV320AIC32X4 if I2C | 77 | select SND_SOC_TLV320AIC32X4 if I2C |
77 | select SND_SOC_TLV320AIC3X if I2C | 78 | select SND_SOC_TLV320AIC3X if I2C |
@@ -357,6 +358,14 @@ config SND_SOC_TAS5086 | |||
357 | config SND_SOC_TLV320AIC23 | 358 | config SND_SOC_TLV320AIC23 |
358 | tristate | 359 | tristate |
359 | 360 | ||
361 | config SND_SOC_TLV320AIC23_I2C | ||
362 | tristate | ||
363 | select SND_SOC_TLV320AIC23 | ||
364 | |||
365 | config SND_SOC_TLV320AIC23_SPI | ||
366 | tristate | ||
367 | select SND_SOC_TLV320AIC23 | ||
368 | |||
360 | config SND_SOC_TLV320AIC26 | 369 | config SND_SOC_TLV320AIC26 |
361 | tristate | 370 | tristate |
362 | depends on SPI | 371 | depends on SPI |