:orphan: .. title:: STREAM_FLASH_ERASE .. option:: CONFIG_STREAM_FLASH_ERASE *Perform erase operations* Type: ``bool`` Help ==== If disabled an external actor must erase the flash area being written to. Direct dependencies =================== \ :option:`STREAM_FLASH ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols that select this symbol =============================== - \ :option:`IMG_ERASE_PROGRESSIVELY ` Kconfig definition ================== .. highlight:: kconfig At ``subsys/storage/stream/Kconfig:14`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:51`` → ``subsys/storage/Kconfig:9`` Menu path: (Top) → Sub Systems and OS Services → Storage → Stream to flash .. parsed-literal:: config STREAM_FLASH_ERASE bool "Perform erase operations" depends on \ :option:`STREAM_FLASH ` help If disabled an external actor must erase the flash area being written to. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*