diff options
author | Daniel Ritz <daniel.ritz-ml@swissonline.ch> | 2006-04-01 11:19:28 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2006-04-14 14:12:21 -0400 |
commit | 5e32b5767fca231e1c84b84e877a26766c27510f (patch) | |
tree | ee74712133bdcf7399257ff4fe1d892f23035c22 | |
parent | 1d3e20236d7a5678d44602171bbd153c57c8c4bc (diff) |
[PATCH] usb/input: remove Kconfig entries of old touchscreen drivers in favour of usbtouchscreen
Signed-off-by: Daniel Ritz <daniel.ritz@gmx.ch>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
-rw-r--r-- | drivers/usb/input/Kconfig | 40 |
1 files changed, 0 insertions, 40 deletions
diff --git a/drivers/usb/input/Kconfig b/drivers/usb/input/Kconfig index 83b90be7fa08..650103bc9618 100644 --- a/drivers/usb/input/Kconfig +++ b/drivers/usb/input/Kconfig | |||
@@ -236,46 +236,6 @@ config USB_TOUCHSCREEN_ITM | |||
236 | bool "ITM device support" if EMBEDDED | 236 | bool "ITM device support" if EMBEDDED |
237 | depends on USB_TOUCHSCREEN | 237 | depends on USB_TOUCHSCREEN |
238 | 238 | ||
239 | config USB_MTOUCH | ||
240 | tristate "MicroTouch USB Touchscreen Driver" | ||
241 | depends on USB && INPUT && !USB_TOUCHSCREEN_3M | ||
242 | ---help--- | ||
243 | Say Y here if you want to use a MicroTouch (Now 3M) USB | ||
244 | Touchscreen controller. | ||
245 | |||
246 | See <file:Documentation/usb/mtouch.txt> for additional information. | ||
247 | |||
248 | To compile this driver as a module, choose M here: the | ||
249 | module will be called mtouchusb. | ||
250 | |||
251 | config USB_ITMTOUCH | ||
252 | tristate "ITM Touch USB Touchscreen Driver" | ||
253 | depends on USB && INPUT && !USB_TOUCHSCREEN_ITM | ||
254 | ---help--- | ||
255 | Say Y here if you want to use a ITM Touch USB | ||
256 | Touchscreen controller. | ||
257 | |||
258 | This touchscreen is used in LG 1510SF monitors. | ||
259 | |||
260 | To compile this driver as a module, choose M here: the | ||
261 | module will be called itmtouch. | ||
262 | |||
263 | config USB_EGALAX | ||
264 | tristate "eGalax TouchKit USB Touchscreen Driver" | ||
265 | depends on USB && INPUT && !USB_TOUCHSCREEN_EGALAX | ||
266 | ---help--- | ||
267 | Say Y here if you want to use a eGalax TouchKit USB | ||
268 | Touchscreen controller. | ||
269 | |||
270 | The driver has been tested on a Xenarc 700TSV monitor | ||
271 | with eGalax touchscreen. | ||
272 | |||
273 | Have a look at <http://linux.chapter7.ch/touchkit/> for | ||
274 | a usage description and the required user-space stuff. | ||
275 | |||
276 | To compile this driver as a module, choose M here: the | ||
277 | module will be called touchkitusb. | ||
278 | |||
279 | config USB_YEALINK | 239 | config USB_YEALINK |
280 | tristate "Yealink usb-p1k voip phone" | 240 | tristate "Yealink usb-p1k voip phone" |
281 | depends on USB && INPUT && EXPERIMENTAL | 241 | depends on USB && INPUT && EXPERIMENTAL |