-
CONFIG_I2C_STM32_V1
¶
(No prompt – not directly user assignable.)
Type: bool
Help¶
Enable I2C support on the STM32 F1 and F4X family of processors. This driver also supports the F2 and L1 series.
Default¶
n
Symbols selected by this symbol¶
Kconfig definition¶
At <Zephyr>/drivers/i2c/Kconfig.stm32:15
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:32
→ <Zephyr>/drivers/Kconfig:40
→ <Zephyr>/drivers/i2c/Kconfig:37
Menu path: (Top) → Device Drivers → I2C Drivers → STM32 I2C driver
config I2C_STM32_V1 bool default n selectUSE_STM32_LL_I2C
selectI2C_STM32_INTERRUPT
ifI2C_SLAVE
depends onI2C_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.)