The latest development version of this page may be more current than this released 1.14.0 version.
CONFIG_FLASH_SHELL

Enable Flash shell

Type: bool

Help

Enable the flash shell with flash related commands such as test, write, read and erase.

Direct dependencies

FLASH_PAGE_LAYOUT && FLASH

(Includes any dependencies from if’s and menus.)

Defaults

No defaults. Implicitly defaults to n.

Symbols that select this symbol

Kconfig definition

At drivers/flash/Kconfig:34

Included via Kconfig:10Kconfig.zephyr:35drivers/Kconfig:60

Menu path: (top menu) → Device Drivers → Flash hardware support

config FLASH_SHELL
    bool
    prompt "Enable Flash shell" if FLASH_PAGE_LAYOUT && FLASH
    depends on FLASH_PAGE_LAYOUT && FLASH
    help
      Enable the flash shell with flash related commands such as test,
      write, read and erase.

(Definitions include propagated dependencies, including from if’s and menus.)