# # Tablet driver configuration # menuconfig [31mCONFIG_INPUT_TABLET[0m bool "Tablets" help Say Y here, and a list of supported tablets will be displayed. This option doesn't affect the kernel. If unsure, say Y. if [31mCONFIG_INPUT_TABLET[0m config [31mCONFIG_TABLET_USB_ACECAD[0m tristate "Acecad Flair tablet support (USB)" depends on [31mCONFIG_USB_ARCH_HAS_HCD[0m select [31mCONFIG_USB[0m help Say Y here if you want to use the [31mCONFIG_USB[0m version of the Acecad Flair tablet. Make sure to say Y to "Mouse support" (CONFIG_INPUT_MOUSEDEV) and/or "Event interface support" (CONFIG_INPUT_EVDEV) as well. To compile this driver as a module, choose [31mCONFIG_M[0m here: the module will be called acecad. config [31mCONFIG_TABLET_USB_AIPTEK[0m tristate "Aiptek 6000U/8000U and Genius G_PEN tablet support (USB)" depends on [31mCONFIG_USB_ARCH_HAS_HCD[0m select [31mCONFIG_USB[0m help Say Y here if you want to use the [31mCONFIG_USB[0m version of the Aiptek 6000U, Aiptek 8000U or Genius [31mCONFIG_G[0m-PEN 560 tablet. Make sure to say Y to "Mouse support" (CONFIG_INPUT_MOUSEDEV) and/or "Event interface support" (CONFIG_INPUT_EVDEV) as well. To compile this driver as a module, choose [31mCONFIG_M[0m here: the module will be called aiptek. config [31mCONFIG_TABLET_USB_GTCO[0m tristate "GTCO CalComp/InterWrite USB Support" depends on [31mCONFIG_USB[0m && [31mCONFIG_INPUT[0m help Say Y here if you want to use the [31mCONFIG_USB[0m version of the GTCO CalComp/InterWrite Tablet. Make sure to say Y to "Mouse support" (CONFIG_INPUT_MOUSEDEV) and/or "Event interface support" (CONFIG_INPUT_EVDEV) as well. To compile this driver as a module, choose [31mCONFIG_M[0m here: the module will be called gtco. config [31mCONFIG_TABLET_USB_HANWANG[0m tristate "Hanwang Art Master III tablet support (USB)" depends on [31mCONFIG_USB_ARCH_HAS_HCD[0m select [31mCONFIG_USB[0m help Say Y here if you want to use the [31mCONFIG_USB[0m version of the Hanwang Art Master III tablet. To compile this driver as a module, choose [31mCONFIG_M[0m here: the module will be called hanwang. config [31mCONFIG_TABLET_USB_KBTAB[0m tristate "KB Gear JamStudio tablet support (USB)" depends on [31mCONFIG_USB_ARCH_HAS_HCD[0m select [31mCONFIG_USB[0m help Say Y here if you want to use the [31mCONFIG_USB[0m version of the KB Gear JamStudio tablet. Make sure to say Y to "Mouse support" (CONFIG_INPUT_MOUSEDEV) and/or "Event interface support" (CONFIG_INPUT_EVDEV) as well. To compile this driver as a module, choose [31mCONFIG_M[0m here: the module will be called kbtab. config [31mCONFIG_TABLET_USB_PEGASUS[0m tristate "Pegasus Mobile Notetaker Pen input tablet support" depends on [31mCONFIG_USB_ARCH_HAS_HCD[0m select [31mCONFIG_USB[0m help Say Y here if you want to use the Pegasus Mobile Notetaker, also known as: Genie e-note The Notetaker, Staedtler Digital ballpoint pen 990 01, IRISnotes Express or NEWLink Digital Note Taker. To compile this driver as a module, choose [31mCONFIG_M[0m here: the module will be called pegasus_notetaker. config [31mCONFIG_TABLET_SERIAL_WACOM4[0m tristate "Wacom protocol 4 serial tablet support" select [31mCONFIG_SERIO[0m help Say Y here if you want to use Wacom protocol 4 serial tablets. [31mCONFIG_E[0m.g. serial versions of the Cintiq, Graphire or Penpartner. To compile this driver as a module, choose [31mCONFIG_M[0m here: the module will be called wacom_serial4. endif |