diff options
author | Cyrille Pitchen <cyrille.pitchen@atmel.com> | 2018-05-25 15:34:26 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2018-05-29 17:37:21 +0300 |
commit | b543e467d1a9451013cd89ddcacde07dda9e7f32 (patch) | |
tree | 5f91372cae54692ebf85f7f19b6d5f98cbb3f19b /sound/soc/atmel/Kconfig | |
parent | 969cc0528e0efdfdeaa5bbc0ab707d8a7819a8ec (diff) | |
download | linux-b543e467d1a9451013cd89ddcacde07dda9e7f32.tar.xz |
ASoC: atmel-i2s: add driver for the new Atmel I2S controller
This patch adds support for the Atmel I2S controller embedded into
sama5d2x SoCs.
Signed-off-by: Cyrille Pitchen <cyrille.pitchen@atmel.com>
Signed-off-by: Codrin Ciubotariu <codrin.ciubotariu@microchip.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/atmel/Kconfig')
-rw-r--r-- | sound/soc/atmel/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/sound/soc/atmel/Kconfig b/sound/soc/atmel/Kconfig index dcee145dd179..64b784e96f84 100644 --- a/sound/soc/atmel/Kconfig +++ b/sound/soc/atmel/Kconfig @@ -88,4 +88,13 @@ config SND_ATMEL_SOC_TSE850_PCM5142 help Say Y if you want to add support for the ASoC driver for the Axentia TSE-850 with a PCM5142 codec. + +config SND_ATMEL_SOC_I2S + tristate "Atmel ASoC driver for boards using I2S" + depends on OF && (ARCH_AT91 || COMPILE_TEST) + select SND_SOC_GENERIC_DMAENGINE_PCM + select REGMAP_MMIO + help + Say Y or M if you want to add support for Atmel ASoc driver for boards + using I2S. endif |