diff options
author | Stephane Chatty <chatty@lii-enac.fr> | 2010-01-04 14:04:08 +0300 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2010-01-04 14:04:08 +0300 |
commit | d3fb5454a8474d5d22c8f8fe4d043b05732d91d5 (patch) | |
tree | 469fb34026a744b21a9eb4d72af3700ac5510d36 /drivers/hid/Kconfig | |
parent | 4b186f72033611c2b526c7341534e71ee4afd222 (diff) | |
download | linux-d3fb5454a8474d5d22c8f8fe4d043b05732d91d5.tar.xz |
HID: add support for Stantum multitouch panel
Added support for the Stantum multitouch panel.
Signed-off-by: Stephane Chatty <chatty@enac.fr>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/hid/Kconfig')
-rw-r--r-- | drivers/hid/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/hid/Kconfig b/drivers/hid/Kconfig index 0c8ce3a68d27..84272c690310 100644 --- a/drivers/hid/Kconfig +++ b/drivers/hid/Kconfig @@ -247,6 +247,12 @@ config HID_SONY ---help--- Support for Sony PS3 controller. +config HID_STANTUM + tristate "Stantum" if EMBEDDED + depends on USB_HID + ---help--- + Support for Stantum multitouch panel. + config HID_SUNPLUS tristate "Sunplus" if EMBEDDED depends on USB_HID |