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 <Zephyr>/subsys/fs/Kconfig:46
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:44
→ <Zephyr>/subsys/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.)