uio: Kconfig improvements
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git] / drivers / uio / Kconfig
blobd8ab7e668bd21656aaff86b8a028ec9df98147c5
1 menuconfig UIO
2         tristate "Userspace I/O drivers"
3         depends on !S390
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.
12           If you don't know what to do here, say N.
14 if UIO
16 config UIO_CIF
17         tristate "generic Hilscher CIF Card driver"
18         depends on UIO && PCI
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-*
26           To compile this driver as a module, choose M here: the module
27           will be called uio_cif.
29 endif