Skip to content

Commit 77f19eb

Browse files
thedjnKfabiobaltieri
authored andcommitted
fs: zms: Add FLASH_MAP dependency
ZMS does not work without this and gives compilation errors, fix this by adding the correct dependency Signed-off-by: Jamie McCrae <[email protected]>
1 parent 6c85528 commit 77f19eb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

subsys/fs/zms/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77

88
config ZMS
99
bool "Zephyr Memory Storage"
10+
depends on FLASH_MAP
1011
select CRC
1112
help
1213
Enable Zephyr Memory Storage, which is a key-value storage system designed to work with

0 commit comments

Comments
 (0)