Merge branch 'for-3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata
[firefly-linux-kernel-4.4.55.git] / drivers / uio / Kconfig
index a81d16389a58299817c82429fa6d39895558d24f..5a90914d856d21648027de61e9f9123d9ead9a6d 100644 (file)
@@ -1,5 +1,6 @@
 menuconfig UIO
        tristate "Userspace I/O drivers"
+       depends on MMU
        help
          Enable this to allow the userspace driver core code to be
          built.  This code allows userspace programs easy access to
@@ -121,4 +122,17 @@ config UIO_PRUSS
          To compile this driver as a module, choose M here: the module
          will be called uio_pruss.
 
+config UIO_MF624
+       tristate "Humusoft MF624 DAQ PCI card driver"
+       depends on PCI
+       help
+         Userspace I/O interface for the Humusoft MF624 PCI card.
+         A sample userspace application using this driver is available
+         (among other MF624 related information and software components)
+         for download in a git repository:
+
+           git clone git://rtime.felk.cvut.cz/mf6xx.git
+
+         If you compile this as a module, it will be called uio_mf624.
+
 endif