:orphan: .. title:: WDT_ESP32 .. option:: CONFIG_WDT_ESP32 *ESP32 Watchdog (WDT) Driver* Type: ``bool`` Help ==== Enable WDT driver for ESP32. Direct dependencies =================== \ :option:`SOC_ESP32 ` && \ :option:`WATCHDOG ` *(Includes any dependencies from ifs and menus.)* Default ======= - y Kconfig definition ================== .. highlight:: kconfig At ``drivers/watchdog/Kconfig.esp32:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:52`` → ``drivers/watchdog/Kconfig:39`` Menu path: (Top) → Device Drivers → Watchdog Support .. parsed-literal:: menuconfig WDT_ESP32 bool "ESP32 Watchdog (WDT) Driver" default y depends on \ :option:`SOC_ESP32 ` && \ :option:`WATCHDOG ` help Enable WDT driver for ESP32. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*