xref: /linux/fs/netfs/Kconfig (revision 3a5829fefd3bb50a4d724f44d016c74b8f19b352)
1*3a5829feSDavid Howells# SPDX-License-Identifier: GPL-2.0-only
2*3a5829feSDavid Howells
3*3a5829feSDavid Howellsconfig NETFS_SUPPORT
4*3a5829feSDavid Howells	tristate "Support for network filesystem high-level I/O"
5*3a5829feSDavid Howells	help
6*3a5829feSDavid Howells	  This option enables support for network filesystems, including
7*3a5829feSDavid Howells	  helpers for high-level buffered I/O, abstracting out read
8*3a5829feSDavid Howells	  segmentation, local caching and transparent huge page support.
9