Skip to content

Commit

Permalink
menuconfig: transform Network Filesystems menu
Browse files Browse the repository at this point in the history
Turn Network File Systems into a menuconfig so that it can be disabled at
once.

(Note: I added a "default y". If you do not like that, speak up.)

Signed-off-by: Jan Engelhardt <[email protected]>
Cc: Trond Myklebust <[email protected]>
Cc: "J. Bruce Fields" <[email protected]>
Cc: Steven French <[email protected]>
Cc: David Howells <[email protected]>
Cc: Eric Van Hensbergen <[email protected]>
Cc: Neil Brown <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
  • Loading branch information
Jan Engelhardt authored and Linus Torvalds committed Oct 17, 2007
1 parent a77b645 commit ea0985a
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions fs/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -1547,8 +1547,20 @@ config UFS_DEBUG

endmenu

menu "Network File Systems"
menuconfig NETWORK_FILESYSTEMS
bool "Network File Systems"
default y
depends on NET
---help---
Say Y here to get to see options for network filesystems and
filesystem-related networking code, such as NFS daemon and
RPCSEC security modules.
This option alone does not add any kernel code.

If you say N, all options in this submenu will be skipped and
disabled; if unsure, say Y here.

if NETWORK_FILESYSTEMS

config NFS_FS
tristate "NFS file system support"
Expand Down Expand Up @@ -2094,7 +2106,7 @@ config 9P_FS

If unsure, say N.

endmenu
endif # NETWORK_FILESYSTEMS

if BLOCK
menu "Partition Types"
Expand Down

0 comments on commit ea0985a

Please sign in to comment.