-
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 if’s and menus.)
Defaults¶
- “y” if
I2S
&&BOARD_96B_ARGONKEY
Kconfig definitions¶
At boards/arm/96b_argonkey/Kconfig.defconfig:67
Included via Kconfig:10
→ Kconfig.zephyr:21
Menu path: (top menu)
config I2S_5 bool default "y" ifI2S
&&BOARD_96B_ARGONKEY
depends onI2S
&&BOARD_96B_ARGONKEY
At drivers/i2s/Kconfig.stm32:86
Included via Kconfig:10
→ Kconfig.zephyr:35
→ drivers/Kconfig:40
→ drivers/i2s/Kconfig:29
Menu path: (top menu) → Device Drivers → I2S bus drivers → STM32 MCU I2S controller driver
config I2S_5 bool prompt "I2S port 5" ifI2S_STM32
&&I2S
depends onI2S_STM32
&&I2S
help Enable I2S controller port 5.
(Definitions include propagated dependencies, including from if’s and menus.)