Skip to content

Commit 6a91056

Browse files
tomi-fontrlubos
authored andcommitted
[nrf fromtree] secure_storage: its_transform: aead: enable PSA_CRYPTO
This implementation relies on PSA Crypto. Make sure it's enabled. Signed-off-by: Tomi Fontanilles <tomi.fontanilles@nordicsemi.no> (cherry picked from commit 6b1d0f0)
1 parent 2925b38 commit 6a91056

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

subsys/secure_storage/Kconfig.its_transform

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ choice SECURE_STORAGE_ITS_TRANSFORM_IMPLEMENTATION
66

77
config SECURE_STORAGE_ITS_TRANSFORM_IMPLEMENTATION_AEAD
88
bool "ITS transform module implementation using AEAD to protect the data"
9+
select PSA_CRYPTO
910
imply HWINFO # for HWINFO_HAS_DRIVER
1011

1112
config SECURE_STORAGE_ITS_TRANSFORM_IMPLEMENTATION_CUSTOM

0 commit comments

Comments
 (0)