Skip to content

Commit 7609a17

Browse files
thedjnKdleach02
authored andcommitted
mgmt: mcumgr: grp: zephyr_basic: Add missing FLASH_MAP dependency
Adds a missing dependency, this command requires it to erase the storage area Signed-off-by: Jamie McCrae <[email protected]>
1 parent 1b0840e commit 7609a17

File tree

1 file changed

+1
-0
lines changed
  • subsys/mgmt/mcumgr/grp/zephyr_basic

1 file changed

+1
-0
lines changed

subsys/mgmt/mcumgr/grp/zephyr_basic/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ if MCUMGR_GRP_ZBASIC
1010

1111
config MCUMGR_GRP_ZBASIC_STORAGE_ERASE
1212
bool "Storage erase command"
13+
depends on FLASH_MAP
1314
help
1415
Enables command that allows to erase storage partition.
1516

0 commit comments

Comments
 (0)