CONFIG_WATCHDOG

Watchdog Support

Type: bool

Help

Include support for watchdogs.

Default

  • y

Symbols selected by this symbol

Kconfig definitions

At <Zephyr>/soc/arm/atmel_sam/Kconfig.defconfig:8

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:25<BuildDir>/Kconfig/Kconfig.soc.defconfig:1

Menu path: (Top)

config WATCHDOG
    bool
    default y
    depends on SOC_FAMILY_SAM

At <Zephyr>/drivers/watchdog/Kconfig:7

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:32<Zephyr>/drivers/Kconfig:52

Menu path: (Top) → Device Drivers

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

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)