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:34subsys/Kconfig:47

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: Image manager>
    help
      Enable support for managing DFU image downloaded using mcuboot.

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