The latest development version of this page may be more current than this released 1.14.1 version.
CONFIG_MCUBOOT_IMG_MANAGER

Image manager for mcuboot

Type: bool

Help

Enable support for managing DFU image downloaded using mcuboot.

Direct dependencies

<choice: Image manager>

(Includes any dependencies from if’s and menus.)

Symbols selected by this symbol

Kconfig definition

At subsys/dfu/Kconfig:28

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

Menu path: (top menu) → DFU options → Image manager

config MCUBOOT_IMG_MANAGER
    bool
    prompt "Image manager for mcuboot" if <choice: Image manager>
    select FLASH_MAP if <choice: Image manager>
    depends on <choice: Image manager>
    help
      Enable support for managing DFU image downloaded using mcuboot.

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