Lines Matching full:file
5 menu "File Systems"
8 bool "Link file system libraries into build"
10 Link in the underlying file system libraries. This can be
12 to work directly with the underlying file system libraries.
18 bool "File system support"
21 Enables support for file system.
26 int "Maximum number of distinct file system types allowed"
29 Zephyr provides several file system types including FatFS and
34 int "Optional override for maximum file name length"
37 Specify the maximum file name allowed across all enabled file
39 file name length for enabled in-tree file systems. This
41 file system. Selecting a value less than the actual length
42 supported by a file system may result in memory access
46 int "File system initialization priority"
49 Specify the initialization priority for file systems. In case
54 bool "File system shell"
58 file system.
63 bool "File system shell mount command"
68 Enable file system shell command for mounting file systems. This
72 bool "File system shell read/write/erase test commands"
75 Enable additional file system shell commands for performing
79 hex "File system shell buffer size"
84 Size of the buffer used for file system commands, will determine the
91 bool "Allow to format file system"
96 bool "FUSE based access to file system partitions"
100 Expose file system partitions to the host system through FUSE.