:orphan: .. title:: CONFIG_I2C_STM32_V1 .. kconfig:: CONFIG_I2C_STM32_V1 CONFIG_I2C_STM32_V1 ################### *(No prompt -- not directly user assignable.)* Type: ``bool`` Help ==== .. code-block:: none Enable I2C support on the STM32 F1 and F4X family of processors. This driver also supports the F2 and L1 series. Direct dependencies =================== \ :kconfig:`I2C_STM32 ` && \ :kconfig:`I2C ` *(Includes any dependencies from ifs and menus.)* Default ======= - n Symbols selected by this symbol =============================== - \ :kconfig:`USE_STM32_LL_I2C ` - \ :kconfig:`I2C_STM32_INTERRUPT ` if \ :kconfig:`I2C_SLAVE ` Kconfig definition ================== At ``/i2c/Kconfig.stm32:16`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:42`` → ``/i2c/Kconfig:39`` Menu path: (Top) → Device Drivers → I2C Drivers → STM32 I2C driver .. code-block:: kconfig config I2C_STM32_V1 bool default n select USE_STM32_LL_I2C select I2C_STM32_INTERRUPT if I2C_SLAVE depends on I2C_STM32 && I2C help Enable I2C support on the STM32 F1 and F4X family of processors. This driver also supports the F2 and L1 series. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*