From 1fc6cb85070d6e8b6e8e0e8c545f33ae23278e2a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20L=C3=A9ger?= Date: Mon, 27 Mar 2023 16:26:33 +0200 Subject: [PATCH] plat-sam: enable nvmem support MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Enable nvmem support to allow reading hardware unique key from the fuses. Signed-off-by: Clément Léger Signed-off-by: Thomas Perrot Acked-by: Etienne Carriere --- core/arch/arm/plat-sam/conf.mk | 3 +++ 1 file changed, 3 insertions(+) diff --git a/core/arch/arm/plat-sam/conf.mk b/core/arch/arm/plat-sam/conf.mk index d546cbc6af7..1a8f6a859ac 100644 --- a/core/arch/arm/plat-sam/conf.mk +++ b/core/arch/arm/plat-sam/conf.mk @@ -108,3 +108,6 @@ $(call force,CFG_SCMI_MSG_CLOCK,y) $(call force,CFG_SCMI_MSG_USE_CLK,y) $(call force,CFG_SCMI_MSG_SMT_FASTCALL_ENTRY,y) endif + +CFG_DRIVERS_NVMEM ?= y +CFG_ATMEL_SFC ?= y