Skip to content

Commit 0c958ad

Browse files
committed
[nrf fromlist] 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> Upstream PR #: 107093
1 parent 47d2ffc commit 0c958ad

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)