:orphan: .. title:: FILE_SYSTEM_SHELL .. option:: 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 =================== \ :option:`SHELL ` && \ :option:`HEAP_MEM_POOL_SIZE ` > 0 && \ :option:`FILE_SYSTEM ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== .. highlight:: kconfig At ``subsys/fs/Kconfig:46`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:25`` Menu path: (Top) → Sub Systems and OS Services → File Systems → File system support .. parsed-literal:: config FILE_SYSTEM_SHELL bool "Enable file system shell" depends on \ :option:`SHELL ` && \ :option:`HEAP_MEM_POOL_SIZE ` > 0 && \ :option:`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.)*