Denis Cheng | ae210f1 | 2008-02-02 17:51:35 +0800 | [diff] [blame] | 1 | menuconfig UIO |
Hans J. Koch | beafc54 | 2006-12-07 10:58:29 +0100 | [diff] [blame] | 2 | tristate "Userspace I/O drivers" |
Hans J. Koch | beafc54 | 2006-12-07 10:58:29 +0100 | [diff] [blame] | 3 | help |
| 4 | Enable this to allow the userspace driver core code to be |
| 5 | built. This code allows userspace programs easy access to |
| 6 | kernel interrupts and memory locations, allowing some drivers |
| 7 | to be written in userspace. Note that a small kernel driver |
| 8 | is also required for interrupt handling to work properly. |
| 9 | |
| 10 | If you don't know what to do here, say N. |
| 11 | |
Denis Cheng | ae210f1 | 2008-02-02 17:51:35 +0800 | [diff] [blame] | 12 | if UIO |
| 13 | |
Hans-Jürgen Koch | bc4c4f4 | 2007-03-02 13:03:12 +0100 | [diff] [blame] | 14 | config UIO_CIF |
| 15 | tristate "generic Hilscher CIF Card driver" |
Uwe Kleine-König | 934da47 | 2008-05-31 11:37:27 +0200 | [diff] [blame] | 16 | depends on PCI |
Hans-Jürgen Koch | bc4c4f4 | 2007-03-02 13:03:12 +0100 | [diff] [blame] | 17 | help |
| 18 | Driver for Hilscher CIF DeviceNet and Profibus cards. This |
Justin P. Mattock | 631dd1a | 2010-10-18 11:03:14 +0200 | [diff] [blame] | 19 | driver requires a userspace component called cif that handles |
| 20 | all of the heavy lifting and can be found at: |
| 21 | <http://www.osadl.org/projects/downloads/UIO/user/> |
Hans-Jürgen Koch | bc4c4f4 | 2007-03-02 13:03:12 +0100 | [diff] [blame] | 22 | |
| 23 | To compile this driver as a module, choose M here: the module |
| 24 | will be called uio_cif. |
| 25 | |
Uwe Kleine-König | 4d80d59 | 2008-05-31 11:37:27 +0200 | [diff] [blame] | 26 | config UIO_PDRV |
| 27 | tristate "Userspace I/O platform driver" |
| 28 | help |
| 29 | Generic platform driver for Userspace I/O devices. |
| 30 | |
| 31 | If you don't know what to do here, say N. |
| 32 | |
Magnus Damm | c767db0 | 2008-07-11 18:55:27 +0900 | [diff] [blame] | 33 | config UIO_PDRV_GENIRQ |
| 34 | tristate "Userspace I/O platform driver with generic IRQ handling" |
| 35 | help |
| 36 | Platform driver for Userspace I/O devices, including generic |
| 37 | interrupt handling code. Shared interrupts are not supported. |
| 38 | |
| 39 | This kernel driver requires that the matching userspace driver |
| 40 | handles interrupts in a special way. Userspace is responsible |
| 41 | for acknowledging the hardware device if needed, and re-enabling |
| 42 | interrupts in the interrupt controller using the write() syscall. |
| 43 | |
| 44 | If you don't know what to do here, say N. |
| 45 | |
Damian Hobson-Garcia | 0a0c3b5 | 2012-09-25 15:09:11 +0900 | [diff] [blame] | 46 | config UIO_DMEM_GENIRQ |
| 47 | tristate "Userspace platform driver with generic irq and dynamic memory" |
Geert Uytterhoeven | 89fb9e7 | 2013-05-09 23:04:51 +0200 | [diff] [blame^] | 48 | depends on HAS_DMA |
Damian Hobson-Garcia | 0a0c3b5 | 2012-09-25 15:09:11 +0900 | [diff] [blame] | 49 | help |
| 50 | Platform driver for Userspace I/O devices, including generic |
| 51 | interrupt handling code. Shared interrupts are not supported. |
| 52 | |
| 53 | Memory regions can be specified with the same platform device |
| 54 | resources as the UIO_PDRV drivers, but dynamic regions can also |
| 55 | be specified. |
| 56 | The number and size of these regions is static, |
| 57 | but the memory allocation is not performed until |
| 58 | the associated device file is opened. The |
| 59 | memory is freed once the uio device is closed. |
| 60 | |
| 61 | If you don't know what to do here, say N. |
| 62 | |
Brandon Philips | 1bafeb3 | 2009-01-27 13:00:04 -0800 | [diff] [blame] | 63 | config UIO_AEC |
| 64 | tristate "AEC video timestamp device" |
| 65 | depends on PCI |
Brandon Philips | 1bafeb3 | 2009-01-27 13:00:04 -0800 | [diff] [blame] | 66 | help |
| 67 | |
| 68 | UIO driver for the Adrienne Electronics Corporation PCI time |
| 69 | code device. |
| 70 | |
| 71 | This device differs from other UIO devices since it uses I/O |
| 72 | ports instead of memory mapped I/O. In order to make it |
| 73 | possible for UIO to work with this device a utility, uioport, |
| 74 | can be used to read and write the ports: |
| 75 | |
| 76 | git clone git://ifup.org/philips/uioport.git |
| 77 | |
| 78 | If you compile this as a module, it will be called uio_aec. |
| 79 | |
John Ogness | a6030fcc | 2008-09-18 11:57:15 +0200 | [diff] [blame] | 80 | config UIO_SERCOS3 |
| 81 | tristate "Automata Sercos III PCI card driver" |
John Ogness | 0a965eb | 2010-02-11 15:38:53 +0100 | [diff] [blame] | 82 | depends on PCI |
John Ogness | a6030fcc | 2008-09-18 11:57:15 +0200 | [diff] [blame] | 83 | help |
| 84 | Userspace I/O interface for the Sercos III PCI card from |
| 85 | Automata GmbH. The userspace part of this driver will be |
| 86 | available for download from the Automata GmbH web site. |
| 87 | |
| 88 | Automata GmbH: http://www.automataweb.com |
| 89 | Sercos III interface: http://www.sercos.com |
| 90 | |
| 91 | If you compile this as a module, it will be called uio_sercos3. |
| 92 | |
Michael S. Tsirkin | ccb86a6 | 2009-07-20 10:29:34 +0300 | [diff] [blame] | 93 | config UIO_PCI_GENERIC |
| 94 | tristate "Generic driver for PCI 2.3 and PCI Express cards" |
| 95 | depends on PCI |
Michael S. Tsirkin | ccb86a6 | 2009-07-20 10:29:34 +0300 | [diff] [blame] | 96 | help |
| 97 | Generic driver that you can bind, dynamically, to any |
| 98 | PCI 2.3 compliant and PCI Express card. It is useful, |
| 99 | primarily, for virtualization scenarios. |
| 100 | If you compile this as a module, it will be called uio_pci_generic. |
| 101 | |
Hans J. Koch | 8f314cf | 2010-02-09 20:13:49 +0100 | [diff] [blame] | 102 | config UIO_NETX |
| 103 | tristate "Hilscher NetX Card driver" |
| 104 | depends on PCI |
| 105 | help |
| 106 | Driver for Hilscher NetX based fieldbus cards (cifX, comX). |
| 107 | This driver requires a userspace component that comes with the card |
| 108 | or is available from Hilscher (http://www.hilscher.com). |
| 109 | |
| 110 | To compile this driver as a module, choose M here; the module |
| 111 | will be called uio_netx. |
| 112 | |
Pratheesh Gangadhar | f1a304e | 2011-03-05 04:30:17 +0530 | [diff] [blame] | 113 | config UIO_PRUSS |
| 114 | tristate "Texas Instruments PRUSS driver" |
| 115 | depends on ARCH_DAVINCI_DA850 |
Matt Porter | 2eb2478 | 2012-10-05 13:04:40 -0400 | [diff] [blame] | 116 | select GENERIC_ALLOCATOR |
Pratheesh Gangadhar | f1a304e | 2011-03-05 04:30:17 +0530 | [diff] [blame] | 117 | help |
| 118 | PRUSS driver for OMAPL138/DA850/AM18XX devices |
| 119 | PRUSS driver requires user space components, examples and user space |
| 120 | driver is available from below SVN repo - you may use anonymous login |
| 121 | |
| 122 | https://gforge.ti.com/gf/project/pru_sw/ |
| 123 | |
| 124 | More info on API is available at below wiki |
| 125 | |
| 126 | http://processors.wiki.ti.com/index.php/PRU_Linux_Application_Loader |
| 127 | |
| 128 | To compile this driver as a module, choose M here: the module |
| 129 | will be called uio_pruss. |
| 130 | |
Denis Cheng | ae210f1 | 2008-02-02 17:51:35 +0800 | [diff] [blame] | 131 | endif |