PCI: rpaphp: Remove setup_pci_slot()
[powerpc.git] / drivers / hid / Kconfig
index ec796ad..8fbe9fd 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