Skip to content

Commit 37ef46d

Browse files
committed
secure_storage: Forbit usage with NRF_IRONSIDE
The NRF_IRONSIDE is a provider of PSA services (including storage) so it cannot be used along with the secure storage subsystem which provides PSA storage APIs. Signed-off-by: Georgios Vasilakis <[email protected]>
1 parent 2d72d86 commit 37ef46d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

subsys/secure_storage/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
menuconfig SECURE_STORAGE
55
bool "Secure storage subsystem"
66
depends on !BUILD_WITH_TFM
7+
depends on !NRF_IRONSIDE
78
select MBEDTLS_PSA_CRYPTO_STORAGE_C if MBEDTLS_PSA_CRYPTO_C
89
help
910
The secure storage subsystem provides an implementation of the PSA Secure Storage API

0 commit comments

Comments
 (0)