Skip to content

Commit 4a7126d

Browse files
57300jhedberg
authored andcommitted
settings: zms: Add FLASH_MAP dependency
The ZMS backend for Settings uses the `flash_area` API, which means it requires CONFIG_FLASH_MAP to be enabled, so update Kconfig accordingly. Note that ZMS itself does not depend on this. Signed-off-by: Grzegorz Swiderski <[email protected]>
1 parent a88b1b8 commit 4a7126d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

subsys/settings/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ choice SETTINGS_BACKEND
5252
config SETTINGS_ZMS
5353
bool "ZMS (Zephyr Memory Storage)"
5454
depends on ZMS
55+
depends on FLASH_MAP
5556
select SYS_HASH_FUNC32
5657
help
5758
Use ZMS as settings storage backend.

0 commit comments

Comments
 (0)