Lines Matching refs:file
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.
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
49 Specify the initialization priority for file systems. In case
58 file system.
68 Enable file system shell command for mounting file systems. This
75 Enable additional file system shell commands for performing
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.