CONFIG_STREAM_FLASH_ERASE¶
Perform erase operations
Type: bool
Help¶
If disabled an external actor must erase the flash area being written
to.
Defaults¶
No defaults. Implicitly defaults to n.
Symbols that select this symbol¶
Kconfig definition¶
At <Zephyr Subsystem>/storage/stream/Kconfig:14
Included via Kconfig:8 → Kconfig.zephyr:44 → <Zephyr Subsystem>/Kconfig:55 → <Zephyr Subsystem>/storage/Kconfig:9
Menu path: (Top) → Sub Systems and OS Services → Storage → Stream to flash
config STREAM_FLASH_ERASE
    bool "Perform erase operations"
    depends on 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.)