-
CONFIG_WDT_MULTISTAGE¶
Enable multistage timeouts
Type: bool
Help¶
Enable multistage operation of watchdog timeouts.
Defaults¶
No defaults. Implicitly defaults to n.
Kconfig definition¶
At drivers/watchdog/Kconfig:27
Included via Kconfig:8 → Kconfig.zephyr:32 → drivers/Kconfig:52
Menu path: (Top) → Device Drivers → Watchdog Support
config WDT_MULTISTAGE
bool "Enable multistage timeouts"
depends on HAS_WDT_MULTISTAGE && WATCHDOG
help
Enable multistage operation of watchdog timeouts.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)