1*ec8f24b7SThomas Gleixner# SPDX-License-Identifier: GPL-2.0-only 24104d13fSDmitry Torokhov# 34104d13fSDmitry Torokhov# Tablet driver configuration 44104d13fSDmitry Torokhov# 54104d13fSDmitry Torokhovmenuconfig INPUT_TABLET 64104d13fSDmitry Torokhov bool "Tablets" 74104d13fSDmitry Torokhov help 84104d13fSDmitry Torokhov Say Y here, and a list of supported tablets will be displayed. 94104d13fSDmitry Torokhov This option doesn't affect the kernel. 104104d13fSDmitry Torokhov 114104d13fSDmitry Torokhov If unsure, say Y. 124104d13fSDmitry Torokhov 134104d13fSDmitry Torokhovif INPUT_TABLET 144104d13fSDmitry Torokhov 154104d13fSDmitry Torokhovconfig TABLET_USB_ACECAD 164104d13fSDmitry Torokhov tristate "Acecad Flair tablet support (USB)" 177a86edefSAl Viro depends on USB_ARCH_HAS_HCD 184104d13fSDmitry Torokhov select USB 194104d13fSDmitry Torokhov help 204104d13fSDmitry Torokhov Say Y here if you want to use the USB version of the Acecad Flair 214104d13fSDmitry Torokhov tablet. Make sure to say Y to "Mouse support" 224104d13fSDmitry Torokhov (CONFIG_INPUT_MOUSEDEV) and/or "Event interface support" 234104d13fSDmitry Torokhov (CONFIG_INPUT_EVDEV) as well. 244104d13fSDmitry Torokhov 254104d13fSDmitry Torokhov To compile this driver as a module, choose M here: the 264104d13fSDmitry Torokhov module will be called acecad. 274104d13fSDmitry Torokhov 284104d13fSDmitry Torokhovconfig TABLET_USB_AIPTEK 29a32bcc45SGuryanov Dmitry tristate "Aiptek 6000U/8000U and Genius G_PEN tablet support (USB)" 307a86edefSAl Viro depends on USB_ARCH_HAS_HCD 314104d13fSDmitry Torokhov select USB 324104d13fSDmitry Torokhov help 33a32bcc45SGuryanov Dmitry Say Y here if you want to use the USB version of the Aiptek 6000U, 34a32bcc45SGuryanov Dmitry Aiptek 8000U or Genius G-PEN 560 tablet. Make sure to say Y to 35a32bcc45SGuryanov Dmitry "Mouse support" (CONFIG_INPUT_MOUSEDEV) and/or "Event interface 36a32bcc45SGuryanov Dmitry support" (CONFIG_INPUT_EVDEV) as well. 374104d13fSDmitry Torokhov 384104d13fSDmitry Torokhov To compile this driver as a module, choose M here: the 394104d13fSDmitry Torokhov module will be called aiptek. 404104d13fSDmitry Torokhov 41bba5394aSXing Weiconfig TABLET_USB_HANWANG 42bba5394aSXing Wei tristate "Hanwang Art Master III tablet support (USB)" 43bba5394aSXing Wei depends on USB_ARCH_HAS_HCD 44bba5394aSXing Wei select USB 45bba5394aSXing Wei help 46bba5394aSXing Wei Say Y here if you want to use the USB version of the Hanwang Art 47bba5394aSXing Wei Master III tablet. 48bba5394aSXing Wei 49bba5394aSXing Wei To compile this driver as a module, choose M here: the 50bba5394aSXing Wei module will be called hanwang. 51bba5394aSXing Wei 524104d13fSDmitry Torokhovconfig TABLET_USB_KBTAB 534104d13fSDmitry Torokhov tristate "KB Gear JamStudio tablet support (USB)" 547a86edefSAl Viro depends on USB_ARCH_HAS_HCD 554104d13fSDmitry Torokhov select USB 564104d13fSDmitry Torokhov help 574104d13fSDmitry Torokhov Say Y here if you want to use the USB version of the KB Gear 584104d13fSDmitry Torokhov JamStudio tablet. Make sure to say Y to "Mouse support" 594104d13fSDmitry Torokhov (CONFIG_INPUT_MOUSEDEV) and/or "Event interface support" 604104d13fSDmitry Torokhov (CONFIG_INPUT_EVDEV) as well. 614104d13fSDmitry Torokhov 624104d13fSDmitry Torokhov To compile this driver as a module, choose M here: the 634104d13fSDmitry Torokhov module will be called kbtab. 644104d13fSDmitry Torokhov 651afca2b6SMartin Kepplingerconfig TABLET_USB_PEGASUS 661afca2b6SMartin Kepplinger tristate "Pegasus Mobile Notetaker Pen input tablet support" 671afca2b6SMartin Kepplinger depends on USB_ARCH_HAS_HCD 681afca2b6SMartin Kepplinger select USB 691afca2b6SMartin Kepplinger help 701afca2b6SMartin Kepplinger Say Y here if you want to use the Pegasus Mobile Notetaker, 711afca2b6SMartin Kepplinger also known as: 721afca2b6SMartin Kepplinger Genie e-note The Notetaker, 731afca2b6SMartin Kepplinger Staedtler Digital ballpoint pen 990 01, 741afca2b6SMartin Kepplinger IRISnotes Express or 751afca2b6SMartin Kepplinger NEWLink Digital Note Taker. 761afca2b6SMartin Kepplinger 771afca2b6SMartin Kepplinger To compile this driver as a module, choose M here: the 781afca2b6SMartin Kepplinger module will be called pegasus_notetaker. 791afca2b6SMartin Kepplinger 80b4e05923SHans de Goedeconfig TABLET_SERIAL_WACOM4 81b4e05923SHans de Goede tristate "Wacom protocol 4 serial tablet support" 82b4e05923SHans de Goede select SERIO 83b4e05923SHans de Goede help 84b4e05923SHans de Goede Say Y here if you want to use Wacom protocol 4 serial tablets. 85b4e05923SHans de Goede E.g. serial versions of the Cintiq, Graphire or Penpartner. 86b4e05923SHans de Goede 87b4e05923SHans de Goede To compile this driver as a module, choose M here: the 88b4e05923SHans de Goede module will be called wacom_serial4. 89b4e05923SHans de Goede 904104d13fSDmitry Torokhovendif 91