diff options
author | Stephane Chatty <chatty@lii-enac.fr> | 2009-12-22 23:04:17 +0100 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2009-12-23 01:28:37 +0100 |
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" menu "Special HID drivers" depends on HID +config HID_3M_PCT + tristate "3M PCT" if EMBEDDED + depends on USB_HID + default !EMBEDDED + ---help--- + Support for 3M PCT touch screens. + config HID_A4TECH tristate "A4 tech" if EMBEDDED depends on USB_HID |