-
CONFIG_WDT_MULTISTAGE
¶
Enable multistage timeouts
Type: bool
Help¶
Enable multistage operation of watchdog timeouts.
Direct dependencies¶
HAS_WDT_MULTISTAGE
&& WATCHDOG
(Includes any dependencies from if’s and menus.)
Defaults¶
No defaults. Implicitly defaults to n
.
Kconfig definition¶
At drivers/watchdog/Kconfig:38
Included via Kconfig:10
→ Kconfig.zephyr:35
→ drivers/Kconfig:50
Menu path: (top menu) → Device Drivers → Watchdog Support
config WDT_MULTISTAGE bool prompt "Enable multistage timeouts" ifHAS_WDT_MULTISTAGE
&&WATCHDOG
depends onHAS_WDT_MULTISTAGE
&&WATCHDOG
help Enable multistage operation of watchdog timeouts.
(Definitions include propagated dependencies, including from if’s and menus.)