:orphan: .. title:: CONFIG_WDT_SAM0 .. kconfig:: CONFIG_WDT_SAM0 CONFIG_WDT_SAM0 ############### *Atmel SAM0 series Watchdog (WDT) Driver* Type: ``bool`` Help ==== .. code-block:: none Enable WDT driver for Atmel SAM0 MCUs. Direct dependencies =================== \ :kconfig:`SOC_FAMILY_SAM0 ` || \ :kconfig:`SOC_FAMILY_SAM0 ` || (\ :kconfig:`SOC_FAMILY_SAM0 ` && \ :kconfig:`WATCHDOG `) *(Includes any dependencies from ifs and menus.)* Defaults ======== - \ :kconfig:`WATCHDOG ` - \ :kconfig:`WATCHDOG ` - y Kconfig definitions =================== At ``/arm/atmel_sam0/common/Kconfig.defconfig.series:44`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:25`` → ``/kconfig/Kconfig.soc.defconfig:1`` → ``/arm/atmel_sam0/Kconfig.defconfig:6`` Menu path: (Top) .. code-block:: kconfig config WDT_SAM0 bool default WATCHDOG depends on SOC_FAMILY_SAM0 ---- At ``/arm/atmel_sam0/common/Kconfig.defconfig.series:44`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:27`` → ``/arm/atmel_sam0/Kconfig.defconfig:6`` Menu path: (Top) .. code-block:: kconfig config WDT_SAM0 bool default WATCHDOG depends on SOC_FAMILY_SAM0 ---- At ``/watchdog/Kconfig.sam0:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:54`` → ``/watchdog/Kconfig:41`` Menu path: (Top) → Device Drivers → Watchdog Support .. code-block:: kconfig 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.)*