diff options
Diffstat (limited to 'drivers/usb/input/Kconfig')
-rw-r--r-- | drivers/usb/input/Kconfig | 60 |
1 files changed, 0 insertions, 60 deletions
diff --git a/drivers/usb/input/Kconfig b/drivers/usb/input/Kconfig index a792e42f58af..86cad900c659 100644 --- a/drivers/usb/input/Kconfig +++ b/drivers/usb/input/Kconfig | |||
@@ -4,54 +4,6 @@ | |||
4 | comment "USB Input Devices" | 4 | comment "USB Input Devices" |
5 | depends on USB | 5 | depends on USB |
6 | 6 | ||
7 | config USB_AIPTEK | ||
8 | tristate "Aiptek 6000U/8000U tablet support" | ||
9 | depends on USB && INPUT | ||
10 | help | ||
11 | Say Y here if you want to use the USB version of the Aiptek 6000U | ||
12 | or Aiptek 8000U tablet. Make sure to say Y to "Mouse support" | ||
13 | (CONFIG_INPUT_MOUSEDEV) and/or "Event interface support" | ||
14 | (CONFIG_INPUT_EVDEV) as well. | ||
15 | |||
16 | To compile this driver as a module, choose M here: the | ||
17 | module will be called aiptek. | ||
18 | |||
19 | config USB_WACOM | ||
20 | tristate "Wacom Intuos/Graphire tablet support" | ||
21 | depends on USB && INPUT | ||
22 | help | ||
23 | Say Y here if you want to use the USB version of the Wacom Intuos | ||
24 | or Graphire tablet. Make sure to say Y to "Mouse support" | ||
25 | (CONFIG_INPUT_MOUSEDEV) and/or "Event interface support" | ||
26 | (CONFIG_INPUT_EVDEV) as well. | ||
27 | |||
28 | To compile this driver as a module, choose M here: the | ||
29 | module will be called wacom. | ||
30 | |||
31 | config USB_ACECAD | ||
32 | tristate "Acecad Flair tablet support" | ||
33 | depends on USB && INPUT | ||
34 | help | ||
35 | Say Y here if you want to use the USB version of the Acecad Flair | ||
36 | tablet. Make sure to say Y to "Mouse support" | ||
37 | (CONFIG_INPUT_MOUSEDEV) and/or "Event interface support" | ||
38 | (CONFIG_INPUT_EVDEV) as well. | ||
39 | |||
40 | To compile this driver as a module, choose M here: the | ||
41 | module will be called acecad. | ||
42 | |||
43 | config USB_KBTAB | ||
44 | tristate "KB Gear JamStudio tablet support" | ||
45 | depends on USB && INPUT | ||
46 | help | ||
47 | Say Y here if you want to use the USB version of the KB Gear | ||
48 | JamStudio tablet. Make sure to say Y to "Mouse support" | ||
49 | (CONFIG_INPUT_MOUSEDEV) and/or "Event interface support" | ||
50 | (CONFIG_INPUT_EVDEV) as well. | ||
51 | |||
52 | To compile this driver as a module, choose M here: the | ||
53 | module will be called kbtab. | ||
54 | |||
55 | config USB_POWERMATE | 7 | config USB_POWERMATE |
56 | tristate "Griffin PowerMate and Contour Jog support" | 8 | tristate "Griffin PowerMate and Contour Jog support" |
57 | depends on USB && INPUT | 9 | depends on USB && INPUT |
@@ -211,15 +163,3 @@ config USB_APPLETOUCH | |||
211 | 163 | ||
212 | To compile this driver as a module, choose M here: the | 164 | To compile this driver as a module, choose M here: the |
213 | module will be called appletouch. | 165 | module will be called appletouch. |
214 | |||
215 | config USB_GTCO | ||
216 | tristate "GTCO CalComp/InterWrite USB Support" | ||
217 | depends on USB && INPUT | ||
218 | ---help--- | ||
219 | Say Y here if you want to use the USB version of the GTCO | ||
220 | CalComp/InterWrite Tablet. Make sure to say Y to "Mouse support" | ||
221 | (CONFIG_INPUT_MOUSEDEV) and/or "Event interface support" | ||
222 | (CONFIG_INPUT_EVDEV) as well. | ||
223 | |||
224 | To compile this driver as a module, choose M here: the | ||
225 | module will be called gtco. | ||