The latest development version of this page may be more current than this released 2.7.5 version.

CONFIG_WDT_XEC

Microchip XEC series Watchdog Timer (WDT) driver

Type: bool

Help

Enable WDT driver for Microchip XEC MCU series.

Direct dependencies

SOC_FAMILY_MEC && WATCHDOG

(Includes any dependencies from ifs and menus.)

Default

  • y

Kconfig definition

At drivers/watchdog/Kconfig.xec:6

Included via Kconfig:8Kconfig.zephyr:42drivers/Kconfig:54drivers/watchdog/Kconfig:49

Menu path: (Top) → Device Drivers → Watchdog Support

config WDT_XEC
    bool "Microchip XEC series Watchdog Timer (WDT) driver"
    default y
    depends on SOC_FAMILY_MEC && WATCHDOG
    help
      Enable WDT driver for Microchip XEC MCU series.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)