choice: Image manager

Image manager

Type: bool

Help

Choice support for managing DFU image. So far only mcuboot support is available.

Direct dependencies

IMG_MANAGER

(Includes any dependencies from ifs and menus.)

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"
    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.)