UIO: Add the User IO core code
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git] / drivers / uio / Kconfig
blob6b1a62d45e46b5d1dee753ac263843a63d6aa2e4
1 menu "Userspace I/O"
2         depends on !S390
4 config UIO
5         tristate "Userspace I/O drivers"
6         default n
7         help
8           Enable this to allow the userspace driver core code to be
9           built.  This code allows userspace programs easy access to
10           kernel interrupts and memory locations, allowing some drivers
11           to be written in userspace.  Note that a small kernel driver
12           is also required for interrupt handling to work properly.
14           If you don't know what to do here, say N.
16 endmenu