Skip to content

Commit

Permalink
HID: make HID_DEBUG defaults consistent
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Pavel Machek authored and Jiri Kosina committed Mar 30, 2009
1 parent 0d34fb8 commit 205adbe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions drivers/hid/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ config HID

For docs and specs, see http://www.usb.org/developers/hidpage/

If unsure, say Y
If unsure, say Y.

config HID_DEBUG
bool "HID debugging support"
default y if !EMBEDDED
default y
depends on HID
---help---
This option lets the HID layer output diagnostics about its internal
Expand All @@ -44,7 +44,7 @@ config HID_DEBUG
This feature is useful for those who are either debugging the HID parser
or any HID hardware device.

If unsure, say N
If unsure, say Y.

config HIDRAW
bool "/dev/hidraw raw HID device support"
Expand Down

0 comments on commit 205adbe

Please sign in to comment.