-
CONFIG_I2C_STM32_INTERRUPT
¶
STM32 MCU I2C Interrupt Support
Type: bool
Help¶
Enable Interrupt support for the I2C Driver
Direct dependencies¶
(I2C
&& BOARD_96B_ARGONKEY
) || ((I2C_STM32_V1
|| I2C_STM32_V2
) && I2C_STM32
&& I2C
)
(Includes any dependencies from if’s and menus.)
Defaults¶
- “y” if
I2C
&&BOARD_96B_ARGONKEY
Symbols that select this symbol¶
Kconfig definitions¶
At boards/arm/96b_argonkey/Kconfig.defconfig:31
Included via Kconfig:10
→ Kconfig.zephyr:19
Menu path: (top menu)
config I2C_STM32_INTERRUPT bool default "y" ifI2C
&&BOARD_96B_ARGONKEY
depends onI2C
&&BOARD_96B_ARGONKEY
At drivers/i2c/Kconfig.stm32:37
Included via Kconfig:10
→ Kconfig.zephyr:29
→ drivers/Kconfig:40
→ drivers/i2c/Kconfig:28
Menu path: (top menu) → Device Drivers → I2C Drivers → STM32 I2C driver
config I2C_STM32_INTERRUPT bool prompt "STM32 MCU I2C Interrupt Support" if (I2C_STM32_V1
||I2C_STM32_V2
) &&I2C_STM32
&&I2C
depends on (I2C_STM32_V1
||I2C_STM32_V2
) &&I2C_STM32
&&I2C
help Enable Interrupt support for the I2C Driver
(Definitions include propagated dependencies, including from if’s and menus.)