diff options
author | Songjun Wu <songjun.wu@atmel.com> | 2015-12-17 10:49:59 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2015-12-18 08:02:37 +0100 |
commit | a7664ab29af7d7eca57ae525b5063f71fa006ff4 (patch) | |
tree | ae4a3c889b0e32ae8e98342cb3c465b8dc931bba /sound/soc/atmel/Kconfig | |
parent | ASoC: Atmel: ClassD: unregister codec when error occurs (diff) | |
download | linux-a7664ab29af7d7eca57ae525b5063f71fa006ff4.tar.xz linux-a7664ab29af7d7eca57ae525b5063f71fa006ff4.zip |
ASoC: atmel-pdmic: add the Pulse Density Modulation Interface Controller
Add driver for the Pulse Density Modulation Interface
Controller. It comes with digitallly controlled gain,
a High-Pass and a SINCC filter.
Signed-off-by: Songjun Wu <songjun.wu@atmel.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 2d30464b81ce..06e099e802df 100644 --- a/sound/soc/atmel/Kconfig +++ b/sound/soc/atmel/Kconfig @@ -68,4 +68,13 @@ config SND_ATMEL_SOC_CLASSD help Say Y if you want to add support for Atmel ASoC driver for boards using CLASSD. + +config SND_ATMEL_SOC_PDMIC + tristate "Atmel ASoC driver for boards using PDMIC" + depends on OF && (ARCH_AT91 || COMPILE_TEST) + select SND_SOC_GENERIC_DMAENGINE_PCM + select REGMAP_MMIO + help + Say Y if you want to add support for Atmel ASoC driver for boards using + PDMIC. endif |