-
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.
Defaults¶
No defaults. Implicitly defaults to n
.
Kconfig definition¶
At <Zephyr>/drivers/watchdog/Kconfig.cmsdk_apb:14
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:32
→ <Zephyr>/drivers/Kconfig:52
→ <Zephyr>/drivers/watchdog/Kconfig:35
Menu path: (Top) → Device Drivers → Watchdog Support → CMSDK APB Watchdog Driver for ARM family of MCUs
config WDOG_CMSDK_APB_START_AT_BOOT bool "Start Watchdog during boot" depends onWDOG_CMSDK_APB
&&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.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)