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

Bit Bang I2C device 1 GPIO pin number for SDA

Type: int

Help

This is the GPIO pin number for the I2S SDA line

Direct dependencies

I2C_GPIO_1 && 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:76

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

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

config I2C_GPIO_1_SDA_PIN
    int
    prompt "Bit Bang I2C device 1 GPIO pin number for SDA" if I2C_GPIO_1 && I2C
    depends on I2C_GPIO_1 && I2C
    help
      This is the GPIO pin number for the I2S SDA line

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