CONFIG_IMG_MGMT_DUMMY_HDR¶
Return dummy image header data for imgr functions
Type: bool
Help¶
Returns dummy image header data for imgr functions,
useful when there are no images present, Eg: unit tests.
Direct dependencies¶
(Includes any dependencies from ifs and menus.)
Defaults¶
No defaults. Implicitly defaults to n
.
Kconfig definition¶
At subsys/mgmt/mcumgr/Kconfig:165
Included via Kconfig:8
→ Kconfig.zephyr:44
→ subsys/Kconfig:35
→ subsys/mgmt/Kconfig:9
Menu path: (Top) → Sub Systems and OS Services → Device Management → mcumgr Support → Command Handlers → Enable mcumgr handlers for image management
config IMG_MGMT_DUMMY_HDR
bool "Return dummy image header data for imgr functions"
depends on MCUMGR_CMD_IMG_MGMT && MCUMGR
help
Returns dummy image header data for imgr functions,
useful when there are no images present, Eg: unit tests.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)