|
@@ -1547,8 +1547,20 @@ config UFS_DEBUG
|
|
|
|
|
|
endmenu
|
|
endmenu
|
|
|
|
|
|
-menu "Network File Systems"
|
|
|
|
|
|
+menuconfig NETWORK_FILESYSTEMS
|
|
|
|
+ bool "Network File Systems"
|
|
|
|
+ default y
|
|
depends on NET
|
|
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
|
|
config NFS_FS
|
|
tristate "NFS file system support"
|
|
tristate "NFS file system support"
|
|
@@ -2094,7 +2106,7 @@ config 9P_FS
|
|
|
|
|
|
If unsure, say N.
|
|
If unsure, say N.
|
|
|
|
|
|
-endmenu
|
|
|
|
|
|
+endif # NETWORK_FILESYSTEMS
|
|
|
|
|
|
if BLOCK
|
|
if BLOCK
|
|
menu "Partition Types"
|
|
menu "Partition Types"
|