:orphan: .. title:: WDT_SAM .. option:: CONFIG_WDT_SAM *Atmel SAM MCU Family Watchdog (WDT) Driver* Type: ``bool`` Help ==== Enable WDT driver for Atmel SAM MCUs. Direct dependencies =================== \ :option:`SOC_FAMILY_SAM ` && \ :option:`WATCHDOG ` *(Includes any dependencies from ifs and menus.)* Default ======= - y Kconfig definition ================== .. highlight:: kconfig At ``drivers/watchdog/Kconfig.sam:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:52`` → ``drivers/watchdog/Kconfig:37`` Menu path: (Top) → Device Drivers → Watchdog Support .. parsed-literal:: config WDT_SAM bool "Atmel SAM MCU Family Watchdog (WDT) Driver" default y depends on \ :option:`SOC_FAMILY_SAM ` && \ :option:`WATCHDOG ` help Enable WDT driver for Atmel SAM MCUs. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*