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