CONFIG_WDT_SAM0

Atmel SAM0 series Watchdog (WDT) Driver

Type: bool

Help

Enable WDT driver for Atmel SAM0 MCUs.

Direct dependencies

SOC_FAMILY_SAM0 && WATCHDOG

(Includes any dependencies from if’s and menus.)

Defaults

Kconfig definition

At drivers/watchdog/Kconfig.sam0:6

Included via Kconfig:10Kconfig.zephyr:29drivers/Kconfig:52drivers/watchdog/Kconfig:64

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

menuconfig WDT_SAM0
    bool
    prompt "Atmel SAM0 series Watchdog (WDT) Driver" if SOC_FAMILY_SAM0 && WATCHDOG
    default "y" if SOC_FAMILY_SAM0 && WATCHDOG
    depends on SOC_FAMILY_SAM0 && WATCHDOG
    help
      Enable WDT driver for Atmel SAM0 MCUs.

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