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 <nRF>/subsys/dfu/Kconfig:14

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:9<BuildDir>/Kconfig/Kconfig.modules:1<nRF>/Kconfig.nrf:25<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
    imply MPU_ALLOW_FLASH_WRITE
    depends on IMG_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.)