-
CONFIG_FLASH_MAP_SHELL¶
Enable flash map shell interface
Type: bool
Help¶
This enables shell commands to list and test flash maps.
Defaults¶
No defaults. Implicitly defaults to n.
Kconfig definition¶
At subsys/storage/flash_map/Kconfig:18
Included via Kconfig:8 → Kconfig.zephyr:34 → subsys/Kconfig:51 → 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.)