Skip to content

Commit a0ea170

Browse files
committed
secure_storage: remove experimental status from compatibility option
CONFIG_SECURE_STORAGE_TRUSTED_STORAGE_COMPATIBILITY has sufficient testing, so remove its experimental status. Signed-off-by: Tomi Fontanilles <tomi.fontanilles@nordicsemi.no>
1 parent ac201a0 commit a0ea170

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

  • subsys/secure_storage/compatibility

subsys/secure_storage/compatibility/Kconfig

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,12 @@
22
# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
33

44
config SECURE_STORAGE_TRUSTED_STORAGE_COMPATIBILITY
5-
bool "Trusted storage backward compatibility [EXPERIMENTAL]"
5+
bool "Trusted storage backward compatibility"
66
depends on SECURE_STORAGE_ITS_STORE_IMPLEMENTATION_SETTINGS || \
77
SECURE_STORAGE_ITS_STORE_IMPLEMENTATION_CUSTOM
88
depends on (SETTINGS_ZMS || SETTINGS_ZMS_LEGACY || \
99
(SETTINGS_NVS && !SOC_SERIES_NRF54L)) || \
1010
SECURE_STORAGE_ITS_STORE_IMPLEMENTATION_CUSTOM
11-
select EXPERIMENTAL
1211
select SECURE_STORAGE_64_BIT_UID
1312
select SECURE_STORAGE_ITS_STORE_SETTINGS_NAME_CUSTOM \
1413
if SECURE_STORAGE_ITS_STORE_IMPLEMENTATION_SETTINGS

0 commit comments

Comments
 (0)