CONFIG_I2C_STM32_COMBINED_INTERRUPT¶
(No prompt – not directly user assignable.)
Type: bool
Direct dependencies¶
I2C_STM32_INTERRUPT && I2C_STM32 && I2C
(Includes any dependencies from ifs and menus.)
Default¶
Kconfig definition¶
At <Zephyr Driver>/i2c/Kconfig.stm32:45
Included via Kconfig:8 → Kconfig.zephyr:42 → <Zephyr Driver>/Kconfig:42 → <Zephyr Driver>/i2c/Kconfig:39
Menu path: (Top) → Device Drivers → I2C Drivers → STM32 I2C driver → STM32 MCU I2C Interrupt Support
config I2C_STM32_COMBINED_INTERRUPT
    bool
    default y if SOC_SERIES_STM32F0X || SOC_SERIES_STM32G0X || SOC_SERIES_STM32L0X
    depends on I2C_STM32_INTERRUPT && I2C_STM32 && I2C
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)