0001 # SPDX-License-Identifier: GPL-2.0-only
0002 #
0003 # Tablet driver configuration
0004 #
0005 menuconfig INPUT_TABLET
0006 bool "Tablets"
0007 help
0008 Say Y here, and a list of supported tablets will be displayed.
0009 This option doesn't affect the kernel.
0010
0011 If unsure, say Y.
0012
0013 if INPUT_TABLET
0014
0015 config TABLET_USB_ACECAD
0016 tristate "Acecad Flair tablet support (USB)"
0017 depends on USB_ARCH_HAS_HCD
0018 select USB
0019 help
0020 Say Y here if you want to use the USB version of the Acecad Flair
0021 tablet. Make sure to say Y to "Mouse support"
0022 (CONFIG_INPUT_MOUSEDEV) and/or "Event interface support"
0023 (CONFIG_INPUT_EVDEV) as well.
0024
0025 To compile this driver as a module, choose M here: the
0026 module will be called acecad.
0027
0028 config TABLET_USB_AIPTEK
0029 tristate "Aiptek 6000U/8000U and Genius G_PEN tablet support (USB)"
0030 depends on USB_ARCH_HAS_HCD
0031 select USB
0032 help
0033 Say Y here if you want to use the USB version of the Aiptek 6000U,
0034 Aiptek 8000U or Genius G-PEN 560 tablet. Make sure to say Y to
0035 "Mouse support" (CONFIG_INPUT_MOUSEDEV) and/or "Event interface
0036 support" (CONFIG_INPUT_EVDEV) as well.
0037
0038 To compile this driver as a module, choose M here: the
0039 module will be called aiptek.
0040
0041 config TABLET_USB_HANWANG
0042 tristate "Hanwang Art Master III tablet support (USB)"
0043 depends on USB_ARCH_HAS_HCD
0044 select USB
0045 help
0046 Say Y here if you want to use the USB version of the Hanwang Art
0047 Master III tablet.
0048
0049 To compile this driver as a module, choose M here: the
0050 module will be called hanwang.
0051
0052 config TABLET_USB_KBTAB
0053 tristate "KB Gear JamStudio tablet support (USB)"
0054 depends on USB_ARCH_HAS_HCD
0055 select USB
0056 help
0057 Say Y here if you want to use the USB version of the KB Gear
0058 JamStudio tablet. Make sure to say Y to "Mouse support"
0059 (CONFIG_INPUT_MOUSEDEV) and/or "Event interface support"
0060 (CONFIG_INPUT_EVDEV) as well.
0061
0062 To compile this driver as a module, choose M here: the
0063 module will be called kbtab.
0064
0065 config TABLET_USB_PEGASUS
0066 tristate "Pegasus Mobile Notetaker Pen input tablet support"
0067 depends on USB_ARCH_HAS_HCD
0068 select USB
0069 help
0070 Say Y here if you want to use the Pegasus Mobile Notetaker,
0071 also known as:
0072 Genie e-note The Notetaker,
0073 Staedtler Digital ballpoint pen 990 01,
0074 IRISnotes Express or
0075 NEWLink Digital Note Taker.
0076
0077 To compile this driver as a module, choose M here: the
0078 module will be called pegasus_notetaker.
0079
0080 config TABLET_SERIAL_WACOM4
0081 tristate "Wacom protocol 4 serial tablet support"
0082 select SERIO
0083 help
0084 Say Y here if you want to use Wacom protocol 4 serial tablets.
0085 E.g. serial versions of the Cintiq, Graphire or Penpartner.
0086
0087 To compile this driver as a module, choose M here: the
0088 module will be called wacom_serial4.
0089
0090 endif