Skip to content

Commit

Permalink
plat-sam: enable nvmem support
Browse files Browse the repository at this point in the history
Enable nvmem support to allow reading hardware unique key from the fuses.

Signed-off-by: Clément Léger <clement.leger@bootlin.com>
Signed-off-by: Thomas Perrot <thomas.perrot@bootlin.com>
Acked-by: Etienne Carriere <etienne.carriere@foss.st.com>
  • Loading branch information
clementleger authored and tprrt committed Dec 4, 2023
1 parent 6fcd80c commit 1fc6cb8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions core/arch/arm/plat-sam/conf.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 1fc6cb8

Please sign in to comment.