:orphan: .. title:: TASK_WDT_HW_FALLBACK .. option:: CONFIG_TASK_WDT_HW_FALLBACK *Use hardware watchdog as a fallback* Type: ``bool`` Help ==== .. code-block:: none This option allows to specify a hardware watchdog device in the application that is used as an additional safety layer if the task watchdog itself gets stuck. Direct dependencies =================== \ :option:`TASK_WDT ` *(Includes any dependencies from ifs and menus.)* Default ======= - y Kconfig definition ================== At ``/task_wdt/Kconfig:24`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``/Kconfig:59`` Menu path: (Top) → Sub Systems and OS Services → Task-level software watchdog .. code-block:: kconfig config TASK_WDT_HW_FALLBACK bool "Use hardware watchdog as a fallback" default y depends on TASK_WDT help This option allows to specify a hardware watchdog device in the application that is used as an additional safety layer if the task watchdog itself gets stuck. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*