The latest development version of this page may be more current than this released 1.14.0 version.
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:10Kconfig.zephyr:35drivers/Kconfig:50drivers/watchdog/Kconfig:48

Menu path: (top menu) → Device Drivers → Watchdog Support

config WDOG_CMSDK_APB_START_AT_BOOT
    bool
    prompt "Start Watchdog during boot" if WDOG_CMSDK_APB && SOC_FAMILY_ARM && WATCHDOG
    depends on WDOG_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.)