-
CONFIG_I2C_GPIO_2_NAME
¶
Bit Bang I2C device 2 device name
Type: string
Help¶
This is the device name for the I2C device, and is included in the device struct.
Default¶
“I2C_2”
Kconfig definition¶
At drivers/i2c/Kconfig.gpio:91
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 2
config I2C_GPIO_2_NAME string "Bit Bang I2C device 2 device name" default "I2C_2" depends onI2C_GPIO_2
&&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.)