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

Port 0 IRQ line

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:34

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_IRQ
    int
    prompt "Port 0 IRQ line" if I2C_0 && I2C_ESP32 && I2C
    default 8 if I2C_0 && I2C_ESP32 && I2C
    depends on I2C_0 && I2C_ESP32 && I2C

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