blob: 78e139c935eb0884d160ac8a463f14dacdff3bc6 [file] [log] [blame]
Denis Chengae210f12008-02-02 17:51:35 +08001menuconfig UIO
Hans J. Kochbeafc542006-12-07 10:58:29 +01002 tristate "Userspace I/O drivers"
Denis Chengae210f12008-02-02 17:51:35 +08003 depends on !S390
Hans J. Kochbeafc542006-12-07 10:58:29 +01004 default n
5 help
6 Enable this to allow the userspace driver core code to be
7 built. This code allows userspace programs easy access to
8 kernel interrupts and memory locations, allowing some drivers
9 to be written in userspace. Note that a small kernel driver
10 is also required for interrupt handling to work properly.
11
12 If you don't know what to do here, say N.
13
Denis Chengae210f12008-02-02 17:51:35 +080014if UIO
15
Hans-Jürgen Kochbc4c4f42007-03-02 13:03:12 +010016config UIO_CIF
17 tristate "generic Hilscher CIF Card driver"
Uwe Kleine-König934da472008-05-31 11:37:27 +020018 depends on PCI
Hans-Jürgen Kochbc4c4f42007-03-02 13:03:12 +010019 default n
20 help
21 Driver for Hilscher CIF DeviceNet and Profibus cards. This
22 driver requires a userspace component that handles all of the
23 heavy lifting and can be found at:
24 http://www.osadl.org/projects/downloads/UIO/user/cif-*
25
26 To compile this driver as a module, choose M here: the module
27 will be called uio_cif.
28
Ben Nizetteb54f2862008-03-13 22:27:30 +110029config UIO_SMX
30 tristate "SMX cryptengine UIO interface"
Ben Nizetteb54f2862008-03-13 22:27:30 +110031 default n
32 help
33 Userspace IO interface to the Cryptography engine found on the
34 Nias Digital SMX boards. These will be available from Q4 2008
35 from http://www.niasdigital.com. The userspace part of this
36 driver will be released under the GPL at the same time as the
37 hardware and will be able to be downloaded from the same site.
38
39 If you compile this as a module, it will be called uio_smx.
40
Denis Chengae210f12008-02-02 17:51:35 +080041endif