summaryrefslogtreecommitdiff
path: root/drivers/uio/Makefile
diff options
context:
space:
mode:
authorHans J. Koch <hjk@linutronix.de>2010-02-09 19:13:49 (GMT)
committerGreg Kroah-Hartman <gregkh@suse.de>2010-03-08 01:04:50 (GMT)
commit8f314cfc1259d3f5039b142ce6fdc90367c22d82 (patch)
tree7c02ccbf7832c21cdffafb2573e7450953cbd591 /drivers/uio/Makefile
parent57f1e87523bdb6c39659ead7c0f72eea9e520fbe (diff)
downloadlinux-8f314cfc1259d3f5039b142ce6fdc90367c22d82.tar.xz
UIO: Add a driver for Hilscher netX-based fieldbus cards
This patch adds a Userspace IO driver for netX-based fieldbus cards by Hilscher (see http://www.hilscher.com). ATM, cifX and comX cards are supported. The userspace part for this driver is provided by Hilscher and should come with the card. The driver is in use for several months now and has been tested by people at Hilscher and Linutronix. Signed-off-by: Hans J. Koch <hjk@linutronix.de> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/uio/Makefile')
-rw-r--r--drivers/uio/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/uio/Makefile b/drivers/uio/Makefile
index 73b2e75..aa7d033 100644
--- a/drivers/uio/Makefile
+++ b/drivers/uio/Makefile
@@ -6,3 +6,4 @@ obj-$(CONFIG_UIO_SMX) += uio_smx.o
obj-$(CONFIG_UIO_AEC) += uio_aec.o
obj-$(CONFIG_UIO_SERCOS3) += uio_sercos3.o
obj-$(CONFIG_UIO_PCI_GENERIC) += uio_pci_generic.o
+obj-$(CONFIG_UIO_NETX) += uio_netx.o