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 <Zephyr>/subsys/storage/flash_map/Kconfig:18

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:34<Zephyr>/subsys/Kconfig:48<Zephyr>/subsys/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.)