-
CONFIG_I2C_GPIO_3_NAME
¶
Bit Bang I2C device 3 device name
Type: string
Help¶
This is the device name for the I2C device, and is included in the device struct.
Default¶
“I2C_3”
Kconfig definition¶
At drivers/i2c/Kconfig.gpio:126
Included via Kconfig:8
→ Kconfig.zephyr:40
→ drivers/Kconfig:36
→ drivers/i2c/Kconfig:32
Menu path: (Top) → Device Drivers → I2C Drivers → GPIO bit banging I2C support → Enable GPIO Bit Bang I2C device 3
config I2C_GPIO_3_NAME string "Bit Bang I2C device 3 device name" default "I2C_3" depends onI2C_GPIO_3
&&I2C
help This is the device name for the I2C device, and is included in the device struct.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)