patch-2.1.16 linux/drivers/char/Config.in

Next file: linux/drivers/char/Makefile
Previous file: linux/arch/sparc/prom/ranges.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.15/linux/drivers/char/Config.in linux/drivers/char/Config.in
@@ -13,10 +13,10 @@
   tristate '  Stallion EC8/64, ONboard, Brumby support' CONFIG_ISTALLION
 fi
 tristate 'SDL RISCom/8 card support' CONFIG_RISCOM8
-tristate 'Hayes ESP serial port support' CONFIG_ESP
-if [ "$CONFIG_ESP" = "y" -o "$CONFIG_ESP" = "m" ]; then
-  int '  DMA channel' CONFIG_ESP_DMA_CHANNEL 1
-  int '  FIFO trigger level' CONFIG_ESP_TRIGGER_LEVEL 768
+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
 fi
 tristate 'Parallel printer support' CONFIG_PRINTER
 

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov