linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [RFC][PATCH 4/13] Equinox SST driver: new Kconfig/Makefile
@ 2006-06-22 13:13 Straub, Michael
  0 siblings, 0 replies; only message in thread
From: Straub, Michael @ 2006-06-22 13:13 UTC (permalink / raw)
  To: linux-kernel

Adds Equinox multi-port serial (SST) driver.

Part 4: new Kconfig and Makefile in drivers/char/eqnx directory.

Signed-off-by: Mike Straub <michael.straub@avocent.com>

---
 Kconfig  |   11 +++++++++++
 Makefile |    6 ++++++
 2 files changed, 17 insertions(+)

diff -Naurp -X dontdiff linux-2.6.17/drivers/char/eqnx/Kconfig
linux-2.6.17.eqnx/drivers/char/eqnx/Kconfig
--- linux-2.6.17/drivers/char/eqnx/Kconfig	1969-12-31
19:00:00.000000000 -0500
+++ linux-2.6.17.eqnx/drivers/char/eqnx/Kconfig	2006-06-20
09:50:01.000000000 -0400
@@ -0,0 +1,11 @@
+config EQNX
+	tristate "Equinox / Avocent SST (multi-port serial) support"
+	---help---
+	  This driver supports the PCI models of the Equinox / Avocent
+	  SST multi-port serial boards.  The boards supported are:
+	  SSP-4P, SSP-8P, SSP-16P, SSP-64P and SSP-128P.
+
+	  To compile this driver as a module, choose M here: the
+	  module will be called eqnx.
+
+	  If unsure, say N.
diff -Naurp -X dontdiff linux-2.6.17/drivers/char/eqnx/Makefile
linux-2.6.17.eqnx/drivers/char/eqnx/Makefile
--- linux-2.6.17/drivers/char/eqnx/Makefile	1969-12-31
19:00:00.000000000 -0500
+++ linux-2.6.17.eqnx/drivers/char/eqnx/Makefile	2006-06-20
09:50:01.000000000 -0400
@@ -0,0 +1,6 @@
+#
+# Makefile for Equinox / Avocent SST (multi-port serial) driver
+#
+
+obj-$(CONFIG_EQNX) += eqnx.o
+eqnx-objs := sst.o sst_tty.o sst_ioctl.o sst_poll.o sst_sysfs.o
sst_misc.o

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2006-06-22 13:13 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-06-22 13:13 [RFC][PATCH 4/13] Equinox SST driver: new Kconfig/Makefile Straub, Michael

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).