CONFIG_I2C_GPIO_2_GPIO

Bit Bang I2C device 2 GPIO name

Type: string

Help

This is the name of the GPIO device that controls the I2C lines.

Direct dependencies

I2C_GPIO_2 && I2C

(Includes any dependencies from if’s and menus.)

Defaults

No defaults. Implicitly defaults to the empty string.

Kconfig definition

At drivers/i2c/Kconfig.gpio:101

Included via Kconfig:10Kconfig.zephyr:29drivers/Kconfig:40drivers/i2c/Kconfig:24

Menu path: (top menu) → Device Drivers → I2C Drivers

config I2C_GPIO_2_GPIO
    string
    prompt "Bit Bang I2C device 2 GPIO name" if I2C_GPIO_2 && I2C
    depends on I2C_GPIO_2 && I2C
    help
      This is the name of the GPIO device that controls the I2C lines.

(Definitions include propagated dependencies, including from if’s and menus.)