Skip to content

Commit 4fc6a2c

Browse files
committed
trusted_storage: deprecate
Mark CONFIG_TRUSTED_STORAGE as deprecated for future removal. Secure Storage is the future-proof and recommended option. Signed-off-by: Tomi Fontanilles <tomi.fontanilles@nordicsemi.no>
1 parent a0ea170 commit 4fc6a2c

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

subsys/trusted_storage/Kconfig

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,16 @@
77
# Secure storage subsystem configuration options
88

99
menuconfig TRUSTED_STORAGE
10-
bool "Trusted Storage"
10+
bool "Trusted Storage [DEPRECATED]"
1111
depends on !BUILD_WITH_TFM
1212
depends on !DT_HAS_NORDIC_IRONSIDE_CALL_ENABLED
13+
select DEPRECATED
1314
select MBEDTLS_PSA_CRYPTO_STORAGE_C
1415
help
15-
The secure storage subsystem allows its users to store data in a
16-
secure way, ensuring data integrity and confidentiality by using AEAD
17-
algorithms. It supports several secure implementation back-ends to
18-
provide various levels of trust depending on the device security
19-
features.
16+
This option is deprecated. Use SECURE_STORAGE instead.
17+
If you have an existing installation that makes use of Trusted Storage
18+
with entries stored in non-volatile memory, you can switch to using Secure Storage
19+
without losing any data by enabling SECURE_STORAGE_TRUSTED_STORAGE_COMPATIBILITY.
2020

2121
if TRUSTED_STORAGE
2222
module = TRUSTED_STORAGE

0 commit comments

Comments
 (0)