Skip to content

Commit 3ced42c

Browse files
tomi-fonthenrikbrixandersen
authored andcommitted
secure_storage: remove experimental status
The subsystem has been out for a year. It has been taken into use by various parties and has gone through additional downstream testing. It is considered stable and mature enough to not be experimental anymore. Signed-off-by: Tomi Fontanilles <[email protected]>
1 parent fd0bf8b commit 3ced42c

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

doc/releases/release-notes-4.3.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -291,6 +291,10 @@ Libraries / Subsystems
291291
via :kconfig:option:`CONFIG_LOG_RATELIMIT_FALLBACK` to either log all messages or drop them completely.
292292
For more details, see :ref:`logging_ratelimited`.
293293

294+
* Secure storage
295+
296+
* The experimental status has been removed. (:github:`96483`)
297+
294298
Other notable changes
295299
*********************
296300

subsys/secure_storage/Kconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ menuconfig SECURE_STORAGE
55
bool "Secure storage subsystem"
66
depends on !BUILD_WITH_TFM
77
select MBEDTLS_PSA_CRYPTO_STORAGE_C if MBEDTLS_PSA_CRYPTO_C
8-
select EXPERIMENTAL
98
help
109
The secure storage subsystem provides an implementation of the PSA Secure Storage API
1110
functions on board targets that don't already have one.

0 commit comments

Comments
 (0)