:orphan: .. title:: CONFIG_WWDG_STM32 .. kconfig:: CONFIG_WWDG_STM32 CONFIG_WWDG_STM32 ################# *System Window Watchdog (WWDG) Driver for STM32 family of MCUs* Type: ``bool`` Help ==== .. code-block:: none Enable WWDG driver for STM32 line of MCUs Direct dependencies =================== \ :kconfig:`SOC_FAMILY_STM32 ` && \ :kconfig:`WATCHDOG ` *(Includes any dependencies from ifs and menus.)* Default ======= - n Kconfig definition ================== At ``/watchdog/Kconfig.stm32:34`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:54`` → ``/watchdog/Kconfig:33`` Menu path: (Top) → Device Drivers → Watchdog Support .. code-block:: kconfig config WWDG_STM32 bool "System Window Watchdog (WWDG) Driver for STM32 family of MCUs" default n depends on SOC_FAMILY_STM32 && WATCHDOG help Enable WWDG driver for STM32 line of MCUs *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*