Skip to content

Commit 3282d05

Browse files
committed
[nrf fromlist] secure_storage: Forbid 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. Upstream PR: 96915 Signed-off-by: Georgios Vasilakis <[email protected]>
1 parent 7ed2949 commit 3282d05

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
select EXPERIMENTAL
910
help

0 commit comments

Comments
 (0)