Skip to content

Commit 3a8edf9

Browse files
tomi-fontrlubos
authored andcommitted
tests: tf-m: explicitly enable CONFIG_PSA_CRYPTO
To make sure the Crypto partition is enabled. Signed-off-by: Tomi Fontanilles <tomi.fontanilles@nordicsemi.no>
1 parent 75d52bb commit 3a8edf9

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

tests/tfm/tfm_psa_test/prj.conf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ CONFIG_TFM_ISOLATION_LEVEL=2
1919

2020
CONFIG_IDENTITY_KEY_TFM=y
2121

22+
CONFIG_PSA_CRYPTO=y
23+
2224
# RNG
2325
CONFIG_PSA_WANT_GENERATE_RANDOM=y
2426

tests/zephyr/modules/tf-m/regression/prj.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ CONFIG_PSA_WANT_RSA_KEY_SIZE_3072=y
2323
CONFIG_PSA_WANT_ALG_SP800_108_COUNTER_CMAC=y
2424

2525
# Regression tests are included if a related secure partition is enabled.
26+
CONFIG_PSA_CRYPTO=y
2627
CONFIG_TFM_PARTITION_PROTECTED_STORAGE=y
2728
CONFIG_TFM_PARTITION_INTERNAL_TRUSTED_STORAGE=y
28-
CONFIG_TFM_PARTITION_CRYPTO=y
2929
CONFIG_TFM_PARTITION_PLATFORM=y

0 commit comments

Comments
 (0)