:orphan: .. title:: IMG_MANAGER .. option:: 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 =============================== - \ :option:`STREAM_FLASH ` Symbols that select this symbol =============================== - \ :option:`CANOPEN_PROGRAM_DOWNLOAD ` - \ :option:`MCUMGR_CMD_IMG_MGMT ` - \ :option:`HAWKBIT ` - \ :option:`UPDATEHUB ` Kconfig definition ================== .. highlight:: kconfig At ``subsys/dfu/Kconfig:10`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:47`` Menu path: (Top) → Sub Systems and OS Services .. parsed-literal:: menuconfig IMG_MANAGER bool "DFU image manager" select \ :option:`STREAM_FLASH ` help Enable support for managing DFU image. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*