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

CONFIG_FLASH_MAP_SHELL

Enable flash map shell interface

Type: bool

Help

This enables shell commands to list and test flash maps.

Direct dependencies

SHELL && FLASH_MAP

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At subsys/storage/flash_map/Kconfig:18

Included via Kconfig:8Kconfig.zephyr:44subsys/Kconfig:55subsys/storage/Kconfig:8

Menu path: (Top) → Sub Systems and OS Services → Storage → Flash map abstraction module

config FLASH_MAP_SHELL
    bool "Enable flash map shell interface"
    depends on SHELL && FLASH_MAP
    help
      This enables shell commands to list and test flash maps.

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