Skip to content

Commit

Permalink
test: fix validation crypto
Browse files Browse the repository at this point in the history
fix test

Signed-off-by: Robert Gałat <[email protected]>
  • Loading branch information
RobertGalatNordic committed Feb 7, 2025
1 parent acff549 commit 168dab5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Kconfig.dependencies
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ config SIDEWALK_CRYPTO
imply PSA_WANT_ALG_CMAC
imply PSA_WANT_ALG_ECB_NO_PADDING
imply PSA_WANT_ALG_SHA_256
imply PSA_WANT_ALG_SHA_512 if SOC_SERIES_NRF54LX
imply PSA_WANT_ALG_ECDH
imply PSA_WANT_ALG_ECDSA
imply PSA_WANT_ALG_DETERMINISTIC_ECDSA
Expand Down Expand Up @@ -161,6 +162,7 @@ config SIDEWALK_LOG

if SIDEWALK_LOG


config NVS_LOG_LEVEL
depends on NVS
default 2
Expand Down

0 comments on commit 168dab5

Please sign in to comment.