-
CONFIG_FILE_SYSTEM_SHELL
¶
Enable file system shell
Type: bool
Help¶
This shell provides basic browsing of the contents of the file system.
Defaults¶
No defaults. Implicitly defaults to n
.
Kconfig definition¶
At subsys/fs/Kconfig:56
Included via Kconfig:10
→ Kconfig.zephyr:35
→ subsys/Kconfig:16
Menu path: (top menu) → File Systems
config FILE_SYSTEM_SHELL bool prompt "Enable file system shell" ifCONSOLE_SHELL
&&FILE_SYSTEM
depends onCONSOLE_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.)