-
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 <Zephyr>/subsys/dfu/Kconfig:18
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:34
→ <Zephyr>/subsys/Kconfig:44
Menu path: (Top) → Sub Systems and OS Services → DFU image manager
choice bool "Image manager" defaultMCUBOOT_IMG_MANAGER
depends onIMG_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.)