CONFIG_TASK_WDT¶
Task-level software watchdog
Type: bool
Help¶
Enable task watchdog
The task watchdog allows to have individual watchdog channels
per thread, even if the hardware supports only a single watchdog.
Defaults¶
No defaults. Implicitly defaults to n
.
Kconfig definition¶
At subsys/task_wdt/Kconfig:6
Included via Kconfig:8
→ Kconfig.zephyr:44
→ subsys/Kconfig:59
Menu path: (Top) → Sub Systems and OS Services
menuconfig TASK_WDT
bool "Task-level software watchdog"
select REBOOT
help
Enable task watchdog
The task watchdog allows to have individual watchdog channels
per thread, even if the hardware supports only a single watchdog.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)