:orphan: .. title:: I2C_STM32 .. option:: CONFIG_I2C_STM32 *STM32 I2C driver* Type: ``bool`` Help ==== Enable I2C support on the STM32 SoCs Direct dependencies =================== \ :option:`I2C ` *(Includes any dependencies from ifs and menus.)* Default ======= - n || n Kconfig definition ================== .. highlight:: kconfig At ``drivers/i2c/Kconfig.stm32:7`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:40`` → ``drivers/i2c/Kconfig:38`` Menu path: (Top) → Device Drivers → I2C Drivers .. parsed-literal:: menuconfig I2C_STM32 bool "STM32 I2C driver" default n || n depends on \ :option:`I2C ` help Enable I2C support on the STM32 SoCs *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*