test: mbedtls: do not enable USE_PSA and all PSA features
Before #72243 Mbed TLS was not using USE_PSA and all PSA features were not enabled. After #72243 if BUILD_WITH_TFM is set: - USE_PSA in Mbed TLS is enabled by default and - all PSA features are enabled. This commits reverts both changes for tests/crypto/mbedtls test case. Signed-off-by: Valerio Setti <vsetti@baylibre.com>
This commit is contained in:
parent
6b6107ccd1
commit
c36d9ec3a8
1 changed files with 2 additions and 0 deletions
|
@ -9,3 +9,5 @@ CONFIG_MINIMAL_LIBC_NON_REENTRANT_FUNCTIONS=y
|
|||
CONFIG_MINIMAL_LIBC_RAND=y
|
||||
CONFIG_ENTROPY_GENERATOR=y
|
||||
CONFIG_TEST_RANDOM_GENERATOR=y
|
||||
CONFIG_MBEDTLS_USE_PSA_CRYPTO=n
|
||||
CONFIG_PSA_CRYPTO_ENABLE_ALL=n
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue