Skip to content

Commit 5cfc27d

Browse files
tomi-fontrlubos
authored andcommitted
trusted_storage: disallow NVS on nRF54L15
Force ZMS to be used as it's way better for RRAM. Signed-off-by: Tomi Fontanilles <[email protected]>
1 parent 5a491bf commit 5cfc27d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

subsys/trusted_storage/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ choice TRUSTED_STORAGE_STORAGE_BACKEND
158158

159159
config TRUSTED_STORAGE_STORAGE_BACKEND_SETTINGS
160160
bool "Settings storage backend"
161-
depends on SETTINGS_NVS || SETTINGS_ZMS
161+
depends on SETTINGS_ZMS || (SETTINGS_NVS && !SOC_NRF54L15)
162162
help
163163
Use the Settings subsystem to store the assets
164164

0 commit comments

Comments
 (0)