diff options
author | Hans-Christian Egtvedt <hc@mivu.no> | 2005-05-29 03:27:45 -0400 |
---|---|---|
committer | Dmitry Torokhov <dtor_core@ameritech.net> | 2005-05-29 03:27:45 -0400 |
commit | 8608471262ddf4b8ed4120d7211251e8b8dcbda9 (patch) | |
tree | ea04fb639028f4f4f2f7ea2577922a07497df180 /drivers/usb/input/Kconfig | |
parent | 6af2cf59c22fbf5a5466928f29a9545b65fe0e96 (diff) |
Input: Add driver for ITM Touch USB touchscreens.
From: Hans-Christian Egtvedt <hc@mivu.no>
Signed-off-by: Vojtech Pavlik <vojtech@suse.cz>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
Diffstat (limited to 'drivers/usb/input/Kconfig')
-rw-r--r-- | drivers/usb/input/Kconfig | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/drivers/usb/input/Kconfig b/drivers/usb/input/Kconfig index d28e7eab6f98..fcae574f3106 100644 --- a/drivers/usb/input/Kconfig +++ b/drivers/usb/input/Kconfig | |||
@@ -190,6 +190,18 @@ config USB_MTOUCH | |||
190 | To compile this driver as a module, choose M here: the | 190 | To compile this driver as a module, choose M here: the |
191 | module will be called mtouchusb. | 191 | module will be called mtouchusb. |
192 | 192 | ||
193 | config USB_ITMTOUCH | ||
194 | tristate "ITM Touch USB Touchscreen Driver" | ||
195 | depends on USB && INPUT | ||
196 | ---help--- | ||
197 | Say Y here if you want to use a ITM Touch USB | ||
198 | Touchscreen controller. | ||
199 | |||
200 | This touchscreen is used in LG 1510SF monitors. | ||
201 | |||
202 | To compile this driver as a module, choose M here: the | ||
203 | module will be called itmtouch. | ||
204 | |||
193 | config USB_EGALAX | 205 | config USB_EGALAX |
194 | tristate "eGalax TouchKit USB Touchscreen Driver" | 206 | tristate "eGalax TouchKit USB Touchscreen Driver" |
195 | depends on USB && INPUT | 207 | depends on USB && INPUT |