:orphan: .. title:: WDT_SAM0 .. option:: CONFIG_WDT_SAM0 *Atmel SAM0 series Watchdog (WDT) Driver* Type: ``bool`` Help ==== Enable WDT driver for Atmel SAM0 MCUs. Direct dependencies =================== \ :option:`SOC_FAMILY_SAM0 ` || (\ :option:`SOC_FAMILY_SAM0 ` && \ :option:`WATCHDOG `) *(Includes any dependencies from ifs and menus.)* Defaults ======== - \ :option:`WATCHDOG ` - y Kconfig definitions =================== .. highlight:: kconfig At ``soc/arm/atmel_sam0/common/Kconfig.defconfig.series:44`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:19`` → ``/home/runner/work/bridle/bridle/workspace/build/Kconfig/Kconfig.soc.defconfig:1`` → ``soc/arm/atmel_sam0/Kconfig.defconfig:6`` Menu path: (Top) .. parsed-literal:: config WDT_SAM0 bool default \ :option:`WATCHDOG ` depends on \ :option:`SOC_FAMILY_SAM0 ` ---- At ``drivers/watchdog/Kconfig.sam0:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:52`` → ``drivers/watchdog/Kconfig:41`` Menu path: (Top) → Device Drivers → Watchdog Support .. parsed-literal:: config WDT_SAM0 bool "Atmel SAM0 series Watchdog (WDT) Driver" default y depends on \ :option:`SOC_FAMILY_SAM0 ` && \ :option:`WATCHDOG ` help Enable WDT driver for Atmel SAM0 MCUs. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*