Skip to content

Commit d66e654

Browse files
Vge0rgerlubos
authored andcommitted
secure_storage: Fix Kconfig style issues
Fix intentation issues. Signed-off-by: Georgios Vasilakis <[email protected]>
1 parent 296adf9 commit d66e654

File tree

1 file changed

+4
-4
lines changed
  • subsys/secure_storage/compatibility

1 file changed

+4
-4
lines changed

subsys/secure_storage/compatibility/Kconfig

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
config 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.

0 commit comments

Comments
 (0)