CONFIG_DFU_TARGET_STREAM

Generic DFU stream target

Type: bool

Direct dependencies

STREAM_FLASH_ERASE && STREAM_FLASH && DFU_TARGET

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Symbols that select this symbol

Kconfig definition

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

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_STREAM
    bool "Generic DFU stream target"
    depends on STREAM_FLASH_ERASE && STREAM_FLASH && DFU_TARGET

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