From: Lionel Debieve Date: Wed, 20 May 2026 16:07:13 +0000 (+0200) Subject: configs: stm32mp15: enable WDT_ARM_SMC driver X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=5b2e264a7739e4139bd0039ffa9b4a2ff4d0a362;p=thirdparty%2Fu-boot.git configs: stm32mp15: enable WDT_ARM_SMC driver Enable the arm watchdog over SMC driver. This allows using a secure watchdog, based on IWDG1 peripheral and managed by OP-TEE. The driver will be probed if a watchdog node with "arm,smc-wdt" compatible is enabled. Signed-off-by: Lionel Debieve Signed-off-by: Yann Gautier Reviewed-by: Patrice Chotard --- diff --git a/configs/stm32mp15_defconfig b/configs/stm32mp15_defconfig index cc4dfd9af70..53903376524 100644 --- a/configs/stm32mp15_defconfig +++ b/configs/stm32mp15_defconfig @@ -169,5 +169,6 @@ CONFIG_BMP_24BPP=y CONFIG_BMP_32BPP=y CONFIG_WDT=y CONFIG_WDT_STM32MP=y +CONFIG_WDT_ARM_SMC=y # CONFIG_BINMAN_FDT is not set CONFIG_ERRNO_STR=y