patch-2.3.99-pre1 linux/fs/Config.in

Next file: linux/fs/adfs/dir.c
Previous file: linux/drivers/video/hgafb.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.51/linux/fs/Config.in linux/fs/Config.in
@@ -9,7 +9,10 @@
 tristate 'Kernel automounter version 4 support (also supports v3)' CONFIG_AUTOFS4_FS
 
 
-dep_tristate 'ADFS file system support (read only) (EXPERIMENTAL)' CONFIG_ADFS_FS $CONFIG_EXPERIMENTAL
+dep_tristate 'ADFS file system support' CONFIG_ADFS_FS $CONFIG_EXPERIMENTAL
+if [ "$CONFIG_ADFS_FS" != "n" -a "$CONFIG_EXPERIMENTAL" = "y" ]; then
+   bool '  ADFS write support (DANGEROUS)' CONFIG_ADFS_FS_RW
+fi
 
 tristate 'Amiga FFS file system support' CONFIG_AFFS_FS
 

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)