diff options
author | Stephane Chatty <chatty@lii-enac.fr> | 2009-12-22 17:04:17 -0500 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2009-12-22 19:28:37 -0500 |
commit | b6353f4f36f03a12edaf3fa5365b475a28106035 (patch) | |
tree | ddc9805f66cc095edb1b4614c774b5af13bb457c /drivers/hid/Kconfig | |
parent | 3067e02f8f3ae2f3f02ba76400d03b8bcb4942b0 (diff) |
HID: Support for 3M multitouch panel
Add support for 3M multitouch panels.
Signed-off-by: Stephane Chatty <chatty@enac.fr>
[jkosina@suse.cz: fix build failure because of inconsistent 3M/MMM defines]
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/hid/Kconfig')
-rw-r--r-- | drivers/hid/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/hid/Kconfig b/drivers/hid/Kconfig index 24d90ea246ce..a05133f645bc 100644 --- a/drivers/hid/Kconfig +++ b/drivers/hid/Kconfig | |||
@@ -55,6 +55,13 @@ source "drivers/hid/usbhid/Kconfig" | |||
55 | menu "Special HID drivers" | 55 | menu "Special HID drivers" |
56 | depends on HID | 56 | depends on HID |
57 | 57 | ||
58 | config HID_3M_PCT | ||
59 | tristate "3M PCT" if EMBEDDED | ||
60 | depends on USB_HID | ||
61 | default !EMBEDDED | ||
62 | ---help--- | ||
63 | Support for 3M PCT touch screens. | ||
64 | |||
58 | config HID_A4TECH | 65 | config HID_A4TECH |
59 | tristate "A4 tech" if EMBEDDED | 66 | tristate "A4 tech" if EMBEDDED |
60 | depends on USB_HID | 67 | depends on USB_HID |