Skip to content

Commit a03b06f

Browse files
valeriosettikartben
authored andcommitted
tests: modules: uoscore: remove unnecessary dependencies
PSA Crypto dependencies are automatically selected in the uOSCORE's Kconfig. Signed-off-by: Valerio Setti <[email protected]>
1 parent 9e190f6 commit a03b06f

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

tests/modules/uoscore/prj.conf

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,3 @@ CONFIG_UOSCORE=y
1212
CONFIG_MBEDTLS=y
1313
CONFIG_MBEDTLS_ENABLE_HEAP=y
1414
CONFIG_MBEDTLS_HEAP_SIZE=2048
15-
CONFIG_MBEDTLS_ENTROPY_C=y
16-
17-
# PSA Crypto options
18-
19-
CONFIG_PSA_WANT_ALG_CCM=y
20-
CONFIG_PSA_WANT_ALG_HMAC=y
21-
22-
CONFIG_PSA_WANT_KEY_TYPE_HMAC=y
23-
CONFIG_PSA_WANT_KEY_TYPE_AES=y
24-
CONFIG_PSA_WANT_KEY_TYPE_ECC_PUBLIC_KEY=y
25-
CONFIG_PSA_WANT_KEY_TYPE_RSA_PUBLIC_KEY=y

0 commit comments

Comments
 (0)