Skip to content

Commit

Permalink
secure_storage: remove incorrect imply symbols
Browse files Browse the repository at this point in the history
`SECURE_STORAGE_ITS_STORE_IMPLEMENTATION_SETTINGS` does not use either
the `FLASH_MAP` or `NVS` APIs, only `SETTINGS`.

Signed-off-by: Jordan Yates <[email protected]>
  • Loading branch information
JordanYates committed Feb 22, 2025
1 parent 6504a1e commit 946c948
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions subsys/secure_storage/Kconfig.its_store
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ config SECURE_STORAGE_ITS_STORE_IMPLEMENTATION_SETTINGS
&& $(dt_node_has_compat,$(dt_node_parent,$(DT_SETTINGS_PARTITIION)),fixed-partitions))\
|| ($(dt_path_enabled,$(DT_STORAGE_PARTITION)) \
&& $(dt_node_has_compat,$(dt_node_parent,$(DT_STORAGE_PARTITION)),fixed-partitions)))
imply FLASH_MAP
imply NVS
select SETTINGS

config SECURE_STORAGE_ITS_STORE_IMPLEMENTATION_NONE
Expand Down

0 comments on commit 946c948

Please sign in to comment.