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