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