Dmitry Torokhov | 4104d13 | 2007-05-07 16:16:29 -0400 | [diff] [blame] | 1 | # |
| 2 | # Tablet driver configuration |
| 3 | # |
| 4 | menuconfig 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 | |
| 12 | if INPUT_TABLET |
| 13 | |
| 14 | config TABLET_USB_ACECAD |
| 15 | tristate "Acecad Flair tablet support (USB)" |
Al Viro | 7a86ede | 2007-05-15 20:36:20 +0100 | [diff] [blame] | 16 | depends on USB_ARCH_HAS_HCD |
Dmitry Torokhov | 4104d13 | 2007-05-07 16:16:29 -0400 | [diff] [blame] | 17 | 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 | |
| 27 | config TABLET_USB_AIPTEK |
Guryanov Dmitry | a32bcc4 | 2008-03-10 03:08:58 -0700 | [diff] [blame] | 28 | tristate "Aiptek 6000U/8000U and Genius G_PEN tablet support (USB)" |
Al Viro | 7a86ede | 2007-05-15 20:36:20 +0100 | [diff] [blame] | 29 | depends on USB_ARCH_HAS_HCD |
Dmitry Torokhov | 4104d13 | 2007-05-07 16:16:29 -0400 | [diff] [blame] | 30 | select USB |
| 31 | help |
Guryanov Dmitry | a32bcc4 | 2008-03-10 03:08:58 -0700 | [diff] [blame] | 32 | Say Y here if you want to use the USB version of the Aiptek 6000U, |
| 33 | Aiptek 8000U or Genius G-PEN 560 tablet. Make sure to say Y to |
| 34 | "Mouse support" (CONFIG_INPUT_MOUSEDEV) and/or "Event interface |
| 35 | support" (CONFIG_INPUT_EVDEV) as well. |
Dmitry Torokhov | 4104d13 | 2007-05-07 16:16:29 -0400 | [diff] [blame] | 36 | |
| 37 | To compile this driver as a module, choose M here: the |
| 38 | module will be called aiptek. |
| 39 | |
| 40 | config 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 | |
Xing Wei | bba5394 | 2010-09-01 23:25:35 -0700 | [diff] [blame] | 52 | config TABLET_USB_HANWANG |
| 53 | tristate "Hanwang Art Master III tablet support (USB)" |
| 54 | depends on USB_ARCH_HAS_HCD |
| 55 | select USB |
| 56 | help |
| 57 | Say Y here if you want to use the USB version of the Hanwang Art |
| 58 | Master III tablet. |
| 59 | |
| 60 | To compile this driver as a module, choose M here: the |
| 61 | module will be called hanwang. |
| 62 | |
Dmitry Torokhov | 4104d13 | 2007-05-07 16:16:29 -0400 | [diff] [blame] | 63 | config TABLET_USB_KBTAB |
| 64 | tristate "KB Gear JamStudio tablet support (USB)" |
Al Viro | 7a86ede | 2007-05-15 20:36:20 +0100 | [diff] [blame] | 65 | depends on USB_ARCH_HAS_HCD |
Dmitry Torokhov | 4104d13 | 2007-05-07 16:16:29 -0400 | [diff] [blame] | 66 | select USB |
| 67 | help |
| 68 | Say Y here if you want to use the USB version of the KB Gear |
| 69 | JamStudio tablet. Make sure to say Y to "Mouse support" |
| 70 | (CONFIG_INPUT_MOUSEDEV) and/or "Event interface support" |
| 71 | (CONFIG_INPUT_EVDEV) as well. |
| 72 | |
| 73 | To compile this driver as a module, choose M here: the |
| 74 | module will be called kbtab. |
| 75 | |
| 76 | config TABLET_USB_WACOM |
| 77 | tristate "Wacom Intuos/Graphire tablet support (USB)" |
Al Viro | 7a86ede | 2007-05-15 20:36:20 +0100 | [diff] [blame] | 78 | depends on USB_ARCH_HAS_HCD |
Dmitry Torokhov | 4104d13 | 2007-05-07 16:16:29 -0400 | [diff] [blame] | 79 | select USB |
| 80 | help |
| 81 | Say Y here if you want to use the USB version of the Wacom Intuos |
| 82 | or Graphire tablet. Make sure to say Y to "Mouse support" |
| 83 | (CONFIG_INPUT_MOUSEDEV) and/or "Event interface support" |
| 84 | (CONFIG_INPUT_EVDEV) as well. |
| 85 | |
| 86 | To compile this driver as a module, choose M here: the |
| 87 | module will be called wacom. |
| 88 | |
| 89 | endif |