:orphan: .. title:: CONFIG_STREAM_FLASH .. kconfig:: CONFIG_STREAM_FLASH CONFIG_STREAM_FLASH ################### *Stream to flash* Type: ``bool`` Help ==== .. code-block:: none Enable support of stream to flash API Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols selected by this symbol =============================== - \ :kconfig:`FLASH_PAGE_LAYOUT ` Symbols that select this symbol =============================== - \ :kconfig:`DEBUG_COREDUMP_BACKEND_FLASH_PARTITION ` - \ :kconfig:`IMG_MANAGER ` Kconfig definition ================== At ``/storage/stream/Kconfig:7`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:55`` → ``/storage/Kconfig:9`` Menu path: (Top) → Sub Systems and OS Services → Storage .. code-block:: kconfig menuconfig STREAM_FLASH bool "Stream to flash" select FLASH_PAGE_LAYOUT help Enable support of stream to flash API *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*