:orphan: .. title:: choice: Image manager .. _choice_461: .. describe:: choice: Image manager *Image manager* Type: ``bool`` Help ==== Choice support for managing DFU image. So far only mcuboot support is available. Direct dependencies =================== \ :option:`IMG_MANAGER ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :option:`MCUBOOT_IMG_MANAGER ` Choice options ============== - \ :option:`MCUBOOT_IMG_MANAGER ` Kconfig definition ================== .. highlight:: kconfig At ``subsys/dfu/Kconfig:18`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:47`` Menu path: (Top) → Sub Systems and OS Services → DFU image manager .. parsed-literal:: choice bool "Image manager" default \ :option:`MCUBOOT_IMG_MANAGER ` depends on \ :option:`IMG_MANAGER ` help Choice support for managing DFU image. So far only mcuboot support is available. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*