patch-2.3.46 linux/fs/Config.in

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

diff -u --recursive --new-file v2.3.45/linux/fs/Config.in linux/fs/Config.in
@@ -43,6 +43,13 @@
 
 bool '/proc filesystem support' CONFIG_PROC_FS
 
+if [ "$CONFIG_EXPERIMENTAL" = "y" ]; then
+  bool '/dev filesystem support (EXPERIMENTAL)' CONFIG_DEVFS_FS
+  if [ "$CONFIG_DEVFS_FS" = "y" ]; then
+    bool '  Debug devfs' CONFIG_DEVFS_DEBUG
+  fi
+fi
+
 # It compiles as a module for testing only.  It should not be used
 # as a module in general.  If we make this "tristate", a bunch of people
 # who don't know what they are doing turn it on and complain when it

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