1 # SPDX-License-Identifier: GPL-2.0-only
3 # Tablet driver configuration
5 menuconfig INPUT_TABLET
8 Say Y here, and a list of supported tablets will be displayed.
9 This option doesn't affect the kernel.
15 config TABLET_USB_ACECAD
16 tristate "Acecad Flair tablet support (USB)"
17 depends on USB_ARCH_HAS_HCD
20 Say Y here if you want to use the USB version of the Acecad Flair
21 tablet. Make sure to say Y to "Mouse support"
22 (CONFIG_INPUT_MOUSEDEV) and/or "Event interface support"
23 (CONFIG_INPUT_EVDEV) as well.
25 To compile this driver as a module, choose M here: the
26 module will be called acecad.
28 config TABLET_USB_AIPTEK
29 tristate "Aiptek 6000U/8000U and Genius G_PEN tablet support (USB)"
30 depends on USB_ARCH_HAS_HCD
33 Say Y here if you want to use the USB version of the Aiptek 6000U,
34 Aiptek 8000U or Genius G-PEN 560 tablet. Make sure to say Y to
35 "Mouse support" (CONFIG_INPUT_MOUSEDEV) and/or "Event interface
36 support" (CONFIG_INPUT_EVDEV) as well.
38 To compile this driver as a module, choose M here: the
39 module will be called aiptek.
41 config TABLET_USB_HANWANG
42 tristate "Hanwang Art Master III tablet support (USB)"
43 depends on USB_ARCH_HAS_HCD
46 Say Y here if you want to use the USB version of the Hanwang Art
49 To compile this driver as a module, choose M here: the
50 module will be called hanwang.
52 config TABLET_USB_KBTAB
53 tristate "KB Gear JamStudio tablet support (USB)"
54 depends on USB_ARCH_HAS_HCD
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.
62 To compile this driver as a module, choose M here: the
63 module will be called kbtab.
65 config TABLET_USB_PEGASUS
66 tristate "Pegasus Mobile Notetaker Pen input tablet support"
67 depends on USB_ARCH_HAS_HCD
70 Say Y here if you want to use the Pegasus Mobile Notetaker,
72 Genie e-note The Notetaker,
73 Staedtler Digital ballpoint pen 990 01,
75 NEWLink Digital Note Taker.
77 To compile this driver as a module, choose M here: the
78 module will be called pegasus_notetaker.
80 config TABLET_SERIAL_WACOM4
81 tristate "Wacom protocol 4 serial tablet support"
84 Say Y here if you want to use Wacom protocol 4 serial tablets.
85 E.g. serial versions of the Cintiq, Graphire or Penpartner.
87 To compile this driver as a module, choose M here: the
88 module will be called wacom_serial4.