From e0a25b6d18624140905d79775f9e1b05c12502f5 Mon Sep 17 00:00:00 2001 From: Songjun Wu Date: Thu, 8 Oct 2015 18:13:31 +0800 Subject: ASoC: atmel-classd: add the Audio Class D Amplifier Add driver for the digital imput to PWM output stereo class D amplifier. It comes with filter, digitally controlled gain, an equalizer and a dmphase filter. Signed-off-by: Songjun Wu Signed-off-by: Mark Brown --- sound/soc/atmel/Kconfig | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'sound/soc/atmel/Kconfig') diff --git a/sound/soc/atmel/Kconfig b/sound/soc/atmel/Kconfig index 1489cd461aec..2d30464b81ce 100644 --- a/sound/soc/atmel/Kconfig +++ b/sound/soc/atmel/Kconfig @@ -59,4 +59,13 @@ config SND_AT91_SOC_SAM9X5_WM8731 help Say Y if you want to add support for audio SoC on an at91sam9x5 based board that is using WM8731 codec. + +config SND_ATMEL_SOC_CLASSD + tristate "Atmel ASoC driver for boards using CLASSD" + depends on ARCH_AT91 || COMPILE_TEST + select SND_ATMEL_SOC_DMA + select REGMAP_MMIO + help + Say Y if you want to add support for Atmel ASoC driver for boards using + CLASSD. endif -- cgit v1.2.3