diff options
author | Lars-Peter Clausen <lars@metafoo.de> | 2014-05-27 10:53:21 +0200 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2014-05-27 21:54:51 +0200 |
commit | cb07ef36fe2d4f633b69d8c2c7629366509da488 (patch) | |
tree | 86fcd0eb15f8e92a0988f48de76caac7441ba8a2 /sound/soc/blackfin/Kconfig | |
parent | ASoC: Blackfin: ADAU1X61 eval board support (diff) | |
download | linux-cb07ef36fe2d4f633b69d8c2c7629366509da488.tar.xz linux-cb07ef36fe2d4f633b69d8c2c7629366509da488.zip |
ASoC: Blackfin: ADAU1X81 eval board support
This patch adds a ASoC machine driver to support the EVAL-ADAU1X81 board
connected to a Analog Devices BF5XX evaluation board.
Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
Signed-off-by: Mark Brown <broonie@linaro.org>
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 8c3a87bb96dc..6410aa2cc2cf 100644 --- a/sound/soc/blackfin/Kconfig +++ b/sound/soc/blackfin/Kconfig @@ -56,6 +56,19 @@ config SND_SOC_BFIN_EVAL_ADAU1X61 Note: This driver assumes that the ADAU1X61 is connected to the first SPORT port on the BF5XX board. +config SND_SOC_BFIN_EVAL_ADAU1X81 + tristate "Support for the EVAL-ADAU1X81 boards on Blackfin eval boards" + depends on SND_BF5XX_I2S && I2C + select SND_BF5XX_SOC_I2S + select SND_SOC_ADAU1781_I2C + help + Say Y if you want to add support for the Analog Devices EVAL-ADAU1X81 + board connected to one of the Blackfin evaluation boards like the + BF5XX-STAMP or BF5XX-EZKIT. + + Note: This driver assumes that the ADAU1X81 is connected to the + first SPORT port on the BF5XX board. + config SND_SOC_BFIN_EVAL_ADAV80X tristate "Support for the EVAL-ADAV80X boards on Blackfin eval boards" depends on SND_BF5XX_I2S && SND_SOC_I2C_AND_SPI |