mirror of
https://github.com/FEX-Emu/linux.git
synced 2025-01-01 14:52:32 +00:00
3e086edfe0
This patch implements SAI ASoC driver for STM32. Signed-off-by: olivier moysan <olivier.moysan@st.com> Signed-off-by: Mark Brown <broonie@kernel.org>
9 lines
257 B
Plaintext
9 lines
257 B
Plaintext
menuconfig SND_SOC_STM32
|
|
tristate "STMicroelectronics STM32 SOC audio support"
|
|
depends on ARCH_STM32 || COMPILE_TEST
|
|
depends on SND_SOC
|
|
select SND_SOC_GENERIC_DMAENGINE_PCM
|
|
select REGMAP_MMIO
|
|
help
|
|
Say Y if you want to enable ASoC-support for STM32
|