patch-2.2.0-pre5 linux/fs/Config.in

Next file: linux/fs/buffer.c
Previous file: linux/drivers/video/offb.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.2.0-pre4/linux/fs/Config.in linux/fs/Config.in
@@ -22,12 +22,15 @@
 tristate 'ISO 9660 CDROM filesystem support' CONFIG_ISO9660_FS
 if [ "$CONFIG_ISO9660_FS" != "n" ]; then
   bool 'Microsoft Joliet CDROM extensions' CONFIG_JOLIET
+else
+  # needed by nls/Config.in
+  define_bool CONFIG_JOLIET n
 fi
 
 tristate 'Minix fs support' CONFIG_MINIX_FS
 tristate 'NTFS filesystem support (read only)' CONFIG_NTFS_FS
 if [ "$CONFIG_NTFS_FS" != "n" -a "$CONFIG_EXPERIMENTAL" = "y" ]; then
-  bool '   NTFS read-write support (experimental)' CONFIG_NTFS_RW
+  bool '   NTFS read-write support (DANGEROUS)' CONFIG_NTFS_RW
 fi
 tristate 'OS/2 HPFS filesystem support (read only)' CONFIG_HPFS_FS
 bool '/proc filesystem support' CONFIG_PROC_FS
@@ -44,8 +47,12 @@
 tristate 'Second extended fs support' CONFIG_EXT2_FS
 tristate 'System V and Coherent filesystem support' CONFIG_SYSV_FS
 tristate 'UFS filesystem support' CONFIG_UFS_FS
+if [ "$CONFIG_UFS_FS" != "n" ]; then
+  bool '   UFS filesystem write support (experimental)' CONFIG_UFS_FS_WRITE
+fi
 
 
+if [ "$CONFIG_NET" = "y" ]; then
 
 mainmenu_option next_comment
 comment 'Network File Systems'
@@ -87,6 +94,7 @@
 fi
 
 endmenu
+fi
 
 if [ "$CONFIG_AFFS_FS" != "n" ]; then
   define_bool CONFIG_AMIGA_PARTITION y

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov