CONFIG_DFU_TARGET_MODEM_DELTA

Modem delta update support

Type: bool

Help

Enable support for updates to the modem firmware.

Direct dependencies

SOC_NRF9160_SICA && DFU_TARGET

(Includes any dependencies from ifs and menus.)

Default

  • y

Symbols implied by this symbol

Kconfig definition

At <nRF>/subsys/dfu/dfu_target/Kconfig:50

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:23<Zephyr>/modules/Kconfig:6<BuildDir>/Kconfig/Kconfig.modules:2<nRF>/Kconfig.nrf:25<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_MODEM_DELTA
    bool "Modem delta update support"
    default y
    imply DOWNLOAD_CLIENT_RANGE_REQUESTS
    depends on SOC_NRF9160_SICA && DFU_TARGET
    help
      Enable support for updates to the modem firmware.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)