Lines Matching full:watchdog
1 # Software watchdog configuration
7 bool "Task-level software watchdog"
10 Enable task watchdog
12 The task watchdog allows to have individual watchdog channels
13 per thread, even if the hardware supports only a single watchdog.
17 int "Maximum number of task watchdog channels"
25 bool "Use hardware watchdog as a fallback"
28 This option allows to specify a hardware watchdog device in the
30 watchdog itself gets stuck.
33 int "Minimum timeout for task watchdog (ms)"
38 The task watchdog uses a continuously restarted k_timer as its
42 If a hardware watchdog is configured as a fallback for the task
43 watchdog, its timeout is set to this value plus
47 int "Additional delay for hardware watchdog (ms)"
52 The timeout of the hardware watchdog fallback will be increased by
57 between different clock sources for the hardware watchdog and the
58 kernel timer. This is especially important if the hardware watchdog
62 bool "Task watchdog shell utilities"
65 Activate shell module that provides Task watchdog commands.