-
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.)
Kconfig definitions¶
At <Zephyr>/soc/arm/atmel_sam0/common/Kconfig.defconfig.series:44
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:19
→ <BuildDir>/kconfig/Kconfig.soc.defconfig:1
→ <Zephyr>/soc/arm/atmel_sam0/Kconfig.defconfig:6
Menu path: (Top)
config WDT_SAM0
bool
default WATCHDOG
depends on SOC_FAMILY_SAM0
At <Zephyr>/drivers/watchdog/Kconfig.sam0:6
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:32
→ <Zephyr>/drivers/Kconfig:52
→ <Zephyr>/drivers/watchdog/Kconfig:41
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.)