-
CONFIG_DFU_TARGET_MCUBOOT
¶
MCUBoot update support
Type: bool
Help¶
Enable support for updates that are performed by MCUboot.
Direct dependencies¶
IMG_MANAGER
&& BOOTLOADER_MCUBOOT
&& IMG_ERASE_PROGRESSIVELY
&& DFU_TARGET
(Includes any dependencies from ifs and menus.)
Default¶
y
Symbols implied by this symbol¶
Kconfig definition¶
At /jenkins_workspace/workspace/nrfconnect-nrf_doc_v1.2-branch_2/nrf/subsys/dfu/Kconfig:14
Included via Kconfig:8
→ Kconfig.zephyr:9
→ /jenkins_workspace/workspace/nrfconnect-nrf_doc_v1.2-branch_2/test_doc/_build/Kconfig.modules:1
→ /jenkins_workspace/workspace/nrfconnect-nrf_doc_v1.2-branch_2/nrf/Kconfig.nrf:10
→ /jenkins_workspace/workspace/nrfconnect-nrf_doc_v1.2-branch_2/nrf/subsys/Kconfig:12
Menu path: (Top) → Modules → Nordic nRF Connect → DFU → Device Firmware Upgrade target API
config DFU_TARGET_MCUBOOT bool "MCUBoot update support" default y implyMPU_ALLOW_FLASH_WRITE
depends onIMG_MANAGER
&&BOOTLOADER_MCUBOOT
&&IMG_ERASE_PROGRESSIVELY
&&DFU_TARGET
help Enable support for updates that are performed by MCUboot.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)