summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLionel Debieve <[email protected]>2026-05-20 18:07:13 +0200
committerPatrice Chotard <[email protected]>2026-05-26 13:46:30 +0200
commit5b2e264a7739e4139bd0039ffa9b4a2ff4d0a362 (patch)
tree2f2cf33fdeac8f38549b848ebb271bbf90c782ee
parent70456905ec52e480ae15dd78691451b7b4ba28ad (diff)
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 <[email protected]> Signed-off-by: Yann Gautier <[email protected]> Reviewed-by: Patrice Chotard <[email protected]>
-rw-r--r--configs/stm32mp15_defconfig1
1 files changed, 1 insertions, 0 deletions
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