lkml.org 
[lkml]   [2006]   [Jun]   [22]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Subject[RFC][PATCH 4/13] Equinox SST driver: new Kconfig/Makefile
Date
From
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
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
\
 
 \ /
  Last update: 2006-06-22 15:15    [W:0.202 / U:0.452 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site