From b8125477b03b73ceeccc65c33e4b8cd93d3fff1a Mon Sep 17 00:00:00 2001 From: Gatien Chevallier Date: Thu, 14 Nov 2024 17:42:49 +0100 Subject: [PATCH] plat-stm32mp2: default enable TAMP peripheral support Default enable TAMP peripheral support for stm32mp2x platforms. Signed-off-by: Gatien Chevallier Reviewed-by: Etienne Carriere --- core/arch/arm/plat-stm32mp2/conf.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/core/arch/arm/plat-stm32mp2/conf.mk b/core/arch/arm/plat-stm32mp2/conf.mk index 40f07a5b1c2..fbc25be7e2a 100644 --- a/core/arch/arm/plat-stm32mp2/conf.mk +++ b/core/arch/arm/plat-stm32mp2/conf.mk @@ -66,6 +66,7 @@ CFG_STM32_RISAB ?= y CFG_STM32_RISAF ?= y CFG_STM32_RNG ?= y CFG_STM32_SERC ?= y +CFG_STM32_TAMP ?= y CFG_STM32_UART ?= y # Default enable some test facitilites