aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/uio/Kconfig
diff options
context:
space:
mode:
authorRostislav Lisovy <lisovy@gmail.com>2013-08-30 08:58:02 -0400
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-08-30 15:12:49 -0400
commit06849faab58fc7ff9f4eae2532380c2a746a6f47 (patch)
treeef168536533cdbf4ea074a0d821ed0503465a674 /drivers/uio/Kconfig
parent08cb2e2148f7633e05ad211cff9234acca60a194 (diff)
drivers: uio: Add driver for Humusoft MF624 DAQ PCI card
Signed-off-by: Rostislav Lisovy <lisovy@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/uio/Kconfig')
-rw-r--r--drivers/uio/Kconfig13
1 files changed, 13 insertions, 0 deletions
diff --git a/drivers/uio/Kconfig b/drivers/uio/Kconfig
index a81d16389a58..86d98c86e147 100644
--- a/drivers/uio/Kconfig
+++ b/drivers/uio/Kconfig
@@ -121,4 +121,17 @@ config UIO_PRUSS
121 To compile this driver as a module, choose M here: the module 121 To compile this driver as a module, choose M here: the module
122 will be called uio_pruss. 122 will be called uio_pruss.
123 123
124config UIO_MF624
125 tristate "Humusoft MF624 DAQ PCI card driver"
126 depends on PCI
127 help
128 Userspace I/O interface for the Humusoft MF624 PCI card.
129 A sample userspace application using this driver is available
130 (among other MF624 related information and software components)
131 for download in a git repository:
132
133 git clone git://rtime.felk.cvut.cz/mf6xx.git
134
135 If you compile this as a module, it will be called uio_mf624.
136
124endif 137endif