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

IRQ line for ESP32 GPIO pins

Type: int

Direct dependencies

GPIO_ESP32 && GPIO

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

Defaults

Kconfig definition

At drivers/gpio/Kconfig.esp32:17

Included via Kconfig:10Kconfig.zephyr:35drivers/Kconfig:32drivers/gpio/Kconfig:55

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

config GPIO_ESP32_IRQ
    int
    prompt "IRQ line for ESP32 GPIO pins" if GPIO_ESP32 && GPIO
    default 10 if GPIO_ESP32 && GPIO
    depends on GPIO_ESP32 && GPIO

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