Skip to content

Commit

Permalink
build: enable HW_UNIQUE_KEY config for crypto
Browse files Browse the repository at this point in the history
add missing config to avoid warning

Signed-off-by: Robert Gałat <[email protected]>
  • Loading branch information
RobertGalatNordic committed Aug 22, 2024
1 parent 2bf9587 commit 5951064
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ menuconfig SIDEWALK
if SIDEWALK

# General
config MAIN_STACK_SIZE
default 2048

config SIDEWALK_SUBGHZ_SUPPORT
bool "Enable Sub-GHz link type support in Sidewalk libraries"
Expand Down
2 changes: 1 addition & 1 deletion Kconfig.dependencies
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ config SIDEWALK_CRYPTO
imply PSA_WANT_ALG_DETERMINISTIC_ECDSA
imply PSA_WANT_ALG_STREAM_CIPHER
imply PSA_WANT_ALG_CCM
imply PSA_WANT_ALG_GCM
imply PSA_WANT_ALG_PURE_EDDSA
imply PSA_WANT_ECC_SECP_R1_256
imply PSA_WANT_ECC_MONTGOMERY_255
Expand All @@ -78,6 +77,7 @@ config SIDEWALK_CRYPTO
imply MBEDTLS_ENABLE_HEAP
imply MBEDTLS_PSA_CRYPTO_STORAGE_C if SIDEWALK_CRYPTO_PSA_KEY_STORAGE
imply TRUSTED_STORAGE if SIDEWALK_CRYPTO_PSA_KEY_STORAGE
imply HW_UNIQUE_KEY if SIDEWALK_CRYPTO_PSA_KEY_STORAGE
imply HW_UNIQUE_KEY_WRITE_ON_CRYPTO_INIT if SIDEWALK_CRYPTO_PSA_KEY_STORAGE
help
Sidewalk security module
Expand Down

0 comments on commit 5951064

Please sign in to comment.