Skip to content

Commit 5912111

Browse files
robertstyparlubos
authored andcommitted
tests: suit: Fix missing configuration on native_posix
Add the missing CONFIG_PSA_WANT_ALG_ECDSA kconfig. Signed-off-by: Robert Stypa <[email protected]>
1 parent 719e18d commit 5912111

File tree

1 file changed

+2
-0
lines changed
  • tests/subsys/suit/envelope_decoder

1 file changed

+2
-0
lines changed

tests/subsys/suit/envelope_decoder/prj.conf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ CONFIG_SUIT_STREAM_SOURCE_CACHE=y
3838
CONFIG_SUIT_UTILS=y
3939
CONFIG_SUIT_MEMPTR_STORAGE=y
4040

41+
CONFIG_PSA_WANT_ALG_ECDSA=y
42+
4143
CONFIG_ZCBOR=y
4244
CONFIG_ZCBOR_CANONICAL=y
4345

0 commit comments

Comments
 (0)