:orphan: .. title:: DFU_TARGET_MCUBOOT .. option:: CONFIG_DFU_TARGET_MCUBOOT *MCUBoot update support* Type: ``bool`` Help ==== Enable support for updates that are performed by MCUboot. Direct dependencies =================== \ :option:`IMG_MANAGER ` && \ :option:`BOOTLOADER_MCUBOOT ` && \ :option:`IMG_ERASE_PROGRESSIVELY ` && \ :option:`DFU_TARGET ` *(Includes any dependencies from ifs and menus.)* Default ======= - y Symbols implied by this symbol ============================== - \ :option:`MPU_ALLOW_FLASH_WRITE ` Kconfig definition ================== .. highlight:: kconfig 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 .. parsed-literal:: config DFU_TARGET_MCUBOOT bool "MCUBoot update support" default y imply \ :option:`MPU_ALLOW_FLASH_WRITE ` depends on \ :option:`IMG_MANAGER ` && \ :option:`BOOTLOADER_MCUBOOT ` && \ :option:`IMG_ERASE_PROGRESSIVELY ` && \ :option:`DFU_TARGET ` help Enable support for updates that are performed by MCUboot. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*