diff options
author | Pavel Machek <pavel@suse.cz> | 2009-01-06 04:15:27 -0500 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2009-03-30 09:12:51 -0400 |
commit | 205adbec0d5159f23b235bbcd386dd1bcb6d0180 (patch) | |
tree | 1a1961bbdb4c3cd0ec4f73286e7f6f414d75adbd /drivers/hid | |
parent | 0d34fb8e93ceba7b6dad0062dbb4a0813bacd75b (diff) |
HID: make HID_DEBUG defaults consistent
Make defaults consistent with help text suggestions for HID_DEBUG.
Signed-off-by: Pavel Machek <pavel@suse.cz>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/hid')
-rw-r--r-- | drivers/hid/Kconfig | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/hid/Kconfig b/drivers/hid/Kconfig index e85c8fe9ffcf..97183066a27b 100644 --- a/drivers/hid/Kconfig +++ b/drivers/hid/Kconfig | |||
@@ -29,11 +29,11 @@ config HID | |||
29 | 29 | ||
30 | For docs and specs, see http://www.usb.org/developers/hidpage/ | 30 | For docs and specs, see http://www.usb.org/developers/hidpage/ |
31 | 31 | ||
32 | If unsure, say Y | 32 | If unsure, say Y. |
33 | 33 | ||
34 | config HID_DEBUG | 34 | config HID_DEBUG |
35 | bool "HID debugging support" | 35 | bool "HID debugging support" |
36 | default y if !EMBEDDED | 36 | default y |
37 | depends on HID | 37 | depends on HID |
38 | ---help--- | 38 | ---help--- |
39 | This option lets the HID layer output diagnostics about its internal | 39 | This option lets the HID layer output diagnostics about its internal |
@@ -44,7 +44,7 @@ config HID_DEBUG | |||
44 | This feature is useful for those who are either debugging the HID parser | 44 | This feature is useful for those who are either debugging the HID parser |
45 | or any HID hardware device. | 45 | or any HID hardware device. |
46 | 46 | ||
47 | If unsure, say N | 47 | If unsure, say Y. |
48 | 48 | ||
49 | config HIDRAW | 49 | config HIDRAW |
50 | bool "/dev/hidraw raw HID device support" | 50 | bool "/dev/hidraw raw HID device support" |