^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1) # SPDX-License-Identifier: GPL-2.0-only
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 2) #
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 3) # Tablet driver configuration
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 4) #
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 5) menuconfig INPUT_TABLET
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 6) bool "Tablets"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 7) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 8) Say Y here, and a list of supported tablets will be displayed.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 9) This option doesn't affect the kernel.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 10)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 11) If unsure, say Y.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 12)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 13) if INPUT_TABLET
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 14)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 15) config TABLET_USB_ACECAD
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 16) tristate "Acecad Flair tablet support (USB)"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 17) depends on USB_ARCH_HAS_HCD
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 18) select USB
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 19) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 20) Say Y here if you want to use the USB version of the Acecad Flair
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 21) tablet. Make sure to say Y to "Mouse support"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 22) (CONFIG_INPUT_MOUSEDEV) and/or "Event interface support"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 23) (CONFIG_INPUT_EVDEV) as well.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 24)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 25) To compile this driver as a module, choose M here: the
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 26) module will be called acecad.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 27)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 28) config TABLET_USB_AIPTEK
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 29) tristate "Aiptek 6000U/8000U and Genius G_PEN tablet support (USB)"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 30) depends on USB_ARCH_HAS_HCD
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 31) select USB
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 32) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 33) Say Y here if you want to use the USB version of the Aiptek 6000U,
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 34) Aiptek 8000U or Genius G-PEN 560 tablet. Make sure to say Y to
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 35) "Mouse support" (CONFIG_INPUT_MOUSEDEV) and/or "Event interface
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 36) support" (CONFIG_INPUT_EVDEV) as well.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 37)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 38) To compile this driver as a module, choose M here: the
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 39) module will be called aiptek.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 40)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 41) config TABLET_USB_GTCO
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 42) tristate "GTCO CalComp/InterWrite USB Support"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 43) depends on USB && INPUT
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 44) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 45) Say Y here if you want to use the USB version of the GTCO
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 46) CalComp/InterWrite Tablet. Make sure to say Y to "Mouse support"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 47) (CONFIG_INPUT_MOUSEDEV) and/or "Event interface support"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 48) (CONFIG_INPUT_EVDEV) as well.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 49)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 50) To compile this driver as a module, choose M here: the
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 51) module will be called gtco.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 52)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 53) config TABLET_USB_HANWANG
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 54) tristate "Hanwang Art Master III tablet support (USB)"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 55) depends on USB_ARCH_HAS_HCD
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 56) select USB
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 57) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 58) Say Y here if you want to use the USB version of the Hanwang Art
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 59) Master III tablet.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 60)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 61) To compile this driver as a module, choose M here: the
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 62) module will be called hanwang.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 63)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 64) config TABLET_USB_KBTAB
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 65) tristate "KB Gear JamStudio tablet support (USB)"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 66) depends on USB_ARCH_HAS_HCD
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 67) select USB
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 68) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 69) Say Y here if you want to use the USB version of the KB Gear
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 70) JamStudio tablet. Make sure to say Y to "Mouse support"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 71) (CONFIG_INPUT_MOUSEDEV) and/or "Event interface support"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 72) (CONFIG_INPUT_EVDEV) as well.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 73)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 74) To compile this driver as a module, choose M here: the
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 75) module will be called kbtab.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 76)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 77) config TABLET_USB_PEGASUS
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 78) tristate "Pegasus Mobile Notetaker Pen input tablet support"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 79) depends on USB_ARCH_HAS_HCD
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 80) select USB
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 81) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 82) Say Y here if you want to use the Pegasus Mobile Notetaker,
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 83) also known as:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 84) Genie e-note The Notetaker,
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 85) Staedtler Digital ballpoint pen 990 01,
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 86) IRISnotes Express or
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 87) NEWLink Digital Note Taker.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 88)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 89) To compile this driver as a module, choose M here: the
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 90) module will be called pegasus_notetaker.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 91)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 92) config TABLET_SERIAL_WACOM4
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 93) tristate "Wacom protocol 4 serial tablet support"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 94) select SERIO
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 95) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 96) Say Y here if you want to use Wacom protocol 4 serial tablets.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 97) E.g. serial versions of the Cintiq, Graphire or Penpartner.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 98)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 99) To compile this driver as a module, choose M here: the
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 100) module will be called wacom_serial4.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 101)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 102) endif