:orphan: .. title:: WDT1_ESP32_IRQ .. option:: CONFIG_WDT1_ESP32_IRQ *IRQ line for watchdog interrupt* Type: ``int`` Help ==== .. code-block:: none 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 =================== \ :option:`WDT_ESP32 ` && \ :option:`WATCHDOG ` *(Includes any dependencies from ifs and menus.)* Default ======= - 25 Kconfig definition ================== At ``/watchdog/Kconfig.esp32:21`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``/Kconfig:52`` → ``/watchdog/Kconfig:39`` Menu path: (Top) → Device Drivers → Watchdog Support → ESP32 Watchdog (WDT) Driver .. code-block:: kconfig 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.)*