Skip to content

Commit 432819c

Browse files
degjorvarlubos
authored andcommitted
tests: subsys: kmu: Add correct configs for ed25519 keys
Add PSA_WANT configs for EDDSA This allows the kmu tests to correctly delete keys Signed-off-by: Dag Erik Gjørvad <[email protected]>
1 parent c920241 commit 432819c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/subsys/kmu/revoke/prj.conf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,5 @@
66
CONFIG_MBEDTLS=n
77
CONFIG_MBEDTLS_ENABLE_HEAP=y
88
CONFIG_MBEDTLS_HEAP_SIZE=2048
9+
CONFIG_PSA_WANT_ALG_PURE_EDDSA=y
10+
CONFIG_PSA_WANT_KEY_TYPE_ECC_KEY_PAIR_IMPORT=y

0 commit comments

Comments
 (0)