-
CONFIG_I2C_GPIO_1_GPIO
¶
Bit Bang I2C device 1 GPIO name
Type: string
Help¶
This is the name of the GPIO device that controls the I2C lines.
Defaults¶
No defaults. Implicitly defaults to the empty string.
Kconfig definition¶
At drivers/i2c/Kconfig.gpio:63
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 1
config I2C_GPIO_1_GPIO string "Bit Bang I2C device 1 GPIO name" depends onI2C_GPIO_1
&&I2C
help This is the name of the GPIO device that controls the I2C lines.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)