-
CONFIG_WDT_ESP32
¶
ESP32 Watchdog (WDT) Driver
Type: bool
Help¶
Enable WDT driver for ESP32.
Kconfig definition¶
At drivers/watchdog/Kconfig.esp32:8
Included via Kconfig:10
→ Kconfig.zephyr:35
→ drivers/Kconfig:50
→ drivers/watchdog/Kconfig:52
Menu path: (top menu) → Device Drivers → Watchdog Support
menuconfig WDT_ESP32 bool prompt "ESP32 Watchdog (WDT) Driver" ifSOC_ESP32
&&WATCHDOG
default "y" ifSOC_ESP32
&&WATCHDOG
depends onSOC_ESP32
&&WATCHDOG
help Enable WDT driver for ESP32.
(Definitions include propagated dependencies, including from if’s and menus.)