The latest development version of this page may be more current than this released 1.14.1 version.
CONFIG_WATCHDOG

Watchdog Support

Type: bool

Help

Include support for watchdogs.

Defaults

Kconfig definitions

At soc/arm/atmel_sam/Kconfig.defconfig:11

Included via Kconfig:10Kconfig.zephyr:23

Menu path: (top menu)

config WATCHDOG
    bool
    default "y" if SOC_FAMILY_SAM
    depends on SOC_FAMILY_SAM

At drivers/watchdog/Kconfig:9

Included via Kconfig:10Kconfig.zephyr:35drivers/Kconfig:50

Menu path: (top menu) → Device Drivers

menuconfig WATCHDOG
    bool
    prompt "Watchdog Support"
    help
      Include support for watchdogs.

(Definitions include propagated dependencies, including from if’s and menus.)