2 # HID driver configuration
8 tristate "Generic HID support"
12 A human interface device (HID) is a type of computer device that
13 interacts directly with and takes input from humans. The term "HID"
14 most commonly used to refer to the USB-HID specification, but other
15 devices (such as, but not strictly limited to, Bluetooth) are
16 designed using HID specification (this involves certain keyboards,
17 mice, tablets, etc). This option compiles into kernel the generic
18 HID layer code (parser, usages, etc.), which can then be used by
19 transport-specific HID implementation (like USB or Bluetooth).
21 For docs and specs, see http://www.usb.org/developers/hidpage/
26 bool "HID debugging support"
29 This option lets the HID layer output diagnostics about its internal
30 state, resolve HID usages, dump HID fields, etc. Individual HID drivers
31 use this debugging facility to output information about individual HID
34 This feature is useful for those who are either debugging the HID parser
35 or any HID hardware device.
39 source "drivers/hid/usbhid/Kconfig"