aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hid/Kconfig
diff options
context:
space:
mode:
authorJiri Kosina <jkosina@suse.cz>2009-12-23 07:12:32 -0500
committerJiri Kosina <jkosina@suse.cz>2009-12-23 07:21:34 -0500
commit4b186f72033611c2b526c7341534e71ee4afd222 (patch)
tree034565c164de4b67293192256961a396aec44d40 /drivers/hid/Kconfig
parentb6353f4f36f03a12edaf3fa5365b475a28106035 (diff)
HID: make 3M PCT touchscreen driver standalone config option
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>
Diffstat (limited to 'drivers/hid/Kconfig')
-rw-r--r--drivers/hid/Kconfig3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/hid/Kconfig b/drivers/hid/Kconfig
index a05133f645bc..0c8ce3a68d27 100644
--- a/drivers/hid/Kconfig
+++ b/drivers/hid/Kconfig
@@ -56,9 +56,8 @@ menu "Special HID drivers"
56 depends on HID 56 depends on HID
57 57
58config HID_3M_PCT 58config HID_3M_PCT
59 tristate "3M PCT" if EMBEDDED 59 tristate "3M PCT"
60 depends on USB_HID 60 depends on USB_HID
61 default !EMBEDDED
62 ---help--- 61 ---help---
63 Support for 3M PCT touch screens. 62 Support for 3M PCT touch screens.
64 63