diff options
author | Florian Meier <florian.meier@koalo.de> | 2013-11-22 16:24:08 +0100 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2013-11-25 17:17:08 +0000 |
commit | c6aeb7de226dd08ad9b343fc6cbaf2ff36f69c84 (patch) | |
tree | 114046b89f43bf7ed16db21140f4d24faa685665 /sound/soc/Kconfig | |
parent | 6ce4eac1f600b34f2f7f58f9cd8f0503d79e42ae (diff) | |
download | talos-obmc-linux-c6aeb7de226dd08ad9b343fc6cbaf2ff36f69c84.tar.gz talos-obmc-linux-c6aeb7de226dd08ad9b343fc6cbaf2ff36f69c84.zip |
ASoC: Add support for BCM2835
This driver adds support for digital audio (I2S)
for the BCM2835 SoC that is used by the
Raspberry Pi. External audio codecs can be
connected to the Raspberry Pi via P5 header.
It relies on cyclic DMA engine support for BCM2835.
Signed-off-by: Florian Meier <florian.meier@koalo.de>
Signed-off-by: Mark Brown <broonie@linaro.org>
Diffstat (limited to 'sound/soc/Kconfig')
-rw-r--r-- | sound/soc/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/Kconfig b/sound/soc/Kconfig index 5138b8493051..a5e3a70c0d3d 100644 --- a/sound/soc/Kconfig +++ b/sound/soc/Kconfig @@ -33,6 +33,7 @@ config SND_SOC_GENERIC_DMAENGINE_PCM # All the supported SoCs source "sound/soc/atmel/Kconfig" source "sound/soc/au1x/Kconfig" +source "sound/soc/bcm/Kconfig" source "sound/soc/blackfin/Kconfig" source "sound/soc/cirrus/Kconfig" source "sound/soc/davinci/Kconfig" |