162306a36Sopenharmony_ci# SPDX-License-Identifier: GPL-2.0-only 262306a36Sopenharmony_ci# 362306a36Sopenharmony_ci# Tablet driver configuration 462306a36Sopenharmony_ci# 562306a36Sopenharmony_cimenuconfig INPUT_TABLET 662306a36Sopenharmony_ci bool "Tablets" 762306a36Sopenharmony_ci help 862306a36Sopenharmony_ci Say Y here, and a list of supported tablets will be displayed. 962306a36Sopenharmony_ci This option doesn't affect the kernel. 1062306a36Sopenharmony_ci 1162306a36Sopenharmony_ci If unsure, say Y. 1262306a36Sopenharmony_ci 1362306a36Sopenharmony_ciif INPUT_TABLET 1462306a36Sopenharmony_ci 1562306a36Sopenharmony_ciconfig TABLET_USB_ACECAD 1662306a36Sopenharmony_ci tristate "Acecad Flair tablet support (USB)" 1762306a36Sopenharmony_ci depends on USB_ARCH_HAS_HCD 1862306a36Sopenharmony_ci select USB 1962306a36Sopenharmony_ci help 2062306a36Sopenharmony_ci Say Y here if you want to use the USB version of the Acecad Flair 2162306a36Sopenharmony_ci tablet. Make sure to say Y to "Mouse support" 2262306a36Sopenharmony_ci (CONFIG_INPUT_MOUSEDEV) and/or "Event interface support" 2362306a36Sopenharmony_ci (CONFIG_INPUT_EVDEV) as well. 2462306a36Sopenharmony_ci 2562306a36Sopenharmony_ci To compile this driver as a module, choose M here: the 2662306a36Sopenharmony_ci module will be called acecad. 2762306a36Sopenharmony_ci 2862306a36Sopenharmony_ciconfig TABLET_USB_AIPTEK 2962306a36Sopenharmony_ci tristate "Aiptek 6000U/8000U and Genius G_PEN tablet support (USB)" 3062306a36Sopenharmony_ci depends on USB_ARCH_HAS_HCD 3162306a36Sopenharmony_ci select USB 3262306a36Sopenharmony_ci help 3362306a36Sopenharmony_ci Say Y here if you want to use the USB version of the Aiptek 6000U, 3462306a36Sopenharmony_ci Aiptek 8000U or Genius G-PEN 560 tablet. Make sure to say Y to 3562306a36Sopenharmony_ci "Mouse support" (CONFIG_INPUT_MOUSEDEV) and/or "Event interface 3662306a36Sopenharmony_ci support" (CONFIG_INPUT_EVDEV) as well. 3762306a36Sopenharmony_ci 3862306a36Sopenharmony_ci To compile this driver as a module, choose M here: the 3962306a36Sopenharmony_ci module will be called aiptek. 4062306a36Sopenharmony_ci 4162306a36Sopenharmony_ciconfig TABLET_USB_HANWANG 4262306a36Sopenharmony_ci tristate "Hanwang Art Master III tablet support (USB)" 4362306a36Sopenharmony_ci depends on USB_ARCH_HAS_HCD 4462306a36Sopenharmony_ci select USB 4562306a36Sopenharmony_ci help 4662306a36Sopenharmony_ci Say Y here if you want to use the USB version of the Hanwang Art 4762306a36Sopenharmony_ci Master III tablet. 4862306a36Sopenharmony_ci 4962306a36Sopenharmony_ci To compile this driver as a module, choose M here: the 5062306a36Sopenharmony_ci module will be called hanwang. 5162306a36Sopenharmony_ci 5262306a36Sopenharmony_ciconfig TABLET_USB_KBTAB 5362306a36Sopenharmony_ci tristate "KB Gear JamStudio tablet support (USB)" 5462306a36Sopenharmony_ci depends on USB_ARCH_HAS_HCD 5562306a36Sopenharmony_ci select USB 5662306a36Sopenharmony_ci help 5762306a36Sopenharmony_ci Say Y here if you want to use the USB version of the KB Gear 5862306a36Sopenharmony_ci JamStudio tablet. Make sure to say Y to "Mouse support" 5962306a36Sopenharmony_ci (CONFIG_INPUT_MOUSEDEV) and/or "Event interface support" 6062306a36Sopenharmony_ci (CONFIG_INPUT_EVDEV) as well. 6162306a36Sopenharmony_ci 6262306a36Sopenharmony_ci To compile this driver as a module, choose M here: the 6362306a36Sopenharmony_ci module will be called kbtab. 6462306a36Sopenharmony_ci 6562306a36Sopenharmony_ciconfig TABLET_USB_PEGASUS 6662306a36Sopenharmony_ci tristate "Pegasus Mobile Notetaker Pen input tablet support" 6762306a36Sopenharmony_ci depends on USB_ARCH_HAS_HCD 6862306a36Sopenharmony_ci select USB 6962306a36Sopenharmony_ci help 7062306a36Sopenharmony_ci Say Y here if you want to use the Pegasus Mobile Notetaker, 7162306a36Sopenharmony_ci also known as: 7262306a36Sopenharmony_ci Genie e-note The Notetaker, 7362306a36Sopenharmony_ci Staedtler Digital ballpoint pen 990 01, 7462306a36Sopenharmony_ci IRISnotes Express or 7562306a36Sopenharmony_ci NEWLink Digital Note Taker. 7662306a36Sopenharmony_ci 7762306a36Sopenharmony_ci To compile this driver as a module, choose M here: the 7862306a36Sopenharmony_ci module will be called pegasus_notetaker. 7962306a36Sopenharmony_ci 8062306a36Sopenharmony_ciconfig TABLET_SERIAL_WACOM4 8162306a36Sopenharmony_ci tristate "Wacom protocol 4 serial tablet support" 8262306a36Sopenharmony_ci select SERIO 8362306a36Sopenharmony_ci help 8462306a36Sopenharmony_ci Say Y here if you want to use Wacom protocol 4 serial tablets. 8562306a36Sopenharmony_ci E.g. serial versions of the Cintiq, Graphire or Penpartner. 8662306a36Sopenharmony_ci 8762306a36Sopenharmony_ci To compile this driver as a module, choose M here: the 8862306a36Sopenharmony_ci module will be called wacom_serial4. 8962306a36Sopenharmony_ci 9062306a36Sopenharmony_ciendif 91