The latest development version of this page may be more current than this released 1.14.0 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 && FILE_SYSTEM

(Includes any dependencies from if’s and menus.)

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At subsys/fs/Kconfig:47

Included via Kconfig:10Kconfig.zephyr:39subsys/Kconfig:18

Menu path: (top menu) → File Systems

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

(Definitions include propagated dependencies, including from if’s and menus.)