-
CONFIG_WDT_SAM0
¶
Atmel SAM0 series Watchdog (WDT) Driver
Type: bool
Help¶
Enable WDT driver for Atmel SAM0 MCUs.
Defaults¶
- “y” if
SOC_FAMILY_SAM0
&&WATCHDOG
Kconfig definition¶
At drivers/watchdog/Kconfig.sam0:6
Included via Kconfig:10
→ Kconfig.zephyr:29
→ drivers/Kconfig:52
→ drivers/watchdog/Kconfig:64
Menu path: (top menu) → Device Drivers → Watchdog Support
menuconfig WDT_SAM0 bool prompt "Atmel SAM0 series Watchdog (WDT) Driver" ifSOC_FAMILY_SAM0
&&WATCHDOG
default "y" ifSOC_FAMILY_SAM0
&&WATCHDOG
depends onSOC_FAMILY_SAM0
&&WATCHDOG
help Enable WDT driver for Atmel SAM0 MCUs.
(Definitions include propagated dependencies, including from if’s and menus.)