blob: 5b004b2b1a4e01082a63b0bf3dd036f7c39c5982 [file] [log] [blame]
Jiri Kosina63f38612006-12-08 18:41:30 +01001#
2# HID driver configuration
3#
4menu "HID Devices"
5 depends on INPUT
6
7config HID
8 tristate "Generic HID support"
Russell Kingc96c9d72006-12-22 17:09:16 +00009 depends on INPUT
Jiri Kosina63f38612006-12-08 18:41:30 +010010 default y
11 ---help---
Jiri Kosina69e4d942007-01-03 23:03:14 +010012 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).
20
21 For docs and specs, see http://www.usb.org/developers/hidpage/
22
23 If unsure, say Y
Jiri Kosina63f38612006-12-08 18:41:30 +010024
Jiri Kosinac080d892007-01-25 11:43:31 +010025config HID_DEBUG
26 bool "HID debugging support"
Jiri Kosina58037eb2007-05-30 15:07:13 +020027 default y if !EMBEDDED
Jiri Kosinac080d892007-01-25 11:43:31 +010028 depends on HID
29 ---help---
30 This option lets the HID layer output diagnostics about its internal
31 state, resolve HID usages, dump HID fields, etc. Individual HID drivers
32 use this debugging facility to output information about individual HID
33 devices, etc.
34
35 This feature is useful for those who are either debugging the HID parser
36 or any HID hardware device.
37
38 If unsure, say N
39
Jiri Kosina6db3dfe2007-03-08 16:47:49 +010040source "drivers/hid/usbhid/Kconfig"
41
Jiri Kosina63f38612006-12-08 18:41:30 +010042endmenu
43