:orphan: .. title:: CONFIG_FLASH_MAP_SHELL .. kconfig:: CONFIG_FLASH_MAP_SHELL CONFIG_FLASH_MAP_SHELL ###################### *Enable flash map shell interface* Type: ``bool`` Help ==== .. code-block:: none This enables shell commands to list and test flash maps. Direct dependencies =================== \ :kconfig:`SHELL ` && \ :kconfig:`FLASH_MAP ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/storage/flash_map/Kconfig:18`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:55`` → ``/storage/Kconfig:8`` Menu path: (Top) → Sub Systems and OS Services → Storage → Flash map abstraction module .. code-block:: kconfig 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.)*