CONFIG_DFU_TARGET_FULL_MODEM
Full Modem update support
Type: bool
Help
Enable support for full updates to the modem firmware.
Note that this requires an external flash.
Direct dependencies
SOC_NRF9160_SICA
&& DFU_TARGET_STREAM
&& STREAM_FLASH
&& FMFU_FDEV
&& DFU_TARGET
(Includes any dependencies from ifs and menus.)
Defaults
No defaults. Implicitly defaults to n
.
Kconfig definition
At <nRF>/subsys/dfu/dfu_target/Kconfig:74
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:33
→ <Zephyr>/modules/Kconfig:6
→ <nRF>/doc/_build/kconfig/Kconfig.modules:2
→ <nRF>/Kconfig.nrf:92
→ <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_FULL_MODEM
bool "Full Modem update support"
depends on SOC_NRF9160_SICA && DFU_TARGET_STREAM && STREAM_FLASH && FMFU_FDEV && DFU_TARGET
help
Enable support for full updates to the modem firmware.
Note that this requires an external flash.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)