Lines Matching refs:system
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.
38 int "Maximum number of distinct file system types allowed"
41 Zephyr provides several file system types including FatFS and
50 system types. Zero or a negative value selects the maximum
53 file system. Selecting a value less than the actual length
54 supported by a file system may result in memory access
58 int "File system initialization priority"
66 bool "File system shell"
70 file system.
75 bool "File system shell mount command"
80 Enable file system shell command for mounting file systems. This
84 bool "File system shell read/write/erase test commands"
87 Enable additional file system shell commands for performing
91 hex "File system shell buffer size"
96 Size of the buffer used for file system commands, will determine the
103 bool "Allow to format file system"
108 bool "FUSE based access to file system partitions"
111 Expose file system partitions to the host system through FUSE.