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

Port 0 SDA pin

Type: int

Direct dependencies

I2C_0 && I2C_ESP32 && I2C

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

Defaults

Kconfig definition

At drivers/i2c/Kconfig.esp32:42

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

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

config I2C_ESP32_0_SDA_PIN
    int
    prompt "Port 0 SDA pin" if I2C_0 && I2C_ESP32 && I2C
    default 4 if I2C_0 && I2C_ESP32 && I2C
    depends on I2C_0 && I2C_ESP32 && I2C

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