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

Symbols that select this symbol

Kconfig definitions

At boards/arm/96b_argonkey/Kconfig.defconfig:31

Included via Kconfig:10Kconfig.zephyr:19

Menu path: (top menu)

config I2C_STM32_INTERRUPT
    bool
    default "y" if I2C && BOARD_96B_ARGONKEY
    depends on I2C && BOARD_96B_ARGONKEY

At drivers/i2c/Kconfig.stm32:37

Included via Kconfig:10Kconfig.zephyr:29drivers/Kconfig:40drivers/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.)