-
CONFIG_I2C_GPIO_0_NAME
¶
GPIO Bit Bang I2C device 0 device name
Type: string
Help¶
This is the device name for the I2C device, and is included in the device struct.
Default¶
“I2C_0”
Kconfig definition¶
At drivers/i2c/Kconfig.gpio:21
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 0
config I2C_GPIO_0_NAME string "GPIO Bit Bang I2C device 0 device name" default "I2C_0" depends onI2C_GPIO_0
&&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.)