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

CONFIG_FILE_SYSTEM_SHELL

Enable file system shell

Type: bool

Help

This shell provides basic browsing of the contents of the
file system.

Direct dependencies

SHELL && HEAP_MEM_POOL_SIZE > 0 && FILE_SYSTEM

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At subsys/fs/Kconfig:46

Included via Kconfig:8Kconfig.zephyr:44subsys/Kconfig:25

Menu path: (Top) → Sub Systems and OS Services → File Systems → File system support

config FILE_SYSTEM_SHELL
    bool "Enable file system shell"
    depends on SHELL && HEAP_MEM_POOL_SIZE > 0 && FILE_SYSTEM
    help
      This shell provides basic browsing of the contents of the
      file system.

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