-
CONFIG_I2S_STM32
¶
STM32 MCU I2S controller driver
Type: bool
Help¶
Enable I2S support on the STM32 family of processors. (Tested on the STM32F4 series)
Direct dependencies¶
(I2S
&& BOARD_96B_ARGONKEY
) || (SOC_SERIES_STM32F4X
&& I2S
)
(Includes any dependencies from if’s and menus.)
Defaults¶
- “y” if
I2S
&&BOARD_96B_ARGONKEY
Symbols selected by this symbol¶
DMA
ifSOC_SERIES_STM32F4X
&&I2S
Kconfig definitions¶
At boards/arm/96b_argonkey/Kconfig.defconfig:51
Included via Kconfig:10
→ Kconfig.zephyr:21
Menu path: (top menu)
config I2S_STM32 bool default "y" ifI2S
&&BOARD_96B_ARGONKEY
depends onI2S
&&BOARD_96B_ARGONKEY
At drivers/i2s/Kconfig.stm32:8
Included via Kconfig:10
→ Kconfig.zephyr:35
→ drivers/Kconfig:40
→ drivers/i2s/Kconfig:29
Menu path: (top menu) → Device Drivers → I2S bus drivers
menuconfig I2S_STM32 bool prompt "STM32 MCU I2S controller driver" ifSOC_SERIES_STM32F4X
&&I2S
selectDMA
ifSOC_SERIES_STM32F4X
&&I2S
depends onSOC_SERIES_STM32F4X
&&I2S
help Enable I2S support on the STM32 family of processors. (Tested on the STM32F4 series)
(Definitions include propagated dependencies, including from if’s and menus.)