Skip to content

Commit

Permalink
trusted_storage: disallow NVS on nRF54L15
Browse files Browse the repository at this point in the history
Force ZMS to be used as it's way better for RRAM.

Signed-off-by: Tomi Fontanilles <[email protected]>
  • Loading branch information
tomi-font committed Oct 18, 2024
1 parent 50055e4 commit 5003df4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion subsys/trusted_storage/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ choice TRUSTED_STORAGE_STORAGE_BACKEND

config TRUSTED_STORAGE_STORAGE_BACKEND_SETTINGS
bool "Settings storage backend"
depends on SETTINGS_NVS || SETTINGS_ZMS
depends on SETTINGS_ZMS || (SETTINGS_NVS && !SOC_NRF54L15)
help
Use the Settings subsystem to store the assets

Expand Down

0 comments on commit 5003df4

Please sign in to comment.