mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-26 05:34:13 +08:00
ASoC: stm32: add of dependency for stm32 drivers
Add of dependency for STM32 ASoC drivers. DFSDM of dependency is already inherited from STM32_DFSDM_ADC dependency. Signed-off-by: olivier moysan <olivier.moysan@st.com> Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
parent
4ac71d1b68
commit
276d70f758
@ -2,7 +2,7 @@ menu "STMicroelectronics STM32 SOC audio support"
|
||||
|
||||
config SND_SOC_STM32_SAI
|
||||
tristate "STM32 SAI interface (Serial Audio Interface) support"
|
||||
depends on ARCH_STM32 || COMPILE_TEST
|
||||
depends on (ARCH_STM32 && OF) || COMPILE_TEST
|
||||
depends on SND_SOC
|
||||
select SND_SOC_GENERIC_DMAENGINE_PCM
|
||||
select REGMAP_MMIO
|
||||
@ -11,7 +11,7 @@ config SND_SOC_STM32_SAI
|
||||
|
||||
config SND_SOC_STM32_I2S
|
||||
tristate "STM32 I2S interface (SPI/I2S block) support"
|
||||
depends on ARCH_STM32 || COMPILE_TEST
|
||||
depends on (ARCH_STM32 && OF) || COMPILE_TEST
|
||||
depends on SND_SOC
|
||||
select SND_SOC_GENERIC_DMAENGINE_PCM
|
||||
select REGMAP_MMIO
|
||||
@ -20,7 +20,7 @@ config SND_SOC_STM32_I2S
|
||||
|
||||
config SND_SOC_STM32_SPDIFRX
|
||||
tristate "STM32 S/PDIF receiver (SPDIFRX) support"
|
||||
depends on ARCH_STM32 || COMPILE_TEST
|
||||
depends on (ARCH_STM32 && OF) || COMPILE_TEST
|
||||
depends on SND_SOC
|
||||
select SND_SOC_GENERIC_DMAENGINE_PCM
|
||||
select REGMAP_MMIO
|
||||
|
Loading…
Reference in New Issue
Block a user