• Home
  • Raw
  • Download

Lines Matching full:input

3 # Input device configuration
6 menu "Input device support"
9 config INPUT config
10 tristate "Generic input layer (needed for keyboard, mouse, ...)" if EXPERT
13 Say Y here if you have any input device (mouse, keyboard, tablet,
20 More information is available: <file:Documentation/input/input.rst>
25 module will be called input.
27 if INPUT
30 tristate "Export input device LEDs in sysfs"
32 default INPUT
34 Say Y here if you would like to export LEDs on input devices
40 module will be called input-leds.
45 Say Y here if you have memoryless force-feedback input device
56 tristate "Polled input device skeleton"
58 Say Y here if you are using a driver for an input
66 module will be called input-polldev.
71 Say Y here if you are using a driver for an input
84 Say Y here if you are using a driver for an input
100 13:32+ - /dev/input/mouseX and 13:63 - /dev/input/mice as an
116 the same as the data from /dev/input/mice.
144 accessible as char device 13:0+ - /dev/input/jsX device.
148 More information is available: <file:Documentation/input/joydev/joystick.rst>
156 Say Y here if you want your input device events be accessible
157 under char device 13:64+ - /dev/input/eventX in a generic way.
165 Say Y here if you have a problem with the input subsystem and
177 tristate "Input Power Event -> APM Bridge" if EXPERT
178 depends on INPUT && APM_EMULATION
188 comment "Input Device Drivers"
190 source "drivers/input/keyboard/Kconfig"
192 source "drivers/input/mouse/Kconfig"
194 source "drivers/input/joystick/Kconfig"
196 source "drivers/input/tablet/Kconfig"
198 source "drivers/input/touchscreen/Kconfig"
200 source "drivers/input/misc/Kconfig"
202 source "drivers/input/rmi4/Kconfig"
208 source "drivers/input/serio/Kconfig"
210 source "drivers/input/gameport/Kconfig"