Skip to content

Commit

Permalink
netfs: Make CONFIG_NETFS_SUPPORT auto-selected rather than manual
Browse files Browse the repository at this point in the history
Make the netfs helper library selected automatically by the things that use
it rather than being manually configured, even though it's required[1].

Fixes: 3a5829f ("netfs: Make a netfs helper module")
Reported-by: Geert Uytterhoeven <[email protected]>
Signed-off-by: David Howells <[email protected]>
Reviewed-by: Jeff Layton <[email protected]>
cc: [email protected]
cc: [email protected]
cc: [email protected]
cc: [email protected]
cc: [email protected]
cc: [email protected]
cc: [email protected]
cc: [email protected]
Link: https://lore.kernel.org/r/CAMuHMdXJZ7iNQE964CdBOU=vRKVMFzo=YF_eiwsGgqzuvZ+TuA@mail.gmail.com [1]
Link: https://lore.kernel.org/r/162090298141.3166007.2971118149366779916.stgit@warthog.procyon.org.uk # v1
  • Loading branch information
dhowells committed May 25, 2021
1 parent 19dee61 commit b71c791
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fs/netfs/Kconfig
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit b71c791

Please sign in to comment.