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