CONFIG_I2C_STM32

STM32 I2C driver

Type: bool

Help

Enable I2C support on the STM32 SoCs

Direct dependencies

(I2C && SOC_FAMILY_STM32) || (SOC_FAMILY_STM32 && I2C)

(Includes any dependencies from if’s and menus.)

Defaults

Kconfig definitions

At arch/arm/soc/st_stm32/common/Kconfig.defconfig.series:63

Included via Kconfig:10Kconfig.zephyr:20arch/arm/soc/st_stm32/Kconfig.defconfig:1

Menu path: (top menu)

config I2C_STM32
    bool
    default "y" if I2C && SOC_FAMILY_STM32
    depends on I2C && SOC_FAMILY_STM32

At drivers/i2c/Kconfig.stm32:7

Included via Kconfig:10Kconfig.zephyr:29drivers/Kconfig:40drivers/i2c/Kconfig:28

Menu path: (top menu) → Device Drivers → I2C Drivers

menuconfig I2C_STM32
    bool
    prompt "STM32 I2C driver" if SOC_FAMILY_STM32 && I2C
    depends on SOC_FAMILY_STM32 && I2C
    help
      Enable I2C support on the STM32 SoCs

(Definitions include propagated dependencies, including from if’s and menus.)