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 <Zephyr>/subsys/dfu/Kconfig:25

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:34<Zephyr>/subsys/Kconfig:44

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