diff options
Diffstat (limited to 'sound/soc/blackfin/Kconfig')
-rw-r--r-- | sound/soc/blackfin/Kconfig | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/sound/soc/blackfin/Kconfig b/sound/soc/blackfin/Kconfig index fe9d548a6837..9f6bc55fc399 100644 --- a/sound/soc/blackfin/Kconfig +++ b/sound/soc/blackfin/Kconfig | |||
@@ -27,6 +27,19 @@ config SND_SOC_BFIN_EVAL_ADAU1701 | |||
27 | board connected to one of the Blackfin evaluation boards like the | 27 | board connected to one of the Blackfin evaluation boards like the |
28 | BF5XX-STAMP or BF5XX-EZKIT. | 28 | BF5XX-STAMP or BF5XX-EZKIT. |
29 | 29 | ||
30 | config SND_SOC_BFIN_EVAL_ADAU1373 | ||
31 | tristate "Support for the EVAL-ADAU1373 board on Blackfin eval boards" | ||
32 | depends on SND_BF5XX_I2S && I2C | ||
33 | select SND_BF5XX_SOC_I2S | ||
34 | select SND_SOC_ADAU1373 | ||
35 | help | ||
36 | Say Y if you want to add support for the Analog Devices EVAL-ADAU1373 | ||
37 | board connected to one of the Blackfin evaluation boards like the | ||
38 | BF5XX-STAMP or BF5XX-EZKIT. | ||
39 | |||
40 | Note: This driver assumes that first ADAU1373 DAI is connected to the | ||
41 | first SPORT port on the BF5XX board. | ||
42 | |||
30 | config SND_SOC_BFIN_EVAL_ADAV80X | 43 | config SND_SOC_BFIN_EVAL_ADAV80X |
31 | tristate "Support for the EVAL-ADAV80X boards on Blackfin eval boards" | 44 | tristate "Support for the EVAL-ADAV80X boards on Blackfin eval boards" |
32 | depends on SND_BF5XX_I2S && (SPI_MASTER || I2C) | 45 | depends on SND_BF5XX_I2S && (SPI_MASTER || I2C) |