diff options
author | Stephane Chatty <chatty@lii-enac.fr> | 2010-01-04 06:04:08 -0500 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2010-01-04 06:04:08 -0500 |
commit | d3fb5454a8474d5d22c8f8fe4d043b05732d91d5 (patch) | |
tree | 469fb34026a744b21a9eb4d72af3700ac5510d36 /drivers/hid/Kconfig | |
parent | 4b186f72033611c2b526c7341534e71ee4afd222 (diff) |
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 | |||
247 | ---help--- | 247 | ---help--- |
248 | Support for Sony PS3 controller. | 248 | Support for Sony PS3 controller. |
249 | 249 | ||
250 | config HID_STANTUM | ||
251 | tristate "Stantum" if EMBEDDED | ||
252 | depends on USB_HID | ||
253 | ---help--- | ||
254 | Support for Stantum multitouch panel. | ||
255 | |||
250 | config HID_SUNPLUS | 256 | config HID_SUNPLUS |
251 | tristate "Sunplus" if EMBEDDED | 257 | tristate "Sunplus" if EMBEDDED |
252 | depends on USB_HID | 258 | depends on USB_HID |