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 <Zephyr Driver>/watchdog/Kconfig.cc32xx:6
Included via Kconfig:8 → Kconfig.zephyr:42 → <Zephyr Driver>/Kconfig:54 → <Zephyr Driver>/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.)