:orphan: .. title:: CONFIG_MCUBOOT_IMG_MANAGER .. kconfig:: CONFIG_MCUBOOT_IMG_MANAGER CONFIG_MCUBOOT_IMG_MANAGER ########################## *Image manager for mcuboot* Type: ``bool`` Help ==== .. code-block:: none Enable support for managing DFU image downloaded using mcuboot. Direct dependencies =================== \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Symbols selected by this symbol =============================== - \ :kconfig:`FLASH_MAP ` - \ :kconfig:`MCUBOOT_BOOTUTIL_LIB ` Kconfig definition ================== At ``/dfu/Kconfig:25`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:51`` Menu path: (Top) → Sub Systems and OS Services → DFU image manager → Image manager .. code-block:: kconfig config MCUBOOT_IMG_MANAGER bool "Image manager for mcuboot" select FLASH_MAP select MCUBOOT_BOOTUTIL_LIB depends on help Enable support for managing DFU image downloaded using mcuboot. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*