:orphan: .. title:: WDT_XEC .. option:: CONFIG_WDT_XEC *Microchip XEC series Watchdog Timer (WDT) driver* Type: ``bool`` Help ==== Enable WDT driver for Microchip XEC MCU series. Direct dependencies =================== \ :option:`SOC_FAMILY_MEC ` && \ :option:`WATCHDOG ` *(Includes any dependencies from ifs and menus.)* Default ======= - y Kconfig definition ================== .. highlight:: kconfig At ``drivers/watchdog/Kconfig.xec:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:52`` → ``drivers/watchdog/Kconfig:49`` Menu path: (Top) → Device Drivers → Watchdog Support .. parsed-literal:: config WDT_XEC bool "Microchip XEC series Watchdog Timer (WDT) driver" default y depends on \ :option:`SOC_FAMILY_MEC ` && \ :option:`WATCHDOG ` help Enable WDT driver for Microchip XEC MCU series. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*