Skip to content

Commit

Permalink
samples: tfm: add RNG config for tfm_psa_template
Browse files Browse the repository at this point in the history
The Initial Attestation service requires RNG config
to be able to attest the boot seed claim.

Signed-off-by: Magne Værnes <[email protected]>
  • Loading branch information
magnev authored and rlubos committed Oct 10, 2024
1 parent 73fcf86 commit f67ca0f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions samples/tfm/tfm_psa_template/prj.conf
Original file line number Diff line number Diff line change
Expand Up @@ -66,3 +66,6 @@ CONFIG_LOG_MODE_IMMEDIATE=y

# Enable TFM isolation level 2
CONFIG_TFM_ISOLATION_LEVEL=2

# Initial Attestation requires RNG
CONFIG_PSA_WANT_GENERATE_RANDOM=y

0 comments on commit f67ca0f

Please sign in to comment.