diff options
author | olivier moysan <olivier.moysan@st.com> | 2017-05-18 17:19:52 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2017-05-19 18:34:43 +0100 |
commit | e4e6ec7b127c97fbfa92161d0fc69f526f603e97 (patch) | |
tree | 4080ac818402114aa6abda9ea239cdcac068175b /sound/soc/stm/Kconfig | |
parent | da23173d5c6558b7435e71a4ad947390a9012c6c (diff) |
ASoC: stm32: Add I2S driver
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>
Diffstat (limited to 'sound/soc/stm/Kconfig')
-rw-r--r-- | sound/soc/stm/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/stm/Kconfig b/sound/soc/stm/Kconfig index 972970f0890a..a6372de54042 100644 --- a/sound/soc/stm/Kconfig +++ b/sound/soc/stm/Kconfig @@ -5,4 +5,4 @@ menuconfig SND_SOC_STM32 select SND_SOC_GENERIC_DMAENGINE_PCM select REGMAP_MMIO help - Say Y if you want to enable ASoC-support for STM32 + Say Y if you want to enable ASoC support for STM32 |