Kconfig (55da094824c4ef1d50bc591733d79448d00265bb) Kconfig (9cee7972bd0c69bc05d2e2f09bccd81cc439328b)
1menu "STMicroelectronics STM32 SOC audio support"
2
3config SND_SOC_STM32_SAI
4 tristate "STM32 SAI interface (Serial Audio Interface) support"
5 depends on ARCH_STM32 || COMPILE_TEST
6 depends on SND_SOC
7 select SND_SOC_GENERIC_DMAENGINE_PCM
8 select REGMAP_MMIO

--- 16 unchanged lines hidden (view full) ---

25 select SND_SOC_GENERIC_DMAENGINE_PCM
26 select REGMAP_MMIO
27 select SND_SOC_SPDIF
28 help
29 Say Y if you want to enable S/PDIF capture for STM32
30
31config SND_SOC_STM32_DFSDM
32 tristate "SoC Audio support for STM32 DFSDM"
1menu "STMicroelectronics STM32 SOC audio support"
2
3config SND_SOC_STM32_SAI
4 tristate "STM32 SAI interface (Serial Audio Interface) support"
5 depends on ARCH_STM32 || COMPILE_TEST
6 depends on SND_SOC
7 select SND_SOC_GENERIC_DMAENGINE_PCM
8 select REGMAP_MMIO

--- 16 unchanged lines hidden (view full) ---

25 select SND_SOC_GENERIC_DMAENGINE_PCM
26 select REGMAP_MMIO
27 select SND_SOC_SPDIF
28 help
29 Say Y if you want to enable S/PDIF capture for STM32
30
31config SND_SOC_STM32_DFSDM
32 tristate "SoC Audio support for STM32 DFSDM"
33 depends on (ARCH_STM32 && OF && STM32_DFSDM_ADC) || COMPILE_TEST
33 depends on ARCH_STM32 || COMPILE_TEST
34 depends on SND_SOC
34 depends on SND_SOC
35 depends on STM32_DFSDM_ADC
35 select SND_SOC_GENERIC_DMAENGINE_PCM
36 select SND_SOC_DMIC
37 select IIO_BUFFER_CB
38 help
39 Select this option to enable the STM32 Digital Filter
40 for Sigma Delta Modulators (DFSDM) driver used
41 in various STM32 series for digital microphone capture.
42endmenu
36 select SND_SOC_GENERIC_DMAENGINE_PCM
37 select SND_SOC_DMIC
38 select IIO_BUFFER_CB
39 help
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.
43endmenu