CONFIG_I2C_STM32¶
STM32 I2C driver
Type: bool
Help¶
Enable I2C support on the STM32 SoCs
Default¶
- n || n 
Kconfig definition¶
At <Zephyr Driver>/i2c/Kconfig.stm32:7
Included via Kconfig:8 → Kconfig.zephyr:42 → <Zephyr Driver>/Kconfig:42 → <Zephyr Driver>/i2c/Kconfig:39
Menu path: (Top) → Device Drivers → I2C Drivers
menuconfig I2C_STM32
    bool "STM32 I2C driver"
    default n || n
    depends on SOC_FAMILY_STM32 && I2C
    help
      Enable I2C support on the STM32 SoCs
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)