9 lines
319 B
Plaintext
9 lines
319 B
Plaintext
|
# SPDX-License-Identifier: GPL-2.0-only
|
||
|
|
||
|
config NETFS_SUPPORT
|
||
|
tristate "Support for network filesystem high-level I/O"
|
||
|
help
|
||
|
This option enables support for network filesystems, including
|
||
|
helpers for high-level buffered I/O, abstracting out read
|
||
|
segmentation, local caching and transparent huge page support.
|