:orphan: .. title:: WDT_CC32XX .. option:: CONFIG_WDT_CC32XX *Watchdog Driver for cc32xx family of MCUs* Type: ``bool`` Help ==== .. code-block:: none Watchdog for cc32xx family of MCUs Direct dependencies =================== \ :option:`SOC_SERIES_CC32XX ` && \ :option:`SOC_FAMILY_TISIMPLELINK ` && \ :option:`WATCHDOG ` *(Includes any dependencies from ifs and menus.)* Default ======= - n Kconfig definition ================== At ``/watchdog/Kconfig.cc32xx:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``/Kconfig:52`` → ``/watchdog/Kconfig:57`` Menu path: (Top) → Device Drivers → Watchdog Support .. code-block:: kconfig 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.)*