• Home
  • Raw
  • Download

Lines Matching +full:default +full:- +full:input

1 # SPDX-License-Identifier: GPL-2.0-only
3 # Input device configuration
6 menu "Input device support"
9 config INPUT config
10 tristate "Generic input layer (needed for keyboard, mouse, ...)" if EXPERT
11 default y
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.
43 tristate "Support for memoryless force-feedback devices"
45 Say Y here if you have memoryless force-feedback input device
47 Power 2, or similar. You will also need to enable hardware-specific
53 module will be called ff-memless.
56 tristate "Polled input device skeleton"
58 Say Y here if you are using a driver for an input
60 option is only useful for out-of-tree drivers since
61 in-tree drivers select it automatically.
66 module will be called input-polldev.
71 Say Y here if you are using a driver for an input
73 useful for out-of-tree drivers since in-tree drivers
79 module will be called sparse-keymap.
84 Say Y here if you are using a driver for an input
86 useful for out-of-tree drivers since in-tree drivers
92 module will be called matrix-keymap.
100 13:32+ - /dev/input/mouseX and 13:63 - /dev/input/mice as an
115 10:1 - /dev/psaux. The data available through /dev/psaux is exactly
116 the same as the data from /dev/input/mice.
123 default "1024"
133 default "768"
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
168 a security threat - your keypresses include your passwords, of
177 tristate "Input Power Event -> APM Bridge" if EXPERT
178 depends on INPUT && APM_EMULATION
186 module will be called apm-power.
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"