Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 205adbec authored by Pavel Machek's avatar Pavel Machek Committed by Jiri Kosina
Browse files

HID: make HID_DEBUG defaults consistent



Make defaults consistent with help text suggestions for HID_DEBUG.

Signed-off-by: default avatarPavel Machek <pavel@suse.cz>
Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
parent 0d34fb8e
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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
@@ -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"