:orphan: .. title:: CONFIG_I2C_STM32_INTERRUPT .. kconfig:: CONFIG_I2C_STM32_INTERRUPT CONFIG_I2C_STM32_INTERRUPT ########################## *STM32 MCU I2C Interrupt Support* Type: ``bool`` Help ==== .. code-block:: none Enable Interrupt support for the I2C Driver Direct dependencies =================== (\ :kconfig:`I2C_STM32_V1 ` || \ :kconfig:`I2C_STM32_V2 `) && \ :kconfig:`I2C_STM32 ` && \ :kconfig:`I2C ` *(Includes any dependencies from ifs and menus.)* Default ======= - y Symbols that select this symbol =============================== - \ :kconfig:`I2C_STM32_V1 ` - \ :kconfig:`I2C_STM32_V2 ` Kconfig definition ================== At ``/i2c/Kconfig.stm32:38`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:42`` → ``/i2c/Kconfig:39`` Menu path: (Top) → Device Drivers → I2C Drivers → STM32 I2C driver .. code-block:: kconfig config I2C_STM32_INTERRUPT bool "STM32 MCU I2C Interrupt Support" default y depends on (I2C_STM32_V1 || I2C_STM32_V2) && I2C_STM32 && I2C help Enable Interrupt support for the I2C Driver *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*