:orphan: .. title:: CONFIG_I2C_STM32 .. kconfig:: CONFIG_I2C_STM32 CONFIG_I2C_STM32 ################ *STM32 I2C driver* Type: ``bool`` Help ==== .. code-block:: none Enable I2C support on the STM32 SoCs Direct dependencies =================== \ :kconfig:`SOC_FAMILY_STM32 ` && \ :kconfig:`I2C ` *(Includes any dependencies from ifs and menus.)* Default ======= - n || n Kconfig definition ================== At ``/i2c/Kconfig.stm32:7`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:42`` → ``/i2c/Kconfig:39`` Menu path: (Top) → Device Drivers → I2C Drivers .. code-block:: kconfig 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.)*