Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 70700
b: refs/heads/master
c: ea0985a
h: refs/heads/master
v: v3
  • Loading branch information
Jan Engelhardt authored and Linus Torvalds committed Oct 17, 2007
1 parent 94e900e commit c3308bc
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: a77b645609084c030020bc58639d92da4316f410
refs/heads/master: ea0985ad7914d8226a81d0f1374ece7832e75e95
16 changes: 14 additions & 2 deletions trunk/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 c3308bc

Please sign in to comment.