diff mbox

[03/16] HID: make 3M PCT touchscreen driver standalone config option

Message ID 1269978023-3602-4-git-send-email-apw@canonical.com
State Accepted
Delegated to: Andy Whitcroft
Headers show

Commit Message

Andy Whitcroft March 30, 2010, 7:40 p.m. UTC
From: Jiri Kosina <jkosina@suse.cz>

The point behind 'default !EMBEDDED' for certain HID drivers that simple and
straightforward quirks for HID devices (which are implemented as drivers on
HID bus) wouldn't have to be enabled separately, if the device is otherwise
more-or-less HID standard compliant.

But this driver is rather standalone driver, so we'd want to have it normally
selectable.

Signed-off-by: Jiri Kosina <jkosina@suse.cz>
(cherry picked from commit 4b186f72033611c2b526c7341534e71ee4afd222)

Signed-off-by: Andy Whitcroft <apw@canonical.com>
---
 drivers/hid/Kconfig |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)
diff mbox

Patch

diff --git a/drivers/hid/Kconfig b/drivers/hid/Kconfig
index 902ac7e..416a64a 100644
--- a/drivers/hid/Kconfig
+++ b/drivers/hid/Kconfig
@@ -56,9 +56,8 @@  menu "Special HID drivers"
 	depends on HID
 
 config HID_3M_PCT
-	tristate "3M PCT" if EMBEDDED
+	tristate "3M PCT"
 	depends on USB_HID
-	default !EMBEDDED
 	---help---
 	Support for 3M PCT touch screens.