-
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¶
- “y” if
I2C
&&SOC_FAMILY_STM32
Kconfig definitions¶
At soc/arm/st_stm32/common/Kconfig.defconfig.series:65
Included via Kconfig:10
→ Kconfig.zephyr:23
→ soc/arm/st_stm32/Kconfig.defconfig:3
Menu path: (top menu)
config I2C_STM32 bool default "y" ifI2C
&&SOC_FAMILY_STM32
depends onI2C
&&SOC_FAMILY_STM32
At drivers/i2c/Kconfig.stm32:7
Included via Kconfig:10
→ Kconfig.zephyr:35
→ drivers/Kconfig:38
→ drivers/i2c/Kconfig:29
Menu path: (top menu) → Device Drivers → I2C Drivers
menuconfig I2C_STM32 bool prompt "STM32 I2C driver" ifSOC_FAMILY_STM32
&&I2C
depends onSOC_FAMILY_STM32
&&I2C
help Enable I2C support on the STM32 SoCs
(Definitions include propagated dependencies, including from if’s and menus.)