- choice: Image manager
Image manager
Type: bool
Help
Choice support for managing DFU image.
So far only mcuboot support is available.
Direct dependencies
(Includes any dependencies from ifs and menus.)
Default
Choice options
Kconfig definition
At <Zephyr>/subsys/dfu/Kconfig:18
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:44
→ <Zephyr>/subsys/Kconfig:51
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.)