CONFIG_WDT_ESP32¶
ESP32 Watchdog (WDT) Driver
Type: bool
Help¶
Enable WDT driver for ESP32.
Default¶
- y 
Kconfig definition¶
At <Zephyr Driver>/watchdog/Kconfig.esp32:6
Included via Kconfig:8 → Kconfig.zephyr:42 → <Zephyr Driver>/Kconfig:54 → <Zephyr Driver>/watchdog/Kconfig:39
Menu path: (Top) → Device Drivers → Watchdog Support
config WDT_ESP32
    bool "ESP32 Watchdog (WDT) Driver"
    default y
    depends on SOC_ESP32 && WATCHDOG
    help
      Enable WDT driver for ESP32.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)