CONFIG_WDT_SAM0
Atmel SAM0 series Watchdog (WDT) Driver
Type: bool
Help
Enable WDT driver for Atmel SAM0 MCUs.
Direct dependencies
SOC_FAMILY_SAM0
|| (SOC_FAMILY_SAM0
&& WATCHDOG
)
(Includes any dependencies from ifs and menus.)
Defaults
y
Kconfig definitions
At <SoC>/arm/atmel_sam0/common/Kconfig.defconfig.series:44
Included via Kconfig:8
→ Kconfig.zephyr:27
→ <SoC>/arm/atmel_sam0/Kconfig.defconfig:6
Menu path: (Top)
config WDT_SAM0
bool
default WATCHDOG
depends on SOC_FAMILY_SAM0
At <Driver>/watchdog/Kconfig.sam0:6
Included via Kconfig:8
→ Kconfig.zephyr:42
→ <Driver>/Kconfig:54
→ <Driver>/watchdog/Kconfig:67
Menu path: (Top) → Device Drivers → Watchdog Support
config WDT_SAM0
bool "Atmel SAM0 series Watchdog (WDT) Driver"
default y
depends on SOC_FAMILY_SAM0 && WATCHDOG
help
Enable WDT driver for Atmel SAM0 MCUs.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)