-
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
&& DFU_TARGET
(Includes any dependencies from ifs and menus.)
Default¶
y
Symbols selected by this symbol¶
Symbols implied by this symbol¶
Kconfig definition¶
At <nRF>/subsys/dfu/dfu_target/Kconfig:14
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:23
→ <Zephyr>/modules/Kconfig:6
→ <BuildDir>/kconfig/Kconfig.modules:2
→ <nRF>/Kconfig.nrf:50
→ <nRF>/subsys/Kconfig:12
→ <nRF>/subsys/dfu/Kconfig:9
Menu path: (Top) → Modules → nrf (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrf) → Nordic nRF Connect → DFU → DFU → Device Firmware Upgrade target API
config DFU_TARGET_MCUBOOT
bool "MCUBoot update support"
default y
select DFU_TARGET_STREAM
imply MPU_ALLOW_FLASH_WRITE
depends on IMG_MANAGER && BOOTLOADER_MCUBOOT && DFU_TARGET
help
Enable support for updates that are performed by MCUboot.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)