2 tristate "Userspace I/O drivers"
5 Enable this to allow the userspace driver core code to be
6 built. This code allows userspace programs easy access to
7 kernel interrupts and memory locations, allowing some drivers
8 to be written in userspace. Note that a small kernel driver
9 is also required for interrupt handling to work properly.
11 If you don't know what to do here, say N.
16 tristate "generic Hilscher CIF Card driver"
19 Driver for Hilscher CIF DeviceNet and Profibus cards. This
20 driver requires a userspace component called cif that handles
21 all of the heavy lifting and can be found at:
22 <http://www.osadl.org/projects/downloads/UIO/user/>
24 To compile this driver as a module, choose M here: the module
25 will be called uio_cif.
27 config UIO_PDRV_GENIRQ
28 tristate "Userspace I/O platform driver with generic IRQ handling"
30 Platform driver for Userspace I/O devices, including generic
31 interrupt handling code. Shared interrupts are not supported.
33 This kernel driver requires that the matching userspace driver
34 handles interrupts in a special way. Userspace is responsible
35 for acknowledging the hardware device if needed, and re-enabling
36 interrupts in the interrupt controller using the write() syscall.
38 If you don't know what to do here, say N.
40 config UIO_DMEM_GENIRQ
41 tristate "Userspace platform driver with generic irq and dynamic memory"
44 Platform driver for Userspace I/O devices, including generic
45 interrupt handling code. Shared interrupts are not supported.
47 Memory regions can be specified with the same platform device
48 resources as the UIO_PDRV drivers, but dynamic regions can also
50 The number and size of these regions is static,
51 but the memory allocation is not performed until
52 the associated device file is opened. The
53 memory is freed once the uio device is closed.
55 If you don't know what to do here, say N.
58 tristate "AEC video timestamp device"
62 UIO driver for the Adrienne Electronics Corporation PCI time
65 This device differs from other UIO devices since it uses I/O
66 ports instead of memory mapped I/O. In order to make it
67 possible for UIO to work with this device a utility, uioport,
68 can be used to read and write the ports:
70 git clone git://ifup.org/philips/uioport.git
72 If you compile this as a module, it will be called uio_aec.
75 tristate "Automata Sercos III PCI card driver"
78 Userspace I/O interface for the Sercos III PCI card from
79 Automata GmbH. The userspace part of this driver will be
80 available for download from the Automata GmbH web site.
82 Automata GmbH: http://www.automataweb.com
83 Sercos III interface: http://www.sercos.com
85 If you compile this as a module, it will be called uio_sercos3.
87 config UIO_PCI_GENERIC
88 tristate "Generic driver for PCI 2.3 and PCI Express cards"
91 Generic driver that you can bind, dynamically, to any
92 PCI 2.3 compliant and PCI Express card. It is useful,
93 primarily, for virtualization scenarios.
94 If you compile this as a module, it will be called uio_pci_generic.
97 tristate "Hilscher NetX Card driver"
100 Driver for Hilscher NetX based fieldbus cards (cifX, comX).
101 This driver requires a userspace component that comes with the card
102 or is available from Hilscher (http://www.hilscher.com).
104 To compile this driver as a module, choose M here; the module
105 will be called uio_netx.
107 config UIO_FSL_ELBC_GPCM
108 tristate "eLBC/GPCM driver"
111 Generic driver for accessing a peripheral connected to an eLBC port
112 that is running in GPCM mode. GPCM is an interface for simple lower
113 performance memories and memory-mapped devices. For devices using
114 FCM or UPM eLBC modes, other device-specific drivers are available.
116 config UIO_FSL_ELBC_GPCM_NETX5152
117 bool "eLBC/GPCM netX 51/52 support"
118 depends on UIO_FSL_ELBC_GPCM
120 This will add support for netX 51/52 devices connected via eLBC/GPCM.
121 In particular, it implements interrupt handling. This can be used
122 together with the userspace netX stack from Hilscher.
124 Information about this hardware can be found at:
125 http://www.hilscher.com/netx
128 tristate "Texas Instruments PRUSS driver"
129 select GENERIC_ALLOCATOR
130 depends on HAS_IOMEM && HAS_DMA
132 PRUSS driver for OMAPL138/DA850/AM18XX devices
133 PRUSS driver requires user space components, examples and user space
134 driver is available from below SVN repo - you may use anonymous login
136 https://gforge.ti.com/gf/project/pru_sw/
138 More info on API is available at below wiki
140 http://processors.wiki.ti.com/index.php/PRU_Linux_Application_Loader
142 To compile this driver as a module, choose M here: the module
143 will be called uio_pruss.
146 tristate "Humusoft MF624 DAQ PCI card driver"
149 Userspace I/O interface for the Humusoft MF624 PCI card.
150 A sample userspace application using this driver is available
151 (among other MF624 related information and software components)
152 for download in a git repository:
154 git clone git://rtime.felk.cvut.cz/mf6xx.git
156 If you compile this as a module, it will be called uio_mf624.
158 config UIO_HV_GENERIC
159 tristate "Generic driver for Hyper-V VMBus"
162 Generic driver that you can bind, dynamically, to any
163 Hyper-V VMBus device. It is useful to provide direct access
164 to network and storage devices from userspace.
166 If you compile this as a module, it will be called uio_hv_generic.