The latest development version of this page may be more current than this released 2.7.5 version.

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.

Symbols selected by this symbol

Kconfig definition

At subsys/task_wdt/Kconfig:6

Included via Kconfig:8Kconfig.zephyr:44subsys/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.)