The latest development version of this page may be more current than this released 2.6.1-rc1 version.
CONFIG_WDT1_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 ifs and menus.)

Default

  • 25

Kconfig definition

At drivers/watchdog/Kconfig.esp32:21

Included via Kconfig:8Kconfig.zephyr:32drivers/Kconfig:52drivers/watchdog/Kconfig:39

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

config WDT1_ESP32_IRQ
    int "IRQ line for watchdog interrupt"
    default 25
    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.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)