:orphan: .. title:: CONFIG_TASK_WDT .. kconfig:: CONFIG_TASK_WDT CONFIG_TASK_WDT ############### *Task-level software watchdog* Type: ``bool`` Help ==== .. code-block:: none 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:`REBOOT ` Kconfig definition ================== At ``/task_wdt/Kconfig:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:59`` Menu path: (Top) → Sub Systems and OS Services .. code-block:: kconfig 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.)*