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