[WATCHDOG] Merge code clean-up's from Alan Cox.
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / drivers / uio / Kconfig
CommitLineData
ae210f18 1menuconfig UIO
beafc54c 2 tristate "Userspace I/O drivers"
ae210f18 3 depends on !S390
beafc54c
HK
4 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
ae210f18
DC
14if UIO
15
bc4c4f45
HJK
16config UIO_CIF
17 tristate "generic Hilscher CIF Card driver"
934da476 18 depends on PCI
bc4c4f45
HJK
19 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
4d80d594
UKK
29config UIO_PDRV
30 tristate "Userspace I/O platform driver"
31 help
32 Generic platform driver for Userspace I/O devices.
33
34 If you don't know what to do here, say N.
35
b54f2863
BN
36config UIO_SMX
37 tristate "SMX cryptengine UIO interface"
b54f2863
BN
38 default n
39 help
40 Userspace IO interface to the Cryptography engine found on the
41 Nias Digital SMX boards. These will be available from Q4 2008
42 from http://www.niasdigital.com. The userspace part of this
43 driver will be released under the GPL at the same time as the
44 hardware and will be able to be downloaded from the same site.
45
46 If you compile this as a module, it will be called uio_smx.
47
ae210f18 48endif