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

CONFIG_WDT_CC32XX

Watchdog Driver for cc32xx family of MCUs

Type: bool

Help

Watchdog for cc32xx family of MCUs

Direct dependencies

SOC_SERIES_CC32XX && SOC_FAMILY_TISIMPLELINK && WATCHDOG

(Includes any dependencies from ifs and menus.)

Default

  • n

Kconfig definition

At drivers/watchdog/Kconfig.cc32xx:6

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

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

config WDT_CC32XX
    bool "Watchdog Driver for cc32xx family of MCUs"
    default n
    depends on SOC_SERIES_CC32XX && SOC_FAMILY_TISIMPLELINK && WATCHDOG
    help
      Watchdog for cc32xx family of MCUs

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