:orphan: .. title:: IWDG_STM32 .. option:: CONFIG_IWDG_STM32 *Independent Watchdog (IWDG) Driver for STM32 family of MCUs* Type: ``bool`` Help ==== Enable IWDG driver for STM32 line of MCUs Direct dependencies =================== \ :option:`SOC_FAMILY_STM32 ` && \ :option:`WATCHDOG ` *(Includes any dependencies from ifs and menus.)* Default ======= - n Kconfig definition ================== .. highlight:: kconfig At ``drivers/watchdog/Kconfig.stm32:11`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:52`` → ``drivers/watchdog/Kconfig:33`` Menu path: (Top) → Device Drivers → Watchdog Support .. parsed-literal:: config IWDG_STM32 bool "Independent Watchdog (IWDG) Driver for STM32 family of MCUs" default n depends on \ :option:`SOC_FAMILY_STM32 ` && \ :option:`WATCHDOG ` help Enable IWDG driver for STM32 line of MCUs *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*