-
CONFIG_WDOG_CMSDK_APB_START_AT_BOOT
¶
Start Watchdog during boot
Type: bool
Help¶
Enable this setting to allow WDOG to be automatically started during device initialization. Note that once WDOG is started it must be reloaded before the counter reaches 0, otherwise the MCU will be reset.
Direct dependencies¶
WDOG_CMSDK_APB
&& SOC_FAMILY_ARM
&& WATCHDOG
(Includes any dependencies from if’s and menus.)
Defaults¶
No defaults. Implicitly defaults to n
.
Kconfig definition¶
At drivers/watchdog/Kconfig.cmsdk_apb:18
Included via Kconfig:10
→ Kconfig.zephyr:35
→ drivers/Kconfig:50
→ drivers/watchdog/Kconfig:48
Menu path: (top menu) → Device Drivers → Watchdog Support
config WDOG_CMSDK_APB_START_AT_BOOT bool prompt "Start Watchdog during boot" ifWDOG_CMSDK_APB
&&SOC_FAMILY_ARM
&&WATCHDOG
depends onWDOG_CMSDK_APB
&&SOC_FAMILY_ARM
&&WATCHDOG
help Enable this setting to allow WDOG to be automatically started during device initialization. Note that once WDOG is started it must be reloaded before the counter reaches 0, otherwise the MCU will be reset.
(Definitions include propagated dependencies, including from if’s and menus.)