:orphan: .. title:: WDT0_ESP32_IRQ .. option:: CONFIG_WDT0_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 =================== \ :option:`WDT_ESP32 ` && \ :option:`WATCHDOG ` *(Includes any dependencies from ifs and menus.)* Default ======= - 24 Kconfig definition ================== .. highlight:: kconfig At ``drivers/watchdog/Kconfig.esp32:13`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:52`` → ``drivers/watchdog/Kconfig:39`` Menu path: (Top) → Device Drivers → Watchdog Support → ESP32 Watchdog (WDT) Driver .. parsed-literal:: config WDT0_ESP32_IRQ int "IRQ line for watchdog interrupt" default 24 depends on \ :option:`WDT_ESP32 ` && \ :option:`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.)*