patch-2.1.50 linux/drivers/char/Config.in
Next file: linux/drivers/char/Makefile
Previous file: linux/drivers/block/ide.c
Back to the patch index
Back to the overall index
- Lines: 13
- Date:
Mon Aug 11 16:57:59 1997
- Orig file:
v2.1.49/linux/drivers/char/Config.in
- Orig date:
Mon Aug 4 16:25:37 1997
diff -u --recursive --new-file v2.1.49/linux/drivers/char/Config.in linux/drivers/char/Config.in
@@ -34,7 +34,11 @@
tristate 'Hayes ESP serial port support' CONFIG_ESPSERIAL
if [ "$CONFIG_ESPSERIAL" = "y" -o "$CONFIG_ESPSERIAL" = "m" ]; then
int ' DMA channel' CONFIG_ESPSERIAL_DMA_CHANNEL 1
- int ' FIFO trigger level' CONFIG_ESPSERIAL_TRIGGER_LEVEL 768
+ int ' Receive FIFO trigger level' CONFIG_ESPSERIAL_RX_TRIGGER 768
+ int ' Transmit FIFO trigger level' CONFIG_ESPSERIAL_TX_TRIGGER 768
+ int ' Hardware flow off level' CONFIG_ESPSERIAL_FLOW_OFF 1016
+ int ' Hardware flow on level' CONFIG_ESPSERIAL_FLOW_ON 944
+ int ' Receiver timeout' CONFIG_ESPSERIAL_RX_TMOUT 128
fi
fi
if [ "$CONFIG_PARPORT" != "n" ]; then
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov