:orphan: .. title:: CONFIG_STREAM_FLASH_PROGRESS .. kconfig:: CONFIG_STREAM_FLASH_PROGRESS CONFIG_STREAM_FLASH_PROGRESS ############################ *Persistent stream write progress* Type: ``bool`` Help ==== .. code-block:: none 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 =================== \ :kconfig:`SETTINGS ` && !\ :kconfig:`SETTINGS_NONE ` && \ :kconfig:`STREAM_FLASH ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/storage/stream/Kconfig:20`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:55`` → ``/storage/Kconfig:9`` Menu path: (Top) → Sub Systems and OS Services → Storage → Stream to flash .. code-block:: kconfig 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.)*