The latest development version of this page may be more current than this released 1.14.1 version.
CONFIG_I2C_GPIO_3_NAME

Bit Bang I2C device 3 device name

Type: string

Help

This is the device name for the I2C device, and is included in the device struct.

Direct dependencies

I2C_GPIO_3 && I2C

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

Defaults

Kconfig definition

At drivers/i2c/Kconfig.gpio:129

Included via Kconfig:10Kconfig.zephyr:35drivers/Kconfig:38drivers/i2c/Kconfig:24

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

config I2C_GPIO_3_NAME
    string
    prompt "Bit Bang I2C device 3 device name" if I2C_GPIO_3 && I2C
    default "I2C_3" if I2C_GPIO_3 && I2C
    depends on I2C_GPIO_3 && 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.)