CONFIG_WDT_ESP32¶
ESP32 Watchdog (WDT) Driver
Type: bool
Help¶
Enable WDT driver for ESP32.
Direct dependencies¶
(Includes any dependencies from ifs and menus.)
Default¶
y
Kconfig definition¶
At drivers/watchdog/Kconfig.esp32:6
Included via Kconfig:8
→ Kconfig.zephyr:42
→ drivers/Kconfig:54
→ drivers/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.)