CONFIG_MCUBOOT_IMG_MANAGER¶
Image manager for mcuboot
Type: bool
Help¶
Enable support for managing DFU image downloaded using mcuboot.
Symbols selected by this symbol¶
Kconfig definition¶
At subsys/dfu/Kconfig:25
Included via Kconfig:8
→ Kconfig.zephyr:44
→ subsys/Kconfig:51
Menu path: (Top) → Sub Systems and OS Services → DFU image manager → Image manager
config MCUBOOT_IMG_MANAGER
bool "Image manager for mcuboot"
select FLASH_MAP
select MCUBOOT_BOOTUTIL_LIB
depends on <choice>
help
Enable support for managing DFU image downloaded using mcuboot.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)