-
CONFIG_WDT_SAM
¶
Atmel SAM MCU Family Watchdog (WDT) Driver
Type: bool
Help¶
Enable WDT driver for Atmel SAM MCUs.
Defaults¶
- “y” if
SOC_FAMILY_SAM
&&WATCHDOG
Kconfig definition¶
At drivers/watchdog/Kconfig.sam:8
Included via Kconfig:10
→ Kconfig.zephyr:29
→ drivers/Kconfig:52
→ drivers/watchdog/Kconfig:60
Menu path: (top menu) → Device Drivers → Watchdog Support
menuconfig WDT_SAM bool prompt "Atmel SAM MCU Family Watchdog (WDT) Driver" ifSOC_FAMILY_SAM
&&WATCHDOG
default "y" ifSOC_FAMILY_SAM
&&WATCHDOG
depends onSOC_FAMILY_SAM
&&WATCHDOG
help Enable WDT driver for Atmel SAM MCUs.
(Definitions include propagated dependencies, including from if’s and menus.)