-
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 arch/arm/soc/st_stm32/common/Kconfig.defconfig.series:63
Included via Kconfig:10
→ Kconfig.zephyr:20
→ arch/arm/soc/st_stm32/Kconfig.defconfig:1
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:29
→ drivers/Kconfig:40
→ drivers/i2c/Kconfig:28
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.)