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

IRQ line for watchdog interrupt

Type: int

Help

Set the IRQ line used by the WDT device. Very few lines can be chosen here, as it must be a level 4 interrupt.

Direct dependencies

WDT_ESP32 && WATCHDOG

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

Defaults

Kconfig definition

At drivers/watchdog/Kconfig.esp32:15

Included via Kconfig:10Kconfig.zephyr:35drivers/Kconfig:50drivers/watchdog/Kconfig:52

Menu path: (top menu) → Device Drivers → Watchdog Support → ESP32 Watchdog (WDT) Driver

config WDT_ESP32_IRQ
    int
    prompt "IRQ line for watchdog interrupt" if WDT_ESP32 && WATCHDOG
    default 24 if WDT_ESP32 && WATCHDOG
    depends on WDT_ESP32 && WATCHDOG
    help
      Set the IRQ line used by the WDT device.  Very few lines can be
      chosen here, as it must be a level 4 interrupt.

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