summaryrefslogtreecommitdiff
path: root/drivers/input/Config.help
diff options
context:
space:
mode:
authorVojtech Pavlik <vojtech@suse.cz>2002-08-25 19:21:22 +0200
committerVojtech Pavlik <vojtech@suse.cz>2002-08-25 19:21:22 +0200
commit532c236e53d6e76b73dbb0b70b401a655e1daf07 (patch)
tree35dc51f77e63961047eab014f9f88394657a3b16 /drivers/input/Config.help
parent46a704f660f681ba09847c1d2677c63f593ae21f (diff)
This (re)implements getkeycode/setkeycode, kbd_rate and kd_mksound
as functions interfacing to the input core. PC-Speaker handling is moved to a separate file. Uinput is moved to a input/misc directory.
Diffstat (limited to 'drivers/input/Config.help')
-rw-r--r--drivers/input/Config.help9
1 files changed, 0 insertions, 9 deletions
diff --git a/drivers/input/Config.help b/drivers/input/Config.help
index 8ebdeaea24a7..2e3ff3acd8c9 100644
--- a/drivers/input/Config.help
+++ b/drivers/input/Config.help
@@ -88,12 +88,3 @@ 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>.