]> err.no Git - linux-2.6/blobdiff - drivers/hid/Kconfig
Merge git://git.infradead.org/mtd-2.6
[linux-2.6] / drivers / hid / Kconfig
index ec796ad087df1e274e37dfd4bd04c20ca864b39b..8fbe9fdac128ea232099499729f80693b3aa0acf 100644 (file)
@@ -22,5 +22,21 @@ config HID
 
          If unsure, say Y
 
+config HID_DEBUG
+       bool "HID debugging support"
+       depends on HID
+       ---help---
+       This option lets the HID layer output diagnostics about its internal
+       state, resolve HID usages, dump HID fields, etc. Individual HID drivers
+       use this debugging facility to output information about individual HID
+       devices, etc.
+
+       This feature is useful for those who are either debugging the HID parser
+       or any HID hardware device.
+
+       If unsure, say N
+
+source "drivers/hid/usbhid/Kconfig"
+
 endmenu