-
CONFIG_I2S_5
¶
I2S port 5
Type: bool
Help¶
Enable I2S controller port 5.
Direct dependencies¶
(I2S
&& BOARD_96B_ARGONKEY
) || (I2S_STM32
&& I2S
)
(Includes any dependencies from ifs and menus.)
Default¶
y
Kconfig definitions¶
At boards/arm/96b_argonkey/Kconfig.defconfig:62
Included via Kconfig:8
→ Kconfig.zephyr:26
Menu path: (Top)
config I2S_5 bool default y depends onI2S
&&BOARD_96B_ARGONKEY
At drivers/i2s/Kconfig.stm32:84
Included via Kconfig:8
→ Kconfig.zephyr:40
→ drivers/Kconfig:38
→ drivers/i2s/Kconfig:28
Menu path: (Top) → Device Drivers → I2S bus drivers → STM32 MCU I2S controller driver
config I2S_5 bool "I2S port 5" depends onI2S_STM32
&&I2S
help Enable I2S controller port 5.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)