Lines Matching +full:input +full:- +full:only

1 # SPDX-License-Identifier: GPL-2.0-only
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.
42 tristate "Support for memoryless force-feedback devices"
44 Say Y here if you have memoryless force-feedback input device
46 Power 2, or similar. You will also need to enable hardware-specific
52 module will be called ff-memless.
57 Say Y here if you are using a driver for an input
58 device that uses sparse keymap. This option is only
59 useful for out-of-tree drivers since in-tree drivers
65 module will be called sparse-keymap.
70 Say Y here if you are using a driver for an input
71 device that uses matrix keymap. This option is only
72 useful for out-of-tree drivers since in-tree drivers
78 module will be called matrix-keymap.
93 13:32+ - /dev/input/mouseX and 13:63 - /dev/input/mice as an
108 10:1 - /dev/psaux. The data available through /dev/psaux is exactly
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
161 a security threat - your keypresses include your passwords, of
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
189 module will be called apm-power.
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"