-
choice: Image manager
Image manager
Type: bool
Help¶
Choice support for managing DFU image. So far only mcuboot support is available.
Default¶
Choice options¶
Kconfig definition¶
At subsys/dfu/Kconfig:18
Included via Kconfig:8 → Kconfig.zephyr:34 → subsys/Kconfig:47
Menu path: (Top) → Sub Systems and OS Services → DFU image manager
choice
bool "Image manager"
default MCUBOOT_IMG_MANAGER
depends on IMG_MANAGER
help
Choice support for managing DFU image.
So far only mcuboot support is available.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)