patch-2.1.33 linux/drivers/char/Config.in
Next file: linux/drivers/char/console.c
Previous file: linux/drivers/block/xd.h
Back to the patch index
Back to the overall index
-  Lines: 24
-  Date:
Wed Apr  9 21:30:30 1997
-  Orig file: 
v2.1.32/linux/drivers/char/Config.in
-  Orig date: 
Fri Apr  4 08:52:18 1997
diff -u --recursive --new-file v2.1.32/linux/drivers/char/Config.in linux/drivers/char/Config.in
@@ -19,7 +19,7 @@
 fi
 bool 'Non-standard serial port support' CONFIG_SERIAL_NONSTANDARD
 if [ "$CONFIG_SERIAL_NONSTANDARD" = "y" ]; then
-   bool 'Digiboard PC/Xx Support' CONFIG_DIGI
+   tristate 'Digiboard PC/Xx Support' CONFIG_DIGI
    tristate 'Cyclades async mux support' CONFIG_CYCLADES
    bool 'Stallion multiport serial support' CONFIG_STALDRV
    if [ "$CONFIG_STALDRV" = "y" ]; then
@@ -33,8 +33,12 @@
      int '  FIFO trigger level' CONFIG_ESPSERIAL_TRIGGER_LEVEL 768
    fi
 fi
-tristate 'Parallel printer support' CONFIG_PRINTER
-
+if [ "$CONFIG_PNP_PARPORT" != "n" ]; then
+  dep_tristate 'Parallel printer support' CONFIG_PRINTER $CONFIG_PNP_PARPORT
+  if [ "$CONFIG_PRINTER" != "n" ]; then
+    bool '  Support IEEE1284 status readback' CONFIG_PRINTER_READBACK
+  fi
+fi
 
 bool 'Mouse Support (not serial mice)' CONFIG_MOUSE
 if [ "$CONFIG_MOUSE" = "y" ]; then
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov