1 menu "STMicroelectronics STM32 SOC audio support"
3 config SND_SOC_STM32_SAI
4 tristate "STM32 SAI interface (Serial Audio Interface) support"
5 depends on (ARCH_STM32 && OF) || COMPILE_TEST
7 select SND_SOC_GENERIC_DMAENGINE_PCM
10 Say Y if you want to enable SAI for STM32
12 config SND_SOC_STM32_I2S
13 tristate "STM32 I2S interface (SPI/I2S block) support"
14 depends on (ARCH_STM32 && OF) || COMPILE_TEST
16 select SND_SOC_GENERIC_DMAENGINE_PCM
19 Say Y if you want to enable I2S for STM32
21 config SND_SOC_STM32_SPDIFRX
22 tristate "STM32 S/PDIF receiver (SPDIFRX) support"
23 depends on (ARCH_STM32 && OF) || COMPILE_TEST
25 select SND_SOC_GENERIC_DMAENGINE_PCM
29 Say Y if you want to enable S/PDIF capture for STM32
31 config SND_SOC_STM32_DFSDM
32 tristate "SoC Audio support for STM32 DFSDM"
33 depends on ARCH_STM32 || COMPILE_TEST
35 depends on STM32_DFSDM_ADC
36 select SND_SOC_GENERIC_DMAENGINE_PCM
40 Select this option to enable the STM32 Digital Filter
41 for Sigma Delta Modulators (DFSDM) driver used
42 in various STM32 series for digital microphone capture.