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
8 select SND_SOC_GENERIC_DMAENGINE_PCM
12 Say Y if you want to enable SAI for STM32
14 config SND_SOC_STM32_I2S
15 tristate "STM32 I2S interface (SPI/I2S block) support"
16 depends on (ARCH_STM32 && OF) || COMPILE_TEST
18 select SND_SOC_GENERIC_DMAENGINE_PCM
21 Say Y if you want to enable I2S for STM32
23 config SND_SOC_STM32_SPDIFRX
24 tristate "STM32 S/PDIF receiver (SPDIFRX) support"
25 depends on (ARCH_STM32 && OF) || COMPILE_TEST
27 select SND_SOC_GENERIC_DMAENGINE_PCM
31 Say Y if you want to enable S/PDIF capture for STM32
33 config SND_SOC_STM32_DFSDM
34 tristate "SoC Audio support for STM32 DFSDM"
35 depends on ARCH_STM32 || COMPILE_TEST
37 depends on STM32_DFSDM_ADC
38 select SND_SOC_GENERIC_DMAENGINE_PCM
42 Select this option to enable the STM32 Digital Filter
43 for Sigma Delta Modulators (DFSDM) driver used
44 in various STM32 series for digital microphone capture.