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 <[email protected]>
Signed-off-by: Thomas Perrot <[email protected]>
  • Loading branch information
clementleger authored and tprrt committed Nov 27, 2023
1 parent e0ee44c commit 608fcac
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 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,8 @@ $(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
CFG_NVMEM_DIE_ID ?= y
CFG_NVMEM_HUK ?= y

0 comments on commit 608fcac

Please sign in to comment.