File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
subsys/secure_storage/compatibility Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 44config SECURE_STORAGE_TRUSTED_STORAGE_COMPATIBILITY
55 bool "Trusted storage backward compatibility [EXPERIMENTAL]"
66 depends on SECURE_STORAGE_ITS_STORE_IMPLEMENTATION_SETTINGS || \
7- SECURE_STORAGE_ITS_STORE_IMPLEMENTATION_CUSTOM
7+ SECURE_STORAGE_ITS_STORE_IMPLEMENTATION_CUSTOM
88 depends on (SETTINGS_ZMS || SETTINGS_ZMS_LEGACY || \
9- (SETTINGS_NVS && !SOC_SERIES_NRF54LX)) || \
10- SECURE_STORAGE_ITS_STORE_IMPLEMENTATION_CUSTOM
9+ (SETTINGS_NVS && !SOC_SERIES_NRF54LX)) || \
10+ SECURE_STORAGE_ITS_STORE_IMPLEMENTATION_CUSTOM
1111 select EXPERIMENTAL
1212 select SECURE_STORAGE_64_BIT_UID
1313 select SECURE_STORAGE_ITS_STORE_SETTINGS_NAME_CUSTOM \
14- if SECURE_STORAGE_ITS_STORE_IMPLEMENTATION_SETTINGS
14+ if SECURE_STORAGE_ITS_STORE_IMPLEMENTATION_SETTINGS
1515 help
1616 Enable to make the Secure storage subsystem compatible with
1717 an existing installation that was previously using the Trusted storage library.
You can’t perform that action at this time.
0 commit comments