Skip to content

Commit 0772bf6

Browse files
committed
trusted_storage: Forbid usage with NRF_IRONSIDE_CALL
The NRF_IRONSIDE is a provider of PSA services (including storage) so it cannot be used along with the truested storage subsystem which provides PSA storage APIs. Signed-off-by: Georgios Vasilakis <[email protected]>
1 parent daa9b94 commit 0772bf6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

subsys/trusted_storage/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
menuconfig TRUSTED_STORAGE
1010
bool "Trusted Storage"
1111
depends on !BUILD_WITH_TFM
12+
depends on !NRF_IRONSIDE_CALL
1213
help
1314
The secure storage subsystem allows its users to store data in a
1415
secure way, ensuring data integrity and confidentiality by using AEAD

0 commit comments

Comments
 (0)