:orphan: .. title:: FLASH_MAP_SHELL .. option:: CONFIG_FLASH_MAP_SHELL *Enable flash map shell interface* Type: ``bool`` Help ==== This enables shell commands to list and test flash maps. Direct dependencies =================== \ :option:`SHELL ` && \ :option:`FLASH_MAP ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== .. highlight:: kconfig 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 .. parsed-literal:: config FLASH_MAP_SHELL bool "Enable flash map shell interface" depends on \ :option:`SHELL ` && \ :option:`FLASH_MAP ` help This enables shell commands to list and test flash maps. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*