The latest development version of this page may be more current than this released 2.1.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

SHELL && FLASH_PAGE_LAYOUT && FLASH

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Symbols that select this symbol

Kconfig definition

At drivers/flash/Kconfig:31

Included via Kconfig:8Kconfig.zephyr:37drivers/Kconfig:52

Menu path: (Top) → Device Drivers → Flash hardware support

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

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)