-
CONFIG_I2C_STM32
¶
STM32 I2C driver
Type: bool
Help¶
Enable I2C support on the STM32 SoCs
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:38
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.)