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

Symbols selected by this symbol

Kconfig definition

At subsys/dfu/Kconfig:25

Included via Kconfig:8Kconfig.zephyr:44subsys/Kconfig:51

Menu path: (Top) → Sub Systems and OS Services → DFU image manager → Image manager

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

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)