CONFIG_I2C_STM32

STM32 I2C driver

Type: bool

Help

Enable I2C support on the STM32 SoCs

Direct dependencies

I2C

(Includes any dependencies from ifs and menus.)

Default

  • n || n

Kconfig definition

At <Zephyr>/drivers/i2c/Kconfig.stm32:7

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:32<Zephyr>/drivers/Kconfig:40<Zephyr>/drivers/i2c/Kconfig:37

Menu path: (Top) → Device Drivers → I2C Drivers

menuconfig I2C_STM32
    bool "STM32 I2C driver"
    default n || n
    depends on I2C
    help
      Enable I2C support on the STM32 SoCs

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)