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

Kconfig definition

At subsys/dfu/Kconfig:27

Included via Kconfig:10Kconfig.zephyr:35subsys/Kconfig:28

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

config MCUBOOT_IMG_MANAGER
    bool
    prompt "Image manager for mcuboot" 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.)