We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a491bf commit 5cfc27dCopy full SHA for 5cfc27d
subsys/trusted_storage/Kconfig
@@ -158,7 +158,7 @@ choice TRUSTED_STORAGE_STORAGE_BACKEND
158
159
config TRUSTED_STORAGE_STORAGE_BACKEND_SETTINGS
160
bool "Settings storage backend"
161
- depends on SETTINGS_NVS || SETTINGS_ZMS
+ depends on SETTINGS_ZMS || (SETTINGS_NVS && !SOC_NRF54L15)
162
help
163
Use the Settings subsystem to store the assets
164
0 commit comments