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

CONSOLE_SHELL && FILE_SYSTEM

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

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At subsys/fs/Kconfig:56

Included via Kconfig:10Kconfig.zephyr:35subsys/Kconfig:16

Menu path: (top menu) → File Systems

config FILE_SYSTEM_SHELL
    bool
    prompt "Enable file system shell" if CONSOLE_SHELL && FILE_SYSTEM
    depends on CONSOLE_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.)