Skip to content

Commit f67ca0f

Browse files
magnevrlubos
authored andcommitted
samples: tfm: add RNG config for tfm_psa_template
The Initial Attestation service requires RNG config to be able to attest the boot seed claim. Signed-off-by: Magne Værnes <[email protected]>
1 parent 73fcf86 commit f67ca0f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

samples/tfm/tfm_psa_template/prj.conf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,3 +66,6 @@ CONFIG_LOG_MODE_IMMEDIATE=y
6666

6767
# Enable TFM isolation level 2
6868
CONFIG_TFM_ISOLATION_LEVEL=2
69+
70+
# Initial Attestation requires RNG
71+
CONFIG_PSA_WANT_GENERATE_RANDOM=y

0 commit comments

Comments
 (0)