CONFIG_STREAM_FLASH_PROGRESS

Persistent stream write progress

Type: bool

Help

Enable API for loading and storing the current write progress to flash
using the settings subsystem. In case of power failure or device
reset, the API can be used to resume writing from the latest state.

Direct dependencies

SETTINGS && !SETTINGS_NONE && STREAM_FLASH

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At <Zephyr>/subsys/storage/stream/Kconfig:20

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:42<Zephyr>/subsys/Kconfig:55<Zephyr>/subsys/storage/Kconfig:9

Menu path: (Top) → Sub Systems and OS Services → Storage → Stream to flash

config STREAM_FLASH_PROGRESS
    bool "Persistent stream write progress"
    depends on SETTINGS && !SETTINGS_NONE && STREAM_FLASH
    help
      Enable API for loading and storing the current write progress to flash
      using the settings subsystem. In case of power failure or device
      reset, the API can be used to resume writing from the latest state.

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