-
CONFIG_WDT_DISABLE_AT_BOOT
¶
Disable at boot
Type: bool
Help¶
Disable watchdog at Zephyr system startup for the SoCs that enable the watchdog by default after reset.
Note that disabling this configuration option does not enable the watchdog for the SoCs that boot with the watchdog disabled.
Default¶
y
Kconfig definition¶
At drivers/watchdog/Kconfig:15
Included via Kconfig:8
→ Kconfig.zephyr:40
→ drivers/Kconfig:46
Menu path: (Top) → Device Drivers → Watchdog Support
config WDT_DISABLE_AT_BOOT
bool "Disable at boot"
default y
depends on WATCHDOG
help
Disable watchdog at Zephyr system startup for the SoCs that enable
the watchdog by default after reset.
Note that disabling this configuration option does not enable the
watchdog for the SoCs that boot with the watchdog disabled.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)