Skip to content

Commit 4bc8c16

Browse files
tomi-fontnordic-piks
authored andcommitted
secure_storage: compatibility: enable CONFIG_SECURE_STORAGE_64_BIT_UID
Fixup to nrfconnect/sdk-zephyr#3161. Select `CONFIG_SECURE_STORAGE_64_BIT_UID` for trusted storage backward compatibility. ref: NCSDK-34909 Signed-off-by: Tomi Fontanilles <[email protected]>
1 parent 90fc846 commit 4bc8c16

File tree

1 file changed

+1
-0
lines changed
  • subsys/secure_storage/compatibility

1 file changed

+1
-0
lines changed

subsys/secure_storage/compatibility/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ config SECURE_STORAGE_TRUSTED_STORAGE_COMPATIBILITY
99
(SETTINGS_NVS && !SOC_SERIES_NRF54LX)) || \
1010
SECURE_STORAGE_ITS_STORE_IMPLEMENTATION_CUSTOM
1111
select EXPERIMENTAL
12+
select SECURE_STORAGE_64_BIT_UID
1213
select SECURE_STORAGE_ITS_STORE_SETTINGS_NAME_CUSTOM \
1314
if SECURE_STORAGE_ITS_STORE_IMPLEMENTATION_SETTINGS
1415
help

0 commit comments

Comments
 (0)