:orphan: .. title:: WDOG_CMSDK_APB_START_AT_BOOT .. option:: 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 =================== \ :option:`WDOG_CMSDK_APB ` && \ :option:`WATCHDOG ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== .. highlight:: kconfig At ``drivers/watchdog/Kconfig.cmsdk_apb:14`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:52`` → ``drivers/watchdog/Kconfig:35`` Menu path: (Top) → Device Drivers → Watchdog Support → CMSDK APB Watchdog Driver for ARM family of MCUs .. parsed-literal:: config WDOG_CMSDK_APB_START_AT_BOOT bool "Start Watchdog during boot" depends on \ :option:`WDOG_CMSDK_APB ` && \ :option:`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.)*