The latest development version of this page may be more current than this released 1.14.1 version.
CONFIG_WDT_DISABLE_AT_BOOT

Disable at boot

Type: bool

Help

Disable watchdog at Zephyr system startup.

Direct dependencies

WATCHDOG

(Includes any dependencies from if’s and menus.)

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At drivers/watchdog/Kconfig:26

Included via Kconfig:10Kconfig.zephyr:35drivers/Kconfig:50

Menu path: (top menu) → Device Drivers → Watchdog Support

config WDT_DISABLE_AT_BOOT
    bool
    prompt "Disable at boot" if WATCHDOG
    depends on WATCHDOG
    help
      Disable watchdog at Zephyr system startup.

(Definitions include propagated dependencies, including from if’s and menus.)