Update of /cvsroot/linuxconsole/ruby/linux/drivers/char
In directory usw-pr-cvs1:/tmp/cvs-serv11435
Modified Files:
Config.in
Log Message:
Removed what was causing the problem with menuconfig.
Index: Config.in
===================================================================
RCS file: /cvsroot/linuxconsole/ruby/linux/drivers/char/Config.in,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -d -r1.32 -r1.33
--- Config.in 2001/12/09 01:43:35 1.32
+++ Config.in 2001/12/13 22:04:42 1.33
@@ -103,9 +103,9 @@
fi
source drivers/i2c/Config.in
-if [ "$CONFIG_ARM" = "y" ]; then
- source drivers/l3/Config.in
-fi
+#if [ "$CONFIG_ARM" = "y" ]; then
+# source drivers/l3/Config.in
+#fi
tristate 'QIC-02 tape support' CONFIG_QIC02_TAPE
if [ "$CONFIG_QIC02_TAPE" != "n" ]; then
|