blob: d371c0bdc0bdbad09fd9e56e87f2526e5218f0ca [file] [log] [blame]
Dmitry Torokhov4104d132007-05-07 16:16:29 -04001#
2# Tablet driver configuration
3#
4menuconfig INPUT_TABLET
5 bool "Tablets"
6 help
7 Say Y here, and a list of supported tablets will be displayed.
8 This option doesn't affect the kernel.
9
10 If unsure, say Y.
11
12if INPUT_TABLET
13
14config TABLET_USB_ACECAD
15 tristate "Acecad Flair tablet support (USB)"
Al Viro7a86ede2007-05-15 20:36:20 +010016 depends on USB_ARCH_HAS_HCD
Dmitry Torokhov4104d132007-05-07 16:16:29 -040017 select USB
18 help
19 Say Y here if you want to use the USB version of the Acecad Flair
20 tablet. Make sure to say Y to "Mouse support"
21 (CONFIG_INPUT_MOUSEDEV) and/or "Event interface support"
22 (CONFIG_INPUT_EVDEV) as well.
23
24 To compile this driver as a module, choose M here: the
25 module will be called acecad.
26
27config TABLET_USB_AIPTEK
28 tristate "Aiptek 6000U/8000U tablet support (USB)"
Al Viro7a86ede2007-05-15 20:36:20 +010029 depends on USB_ARCH_HAS_HCD
Dmitry Torokhov4104d132007-05-07 16:16:29 -040030 select USB
31 help
32 Say Y here if you want to use the USB version of the Aiptek 6000U
33 or Aiptek 8000U tablet. Make sure to say Y to "Mouse support"
34 (CONFIG_INPUT_MOUSEDEV) and/or "Event interface support"
35 (CONFIG_INPUT_EVDEV) as well.
36
37 To compile this driver as a module, choose M here: the
38 module will be called aiptek.
39
40config TABLET_USB_GTCO
41 tristate "GTCO CalComp/InterWrite USB Support"
42 depends on USB && INPUT
43 help
44 Say Y here if you want to use the USB version of the GTCO
45 CalComp/InterWrite Tablet. Make sure to say Y to "Mouse support"
46 (CONFIG_INPUT_MOUSEDEV) and/or "Event interface support"
47 (CONFIG_INPUT_EVDEV) as well.
48
49 To compile this driver as a module, choose M here: the
50 module will be called gtco.
51
52config TABLET_USB_KBTAB
53 tristate "KB Gear JamStudio tablet support (USB)"
Al Viro7a86ede2007-05-15 20:36:20 +010054 depends on USB_ARCH_HAS_HCD
Dmitry Torokhov4104d132007-05-07 16:16:29 -040055 select USB
56 help
57 Say Y here if you want to use the USB version of the KB Gear
58 JamStudio tablet. Make sure to say Y to "Mouse support"
59 (CONFIG_INPUT_MOUSEDEV) and/or "Event interface support"
60 (CONFIG_INPUT_EVDEV) as well.
61
62 To compile this driver as a module, choose M here: the
63 module will be called kbtab.
64
65config TABLET_USB_WACOM
66 tristate "Wacom Intuos/Graphire tablet support (USB)"
Al Viro7a86ede2007-05-15 20:36:20 +010067 depends on USB_ARCH_HAS_HCD
Dmitry Torokhov4104d132007-05-07 16:16:29 -040068 select USB
69 help
70 Say Y here if you want to use the USB version of the Wacom Intuos
71 or Graphire tablet. Make sure to say Y to "Mouse support"
72 (CONFIG_INPUT_MOUSEDEV) and/or "Event interface support"
73 (CONFIG_INPUT_EVDEV) as well.
74
75 To compile this driver as a module, choose M here: the
76 module will be called wacom.
77
78endif