-
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¶
(WATCHDOG
&& SOC_FAMILY_STM32
) || (SOC_FAMILY_STM32
&& WATCHDOG
)
(Includes any dependencies from if’s and menus.)
Defaults¶
- “y” if
WATCHDOG
&&SOC_FAMILY_STM32
Kconfig definitions¶
At arch/arm/soc/st_stm32/common/Kconfig.defconfig.series:42
Included via Kconfig:10
→ Kconfig.zephyr:20
→ arch/arm/soc/st_stm32/Kconfig.defconfig:1
Menu path: (top menu)
config IWDG_STM32 bool default "y" ifWATCHDOG
&&SOC_FAMILY_STM32
depends onWATCHDOG
&&SOC_FAMILY_STM32
At drivers/watchdog/Kconfig.stm32:9
Included via Kconfig:10
→ Kconfig.zephyr:29
→ drivers/Kconfig:52
→ drivers/watchdog/Kconfig:56
Menu path: (top menu) → Device Drivers → Watchdog Support
menuconfig IWDG_STM32 bool prompt "Independent Watchdog (IWDG) Driver for STM32 family of MCUs" ifSOC_FAMILY_STM32
&&WATCHDOG
depends onSOC_FAMILY_STM32
&&WATCHDOG
help Enable IWDG driver for STM32 line of MCUs
(Definitions include propagated dependencies, including from if’s and menus.)