diff options
author | Dmitry Torokhov <dtor@insightbb.com> | 2007-05-07 16:38:49 -0400 |
---|---|---|
committer | Dmitry Torokhov <dtor@insightbb.com> | 2007-05-08 01:41:29 -0400 |
commit | d05e84e6cb21cca16987813fd3c271ebaed4233d (patch) | |
tree | 791dfc4d1df50d522b5938c36f2915a89f6386c8 /drivers/usb/input/Kconfig | |
parent | 4104d13fe0194736393d97c88ee045fb689c783b (diff) |
Input: move USB touchscreens under drivers/input/touchscreen
This will allow concentrating all input devices in one place
in {menu|x|q}config.
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
Acked-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/usb/input/Kconfig')
-rw-r--r-- | drivers/usb/input/Kconfig | 54 |
1 files changed, 0 insertions, 54 deletions
diff --git a/drivers/usb/input/Kconfig b/drivers/usb/input/Kconfig index 86cad900c659..68109a02b6cd 100644 --- a/drivers/usb/input/Kconfig +++ b/drivers/usb/input/Kconfig | |||
@@ -19,60 +19,6 @@ config USB_POWERMATE | |||
19 | To compile this driver as a module, choose M here: the | 19 | To compile this driver as a module, choose M here: the |
20 | module will be called powermate. | 20 | module will be called powermate. |
21 | 21 | ||
22 | config USB_TOUCHSCREEN | ||
23 | tristate "USB Touchscreen Driver" | ||
24 | depends on USB && INPUT | ||
25 | ---help--- | ||
26 | USB Touchscreen driver for: | ||
27 | - eGalax Touchkit USB (also includes eTurboTouch CT-410/510/700) | ||
28 | - PanJit TouchSet USB | ||
29 | - 3M MicroTouch USB (EX II series) | ||
30 | - ITM | ||
31 | - some other eTurboTouch | ||
32 | - Gunze AHL61 | ||
33 | - DMC TSC-10/25 | ||
34 | |||
35 | Have a look at <http://linux.chapter7.ch/touchkit/> for | ||
36 | a usage description and the required user-space stuff. | ||
37 | |||
38 | To compile this driver as a module, choose M here: the | ||
39 | module will be called usbtouchscreen. | ||
40 | |||
41 | config USB_TOUCHSCREEN_EGALAX | ||
42 | default y | ||
43 | bool "eGalax, eTurboTouch CT-410/510/700 device support" if EMBEDDED | ||
44 | depends on USB_TOUCHSCREEN | ||
45 | |||
46 | config USB_TOUCHSCREEN_PANJIT | ||
47 | default y | ||
48 | bool "PanJit device support" if EMBEDDED | ||
49 | depends on USB_TOUCHSCREEN | ||
50 | |||
51 | config USB_TOUCHSCREEN_3M | ||
52 | default y | ||
53 | bool "3M/Microtouch EX II series device support" if EMBEDDED | ||
54 | depends on USB_TOUCHSCREEN | ||
55 | |||
56 | config USB_TOUCHSCREEN_ITM | ||
57 | default y | ||
58 | bool "ITM device support" if EMBEDDED | ||
59 | depends on USB_TOUCHSCREEN | ||
60 | |||
61 | config USB_TOUCHSCREEN_ETURBO | ||
62 | default y | ||
63 | bool "eTurboTouch (non-eGalax compatible) device support" if EMBEDDED | ||
64 | depends on USB_TOUCHSCREEN | ||
65 | |||
66 | config USB_TOUCHSCREEN_GUNZE | ||
67 | default y | ||
68 | bool "Gunze AHL61 device support" if EMBEDDED | ||
69 | depends on USB_TOUCHSCREEN | ||
70 | |||
71 | config USB_TOUCHSCREEN_DMC_TSC10 | ||
72 | default y | ||
73 | bool "DMC TSC-10/25 device support" if EMBEDDED | ||
74 | depends on USB_TOUCHSCREEN | ||
75 | |||
76 | config USB_YEALINK | 22 | config USB_YEALINK |
77 | tristate "Yealink usb-p1k voip phone" | 23 | tristate "Yealink usb-p1k voip phone" |
78 | depends on USB && INPUT && EXPERIMENTAL | 24 | depends on USB && INPUT && EXPERIMENTAL |