:orphan: .. title:: WDT_DISABLE_AT_BOOT .. option:: CONFIG_WDT_DISABLE_AT_BOOT *Disable at boot* Type: ``bool`` Help ==== Disable watchdog at Zephyr system startup. Direct dependencies =================== \ :option:`WATCHDOG ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== .. highlight:: kconfig At ``drivers/watchdog/Kconfig:15`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:52`` Menu path: (Top) → Device Drivers → Watchdog Support .. parsed-literal:: config WDT_DISABLE_AT_BOOT bool "Disable at boot" depends on \ :option:`WATCHDOG ` help Disable watchdog at Zephyr system startup. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*