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

CONFIG_IMG_MANAGER

DFU image manager

Type: bool

Help

Enable support for managing DFU image.

Defaults

No defaults. Implicitly defaults to n.

Symbols selected by this symbol

Symbols that select this symbol

Kconfig definition

At subsys/dfu/Kconfig:10

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

Menu path: (Top) → Sub Systems and OS Services

menuconfig IMG_MANAGER
    bool "DFU image manager"
    select STREAM_FLASH
    help
      Enable support for managing DFU image.

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