:orphan: .. title:: CONFIG_IMG_MANAGER .. kconfig:: CONFIG_IMG_MANAGER CONFIG_IMG_MANAGER ################## *DFU image manager* Type: ``bool`` Help ==== .. code-block:: none Enable support for managing DFU image. Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols selected by this symbol =============================== - \ :kconfig:`STREAM_FLASH ` Symbols that select this symbol =============================== - \ :kconfig:`CANOPENNODE_PROGRAM_DOWNLOAD ` - \ :kconfig:`CANOPENNODE_PROGRAM_DOWNLOAD ` - \ :kconfig:`MCUMGR_CMD_IMG_MGMT ` - \ :kconfig:`HAWKBIT ` - \ :kconfig:`UPDATEHUB ` Kconfig definition ================== At ``/dfu/Kconfig:10`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:51`` Menu path: (Top) → Sub Systems and OS Services .. code-block:: kconfig 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.)*