diff options
author | olivier moysan <olivier.moysan@st.com> | 2017-04-10 17:19:56 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2017-04-26 17:45:54 +0200 |
commit | 3e086edfe0c73daaabd929b926bbe26536272d9a (patch) | |
tree | 781d686ab8a5e5552a463ba2c48f8f38640e4939 /sound/soc/stm/Kconfig | |
parent | ASoC: stm32: add bindings for SAI (diff) | |
download | linux-3e086edfe0c73daaabd929b926bbe26536272d9a.tar.xz linux-3e086edfe0c73daaabd929b926bbe26536272d9a.zip |
ASoC: stm32: add SAI driver
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>
Diffstat (limited to 'sound/soc/stm/Kconfig')
-rw-r--r-- | sound/soc/stm/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sound/soc/stm/Kconfig b/sound/soc/stm/Kconfig new file mode 100644 index 000000000000..972970f0890a --- /dev/null +++ b/sound/soc/stm/Kconfig @@ -0,0 +1,8 @@ +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 |