X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=drivers%2Fhid%2FKconfig;h=8fbe9fdac128ea232099499729f80693b3aa0acf;hb=ba7cc09c9c9e29a57045dc5bbf843ac1cfad3283;hp=ec796ad087df1e274e37dfd4bd04c20ca864b39b;hpb=69e4d94818cabf44d845b9f4b46d88de6e518dcf;p=linux-2.6 diff --git a/drivers/hid/Kconfig b/drivers/hid/Kconfig index ec796ad087..8fbe9fdac1 100644 --- a/drivers/hid/Kconfig +++ b/drivers/hid/Kconfig @@ -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