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.)

Default

  • y

Kconfig definition

At <Zephyr>/drivers/flash/Kconfig:46

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:32<Zephyr>/drivers/Kconfig:60

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

config FLASH_SHELL
    bool "Enable Flash shell"
    default y
    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.)