1 # SPDX-License-Identifier: GPL-2.0-only
6 tristate "USB HID transport layer"
8 depends on USB && INPUT
11 Say Y here if you want to connect USB keyboards,
12 mice, joysticks, graphic tablets, or any other HID based devices
13 to your computer via USB, as well as Uninterruptible Power Supply
14 (UPS) and monitor control devices.
16 You can't use this driver and the HIDBP (Boot Protocol) keyboard
17 and mouse drivers at the same time. More information is available:
18 <file:Documentation/input/input.rst>.
22 To compile this driver as a module, choose M here: the
23 module will be called usbhid.
25 comment "Input core support is needed for USB HID input layer or HIDBP support"
26 depends on USB_HID && INPUT=n
29 bool "PID device support"
31 Say Y here if you have a PID-compliant device and wish to enable force
32 feedback for it. Microsoft Sidewinder Force Feedback 2 is one of such
36 bool "/dev/hiddev raw HID device support"
39 Say Y here if you want to support HID devices (from the USB
40 specification standpoint) that aren't strictly user interface
41 devices, like monitor controls and Uninterruptable Power Supplies.
43 This module supports these devices separately using a separate
44 event interface on /dev/usb/hiddevX (char 180:96 to 180:111).
48 menu "USB HID Boot Protocol drivers"
49 depends on USB!=n && USB_HID!=y && EXPERT
52 tristate "USB HIDBP Keyboard (simple Boot) support"
53 depends on USB && INPUT
55 Say Y here only if you are absolutely sure that you don't want
56 to use the generic HID driver for your USB keyboard and prefer
57 to use the keyboard in its limited Boot Protocol mode instead.
59 This is almost certainly not what you want. This is mostly
60 useful for embedded applications or simple keyboards.
62 To compile this driver as a module, choose M here: the
63 module will be called usbkbd.
65 If even remotely unsure, say N.
68 tristate "USB HIDBP Mouse (simple Boot) support"
69 depends on USB && INPUT
71 Say Y here only if you are absolutely sure that you don't want
72 to use the generic HID driver for your USB mouse and prefer
73 to use the mouse in its limited Boot Protocol mode instead.
75 This is almost certainly not what you want. This is mostly
76 useful for embedded applications or simple mice.
78 To compile this driver as a module, choose M here: the
79 module will be called usbmouse.
81 If even remotely unsure, say N.