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

Kconfig definition

At <Zephyr>/subsys/dfu/Kconfig:10

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

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