diff options
| author | Vojtech Pavlik <vojtech@twilight.ucw.cz> | 2002-07-13 17:41:50 +0200 |
|---|---|---|
| committer | Vojtech Pavlik <vojtech@twilight.ucw.cz> | 2002-07-13 17:41:50 +0200 |
| commit | b778615810240eec5d9fca413d33a6f89b2ab400 (patch) | |
| tree | 2cd8018f91c61202d7ed8bedd37df84bdeb2e491 /drivers/input/Config.help | |
| parent | 3f744b13183254ff47e12f23b6a52ca49c1ead23 (diff) | |
This cset adds uinput the userspace input driver by
Aristeu Sergio Rozanski Filho.
Diffstat (limited to 'drivers/input/Config.help')
| -rw-r--r-- | drivers/input/Config.help | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/input/Config.help b/drivers/input/Config.help index e75624d0917d..3ce64c9b0947 100644 --- a/drivers/input/Config.help +++ b/drivers/input/Config.help @@ -98,3 +98,12 @@ CONFIG_INPUT_EVBUG inserted in and removed from the running kernel whenever you want). The module will be called joydev.o. If you want to compile it as a module, say M here and read <file:Documentation/modules.txt>. + +CONFIG_INPUT_UINPUT + Say Y here if you want to support user level drivers for input + subsystem accessible under char device 10:223 - /dev/input/uinput. + + This driver is also available as a module ( = code which can be + inserted in and removed from the running kernel whenever you want). + The module will be called uinput.o. If you want to compile it as a + module, say M here and read <file:Documentation/modules.txt>. |
