patch-2.2.19 linux/fs/Config.in
Next file: linux/fs/binfmt_aout.c
Previous file: linux/drivers/video/tgafb.c
Back to the patch index
Back to the overall index
- Lines: 23
- Date:
Sun Mar 25 11:37:38 2001
- Orig file:
v2.2.18/fs/Config.in
- Orig date:
Sun Mar 25 11:28:33 2001
diff -u --new-file --recursive --exclude-from /usr/src/exclude v2.2.18/fs/Config.in linux/fs/Config.in
@@ -76,9 +76,11 @@
bool ' Root file system on NFS' CONFIG_ROOT_NFS
fi
tristate 'NFS server support' CONFIG_NFSD
- if [ "$CONFIG_NFSD" != "n" -a "$CONFIG_EXPERIMENTAL" = "y" ]; then
- bool ' NFS Version 3 server support (EXPERIMENTAL)' CONFIG_NFSD_V3
- bool ' NFS server TCP support (VERY EXPERIMENTAL)' CONFIG_NFSD_TCP
+ if [ "$CONFIG_NFSD" != "n" ]; then
+ bool ' NFS Version 3 server support' CONFIG_NFSD_V3
+ if [ "$CONFIG_EXPERIMENTAL" = "y" ]; then
+ bool ' NFS server TCP support (VERY EXPERIMENTAL)' CONFIG_NFSD_TCP
+ fi
fi
if [ "$CONFIG_NFS_FS" = "y" -o "$CONFIG_NFSD" = "y" ]; then
define_bool CONFIG_SUNRPC y
@@ -115,6 +117,7 @@
bool 'BSD disklabel (BSD partition tables) support' CONFIG_BSD_DISKLABEL
bool 'Macintosh partition map support' CONFIG_MAC_PARTITION
+bool 'Minix subpartition support' CONFIG_MINIX_SUBPARTITION
bool 'SMD disklabel (Sun partition tables) support' CONFIG_SMD_DISKLABEL
bool 'Solaris (x86) partition table support' CONFIG_SOLARIS_X86_PARTITION
if [ "$CONFIG_EXPERIMENTAL" = "y" ]; then
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)