Skip to content

Commit 2f077a3

Browse files
committed
[nrf fromlist] tests: secure_storage: its: enable PSA Crypto core w/ custom transform
Enable the Mbed TLS PSA Crypto core also in the custom ITS transform implementation case so that CONFIG_SECURE_STORAGE is able to select CONFIG_MBEDTLS_PSA_CRYPTO_STORAGE_C. Signed-off-by: Tomi Fontanilles <[email protected]> Upstream PR #: 85735 (cherry picked from commit fdea391d1bad3a1f0265ba45a6fe1f90bab039cf) Signed-off-by: Tomi Fontanilles <[email protected]>
1 parent c42c852 commit 2f077a3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tests/subsys/secure_storage/psa/its/overlay-transform_custom.conf

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,8 @@ CONFIG_SECURE_STORAGE_ITS_TRANSFORM_IMPLEMENTATION_CUSTOM=y
22
CONFIG_SECURE_STORAGE_ITS_TRANSFORM_OUTPUT_OVERHEAD=0
33

44
CONFIG_SECURE_STORAGE_ITS_MAX_DATA_SIZE=500
5+
6+
# Enable the Mbed TLS PSA Crypto core even though it's not needed directly;
7+
# it's for CONFIG_MBEDTLS_PSA_CRYPTO_STORAGE_C to be selectable.
8+
CONFIG_MBEDTLS=y
9+
CONFIG_MBEDTLS_PSA_CRYPTO_C=y

0 commit comments

Comments
 (0)