-
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.
Defaults¶
- “I2C_2” if
I2C_GPIO_2
&&I2C
Kconfig definition¶
At drivers/i2c/Kconfig.gpio:94
Included via Kconfig:10
→ Kconfig.zephyr:29
→ drivers/Kconfig:40
→ drivers/i2c/Kconfig:24
Menu path: (top menu) → Device Drivers → I2C Drivers
config I2C_GPIO_2_NAME string prompt "Bit Bang I2C device 2 device name" ifI2C_GPIO_2
&&I2C
default "I2C_2" ifI2C_GPIO_2
&&I2C
depends onI2C_GPIO_2
&&I2C
help This is the device name for the I2C device, and is included in the device struct.
(Definitions include propagated dependencies, including from if’s and menus.)