Commit 61e17e54 authored by Dave Jones's avatar Dave Jones Committed by Jaroslav Kysela

[PATCH] New synclink_cs driver.

Posted multiple times to l-k by Paul Fulghum.
parent 0cc582ee
......@@ -10,3 +10,12 @@ CONFIG_PCMCIA_SERIAL_CS
a module, say M here and read <file:Documentation/modules.txt>.
If unsure, say N.
CONFIG_SYNCLINK_CS
Enable support for the SyncLink PC Card serial adapter, running
asynchronous and HDLC communications up to 512Kbps. The port is
selectable for RS-232, V.35, RS-449, RS-530, and X.21
This driver may be built as a module ( = code which can be
inserted in and removed from the running kernel whenever you want).
The module will be called synclinkmp.o. If you want to do that, say M
here.
......@@ -10,5 +10,7 @@ if [ "$CONFIG_PCMCIA_SERIAL_CS" = "y" ]; then
define_bool CONFIG_PCMCIA_CHRDEV y
fi
tristate 'SyncLink PC Card support' CONFIG_SYNCLINK_CS
endmenu
......@@ -16,5 +16,6 @@ obj-n :=
obj- :=
obj-$(CONFIG_PCMCIA_SERIAL_CS) += serial_cs.o
obj-$(CONFIG_SYNCLINK_CS) += synclink_cs.o
include $(TOPDIR)/Rules.make
This source diff could not be displayed because it is too large. You can view the blob instead.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment