The latest development version of this page may be more current than this released 1.14.1 version.
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 if’s and menus.)

Choice options

Kconfig definition

At subsys/dfu/Kconfig:21

Included via Kconfig:10Kconfig.zephyr:39subsys/Kconfig:30

Menu path: (top menu) → DFU options

choice
    bool
    prompt "Image manager" if IMG_MANAGER
    default MCUBOOT_IMG_MANAGER if IMG_MANAGER
    depends on IMG_MANAGER
    help
      Choice support for managing DFU image.
      So far only mcuboot support is available.

(Definitions include propagated dependencies, including from if’s and menus.)