[PATCH 2/3] configs: stm32mp13: activate watchdog
Yann Gautier
yann.gautier at foss.st.com
Tue May 19 10:07:36 CEST 2026
Activate the watchdog for STM32MP13x.
Signed-off-by: Patrick Delaunay <patrick.delaunay at foss.st.com>
Signed-off-by: Yann Gautier <yann.gautier at foss.st.com>
---
configs/stm32mp13_defconfig | 3 +++
1 file changed, 3 insertions(+)
diff --git a/configs/stm32mp13_defconfig b/configs/stm32mp13_defconfig
index 620a6da2efe3..cc41585097c7 100644
--- a/configs/stm32mp13_defconfig
+++ b/configs/stm32mp13_defconfig
@@ -113,4 +113,7 @@ CONFIG_USB_GADGET_MANUFACTURER="STMicroelectronics"
CONFIG_USB_GADGET_VENDOR_NUM=0x0483
CONFIG_USB_GADGET_PRODUCT_NUM=0x5720
CONFIG_USB_GADGET_DWC2_OTG=y
+CONFIG_WDT=y
+CONFIG_WDT_STM32MP=y
+CONFIG_WDT_ARM_SMC=y
CONFIG_ERRNO_STR=y
--
2.34.1
More information about the U-Boot
mailing list