VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   32 Branches   54 Tags
author: David Howells <dhowells@redhat.com> 2021-05-13 11:40:27 +0100 committer: David Howells <dhowells@redhat.com> 2021-05-25 13:48:04 +0100 commit: b71c791254ff5e78a124c8949585dccd9e225e06 parent: 19dee613816d5065ad09f2ccc20b35d23dca9f28
Commit Summary:
netfs: Make CONFIG_NETFS_SUPPORT auto-selected rather than manual
Diffstat:
1 file changed, 1 insertion, 1 deletion
diff --git a/fs/netfs/Kconfig b/fs/netfs/Kconfig
index 578112713703..b4db21022cb4 100644
--- a/fs/netfs/Kconfig
+++ b/fs/netfs/Kconfig
@@ -1,7 +1,7 @@
 # SPDX-License-Identifier: GPL-2.0-only
 
 config NETFS_SUPPORT
-	tristate "Support for network filesystem high-level I/O"
+	tristate
 	help
 	  This option enables support for network filesystems, including
 	  helpers for high-level buffered I/O, abstracting out read