mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-28 11:18:45 +07:00
e4e6ec7b12
Add I2S ASoC driver for STM32. This version of the driver supports only exclusive playback and capture interface. 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
|