:orphan: .. title:: CONFIG_WDT_MULTISTAGE .. kconfig:: CONFIG_WDT_MULTISTAGE CONFIG_WDT_MULTISTAGE ##################### *Enable multistage timeouts* Type: ``bool`` Help ==== .. code-block:: none Enable multistage operation of watchdog timeouts. Direct dependencies =================== \ :kconfig:`HAS_WDT_MULTISTAGE ` && \ :kconfig:`WATCHDOG ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/watchdog/Kconfig:27`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:54`` Menu path: (Top) → Device Drivers → Watchdog Support .. code-block:: kconfig 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.)*