Lines Matching full:input
3 # Input device configuration
6 menu "Input device support"
8 config INPUT config
9 tristate "Generic input layer (needed for keyboard, mouse, ...)" if EXPERT
12 Say Y here if you have any input device (mouse, keyboard, tablet,
19 More information is available: <file:Documentation/input/input.rst>
24 module will be called input.
26 if INPUT
29 tristate "Export input device LEDs in sysfs"
31 default INPUT
33 Say Y here if you would like to export LEDs on input devices
39 module will be called input-leds.
44 Say Y here if you have memoryless force-feedback input device
57 Say Y here if you are using a driver for an input
70 Say Y here if you are using a driver for an input
93 13:32+ - /dev/input/mouseX and 13:63 - /dev/input/mice as an
109 the same as the data from /dev/input/mice.
137 accessible as char device 13:0+ - /dev/input/jsX device.
141 More information is available: <file:Documentation/input/joydev/joystick.rst>
149 Say Y here if you want your input device events be accessible
150 under char device 13:64+ - /dev/input/eventX in a generic way.
158 Say Y here if you have a problem with the input subsystem and
170 tristate "KUnit tests for Input" if !KUNIT_ALL_TESTS
171 depends on INPUT && KUNIT
174 Say Y here if you want to build the KUnit tests for the input
180 tristate "Input Power Event -> APM Bridge" if EXPERT
181 depends on INPUT && APM_EMULATION
191 comment "Input Device Drivers"
193 source "drivers/input/keyboard/Kconfig"
195 source "drivers/input/mouse/Kconfig"
197 source "drivers/input/joystick/Kconfig"
199 source "drivers/input/tablet/Kconfig"
201 source "drivers/input/touchscreen/Kconfig"
203 source "drivers/input/misc/Kconfig"
205 source "drivers/input/rmi4/Kconfig"
211 source "drivers/input/serio/Kconfig"
213 source "drivers/input/gameport/Kconfig"