:orphan: .. title:: choice: Image manager .. _choice_632: .. describe:: choice: Image manager *Image manager* Type: ``bool`` Help ==== .. code-block:: none Choice support for managing DFU image. So far only mcuboot support is available. Direct dependencies =================== \ :kconfig:`IMG_MANAGER ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :kconfig:`MCUBOOT_IMG_MANAGER ` Choice options ============== - \ :kconfig:`MCUBOOT_IMG_MANAGER ` Kconfig definition ================== At ``/dfu/Kconfig:18`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:51`` Menu path: (Top) → Sub Systems and OS Services → DFU image manager .. code-block:: kconfig choice bool "Image manager" default MCUBOOT_IMG_MANAGER depends on 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.)*