Kconfig 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410
  1. #
  2. # Mouse driver configuration
  3. #
  4. menuconfig INPUT_MOUSE
  5. bool "Mice"
  6. default y
  7. help
  8. Say Y here, and a list of supported mice will be displayed.
  9. This option doesn't affect the kernel.
  10. If unsure, say Y.
  11. if INPUT_MOUSE
  12. config MOUSE_PS2
  13. tristate "PS/2 mouse"
  14. default y
  15. select SERIO
  16. select SERIO_LIBPS2
  17. select SERIO_I8042 if ARCH_MIGHT_HAVE_PC_SERIO
  18. select SERIO_GSCPS2 if GSC
  19. help
  20. Say Y here if you have a PS/2 mouse connected to your system. This
  21. includes the standard 2 or 3-button PS/2 mouse, as well as PS/2
  22. mice with wheels and extra buttons, Microsoft, Logitech or Genius
  23. compatible.
  24. Synaptics, ALPS or Elantech TouchPad users might be interested
  25. in a specialized Xorg/XFree86 driver at:
  26. <http://w1.894.telia.com/~u89404340/touchpad/index.html>
  27. and a new version of GPM at:
  28. <http://www.geocities.com/dt_or/gpm/gpm.html>
  29. <http://xorg.freedesktop.org/archive/individual/driver/>
  30. to take advantage of the advanced features of the touchpad.
  31. If unsure, say Y.
  32. To compile this driver as a module, choose M here: the
  33. module will be called psmouse.
  34. config MOUSE_PS2_ALPS
  35. bool "ALPS PS/2 mouse protocol extension" if EXPERT
  36. default y
  37. depends on MOUSE_PS2
  38. help
  39. Say Y here if you have an ALPS PS/2 touchpad connected to
  40. your system.
  41. If unsure, say Y.
  42. config MOUSE_PS2_LOGIPS2PP
  43. bool "Logitech PS/2++ mouse protocol extension" if EXPERT
  44. default y
  45. depends on MOUSE_PS2
  46. help
  47. Say Y here if you have a Logitech PS/2++ mouse connected to
  48. your system.
  49. If unsure, say Y.
  50. config MOUSE_PS2_SYNAPTICS
  51. bool "Synaptics PS/2 mouse protocol extension" if EXPERT
  52. default y
  53. depends on MOUSE_PS2
  54. help
  55. Say Y here if you have a Synaptics PS/2 TouchPad connected to
  56. your system.
  57. If unsure, say Y.
  58. config MOUSE_PS2_CYPRESS
  59. bool "Cypress PS/2 mouse protocol extension" if EXPERT
  60. default y
  61. depends on MOUSE_PS2
  62. help
  63. Say Y here if you have a Cypress PS/2 Trackpad connected to
  64. your system.
  65. If unsure, say Y.
  66. config MOUSE_PS2_LIFEBOOK
  67. bool "Fujitsu Lifebook PS/2 mouse protocol extension" if EXPERT
  68. default y
  69. depends on MOUSE_PS2 && X86 && DMI
  70. help
  71. Say Y here if you have a Fujitsu B-series Lifebook PS/2
  72. TouchScreen connected to your system.
  73. If unsure, say Y.
  74. config MOUSE_PS2_TRACKPOINT
  75. bool "IBM Trackpoint PS/2 mouse protocol extension" if EXPERT
  76. default y
  77. depends on MOUSE_PS2
  78. help
  79. Say Y here if you have an IBM Trackpoint PS/2 mouse connected
  80. to your system.
  81. If unsure, say Y.
  82. config MOUSE_PS2_ELANTECH
  83. bool "Elantech PS/2 protocol extension"
  84. depends on MOUSE_PS2
  85. help
  86. Say Y here if you have an Elantech PS/2 touchpad connected
  87. to your system.
  88. This driver exposes some configuration registers via sysfs
  89. entries. For further information,
  90. see <file:Documentation/input/elantech.txt>.
  91. If unsure, say N.
  92. config MOUSE_PS2_SENTELIC
  93. bool "Sentelic Finger Sensing Pad PS/2 protocol extension"
  94. depends on MOUSE_PS2
  95. help
  96. Say Y here if you have a laptop (such as MSI WIND Netbook)
  97. with Sentelic Finger Sensing Pad touchpad.
  98. If unsure, say N.
  99. config MOUSE_PS2_TOUCHKIT
  100. bool "eGalax TouchKit PS/2 protocol extension"
  101. depends on MOUSE_PS2
  102. help
  103. Say Y here if you have an eGalax TouchKit PS/2 touchscreen
  104. connected to your system.
  105. If unsure, say N.
  106. config MOUSE_PS2_OLPC
  107. bool "OLPC PS/2 mouse protocol extension"
  108. depends on MOUSE_PS2 && OLPC
  109. help
  110. Say Y here if you have an OLPC XO-1 laptop (with built-in
  111. PS/2 touchpad/tablet device). The manufacturer calls the
  112. touchpad an HGPK.
  113. If unsure, say N.
  114. config MOUSE_PS2_FOCALTECH
  115. bool "FocalTech PS/2 mouse protocol extension" if EXPERT
  116. default y
  117. depends on MOUSE_PS2
  118. help
  119. Say Y here if you have a FocalTech PS/2 TouchPad connected to
  120. your system.
  121. If unsure, say Y.
  122. config MOUSE_SERIAL
  123. tristate "Serial mouse"
  124. select SERIO
  125. help
  126. Say Y here if you have a serial (RS-232, COM port) mouse connected
  127. to your system. This includes Sun, MouseSystems, Microsoft,
  128. Logitech and all other compatible serial mice.
  129. If unsure, say N.
  130. To compile this driver as a module, choose M here: the
  131. module will be called sermouse.
  132. config MOUSE_APPLETOUCH
  133. tristate "Apple USB Touchpad support"
  134. depends on USB_ARCH_HAS_HCD
  135. select USB
  136. help
  137. Say Y here if you want to use an Apple USB Touchpad.
  138. These are the touchpads that can be found on post-February 2005
  139. Apple Powerbooks (prior models have a Synaptics touchpad connected
  140. to the ADB bus).
  141. This driver provides a basic mouse driver but can be interfaced
  142. with the synaptics X11 driver to provide acceleration and
  143. scrolling in X11.
  144. For further information, see
  145. <file:Documentation/input/appletouch.txt>.
  146. To compile this driver as a module, choose M here: the
  147. module will be called appletouch.
  148. config MOUSE_BCM5974
  149. tristate "Apple USB BCM5974 Multitouch trackpad support"
  150. depends on USB_ARCH_HAS_HCD
  151. select USB
  152. help
  153. Say Y here if you have an Apple USB BCM5974 Multitouch
  154. trackpad.
  155. The BCM5974 is the multitouch trackpad found in the Macbook
  156. Air (JAN2008) and Macbook Pro Penryn (FEB2008) laptops.
  157. It is also found in the IPhone (2007) and Ipod Touch (2008).
  158. This driver provides multitouch functionality together with
  159. the synaptics X11 driver.
  160. The interface is currently identical to the appletouch interface,
  161. for further information, see
  162. <file:Documentation/input/appletouch.txt>.
  163. To compile this driver as a module, choose M here: the
  164. module will be called bcm5974.
  165. config MOUSE_CYAPA
  166. tristate "Cypress APA I2C Trackpad support"
  167. depends on I2C
  168. select CRC_ITU_T
  169. help
  170. This driver adds support for Cypress All Points Addressable (APA)
  171. I2C Trackpads, including the ones used in 2012 Samsung Chromebooks.
  172. Say Y here if you have a Cypress APA I2C Trackpad.
  173. To compile this driver as a module, choose M here: the module will be
  174. called cyapa.
  175. config MOUSE_ELAN_I2C
  176. tristate "ELAN I2C Touchpad support"
  177. depends on I2C
  178. help
  179. This driver adds support for Elan I2C/SMbus Trackpads.
  180. Say Y here if you have a ELAN I2C/SMbus Touchpad.
  181. To compile this driver as a module, choose M here: the module will be
  182. called elan_i2c.
  183. config MOUSE_ELAN_I2C_I2C
  184. bool "Enable I2C support"
  185. depends on MOUSE_ELAN_I2C
  186. default y
  187. help
  188. Say Y here if Elan Touchpad in your system is connected to
  189. a standard I2C controller.
  190. If unsure, say Y.
  191. config MOUSE_ELAN_I2C_SMBUS
  192. bool "Enable SMbus support"
  193. depends on MOUSE_ELAN_I2C
  194. help
  195. Say Y here if Elan Touchpad in your system is connected to
  196. a SMbus adapter.
  197. If unsure, say Y.
  198. config MOUSE_INPORT
  199. tristate "InPort/MS/ATIXL busmouse"
  200. depends on ISA
  201. help
  202. Say Y here if you have an InPort, Microsoft or ATI XL busmouse.
  203. They are rather rare these days.
  204. To compile this driver as a module, choose M here: the
  205. module will be called inport.
  206. config MOUSE_ATIXL
  207. bool "ATI XL variant"
  208. depends on MOUSE_INPORT
  209. help
  210. Say Y here if your mouse is of the ATI XL variety.
  211. config MOUSE_LOGIBM
  212. tristate "Logitech busmouse"
  213. depends on ISA
  214. help
  215. Say Y here if you have a Logitech busmouse.
  216. They are rather rare these days.
  217. To compile this driver as a module, choose M here: the
  218. module will be called logibm.
  219. config MOUSE_PC110PAD
  220. tristate "IBM PC110 touchpad"
  221. depends on ISA
  222. help
  223. Say Y if you have the IBM PC-110 micro-notebook and want its
  224. touchpad supported.
  225. To compile this driver as a module, choose M here: the
  226. module will be called pc110pad.
  227. config MOUSE_AMIGA
  228. tristate "Amiga mouse"
  229. depends on AMIGA
  230. help
  231. Say Y here if you have an Amiga and want its native mouse
  232. supported by the kernel.
  233. To compile this driver as a module, choose M here: the
  234. module will be called amimouse.
  235. config MOUSE_ATARI
  236. tristate "Atari mouse"
  237. depends on ATARI
  238. select ATARI_KBD_CORE
  239. help
  240. Say Y here if you have an Atari and want its native mouse
  241. supported by the kernel.
  242. To compile this driver as a module, choose M here: the
  243. module will be called atarimouse.
  244. config MOUSE_RISCPC
  245. tristate "Acorn RiscPC mouse"
  246. depends on ARCH_ACORN
  247. help
  248. Say Y here if you have the Acorn RiscPC computer and want its
  249. native mouse supported.
  250. To compile this driver as a module, choose M here: the
  251. module will be called rpcmouse.
  252. config MOUSE_VSXXXAA
  253. tristate "DEC VSXXX-AA/GA mouse and VSXXX-AB tablet"
  254. select SERIO
  255. help
  256. Say Y (or M) if you want to use a DEC VSXXX-AA (hockey
  257. puck) or a VSXXX-GA (rectangular) mouse. Theses mice are
  258. typically used on DECstations or VAXstations, but can also
  259. be used on any box capable of RS232 (with some adaptor
  260. described in the source file). This driver also works with the
  261. digitizer (VSXXX-AB) DEC produced.
  262. config MOUSE_GPIO
  263. tristate "GPIO mouse"
  264. depends on GPIOLIB
  265. select INPUT_POLLDEV
  266. help
  267. This driver simulates a mouse on GPIO lines of various CPUs (and some
  268. other chips).
  269. Say Y here if your device has buttons or a simple joystick connected
  270. directly to GPIO lines. Your board-specific setup logic must also
  271. provide a platform device and platform data saying which GPIOs are
  272. used.
  273. To compile this driver as a module, choose M here: the
  274. module will be called gpio_mouse.
  275. config MOUSE_PXA930_TRKBALL
  276. tristate "PXA930 Trackball mouse"
  277. depends on CPU_PXA930 || CPU_PXA935
  278. help
  279. Say Y here to support PXA930 Trackball mouse.
  280. config MOUSE_MAPLE
  281. tristate "Maple mouse (for the Dreamcast)"
  282. depends on MAPLE
  283. help
  284. This driver supports the Maple mouse on the SEGA Dreamcast.
  285. Most Dreamcast users, who have a mouse, will say Y here.
  286. To compile this driver as a module choose M here: the module will be
  287. called maplemouse.
  288. config MOUSE_SYNAPTICS_I2C
  289. tristate "Synaptics I2C Touchpad support"
  290. depends on I2C
  291. help
  292. This driver supports Synaptics I2C touchpad controller on eXeda
  293. mobile device.
  294. The device will not work the synaptics X11 driver because
  295. (i) it reports only relative coordinates and has no capabilities
  296. to report absolute coordinates
  297. (ii) the eXeda device itself uses Xfbdev as X Server and it does
  298. not allow using xf86-input-* drivers.
  299. Say y here if you have eXeda device and want to use a Synaptics
  300. I2C Touchpad.
  301. To compile this driver as a module, choose M here: the
  302. module will be called synaptics_i2c.
  303. config MOUSE_SYNAPTICS_USB
  304. tristate "Synaptics USB device support"
  305. depends on USB_ARCH_HAS_HCD
  306. select USB
  307. help
  308. Say Y here if you want to use a Synaptics USB touchpad or pointing
  309. stick.
  310. While these devices emulate an USB mouse by default and can be used
  311. with standard usbhid driver, this driver, together with its X.Org
  312. counterpart, allows you to fully utilize capabilities of the device.
  313. More information can be found at:
  314. <http://jan-steinhoff.de/linux/synaptics-usb.html>
  315. To compile this driver as a module, choose M here: the
  316. module will be called synaptics_usb.
  317. config MOUSE_NAVPOINT_PXA27x
  318. tristate "Synaptics NavPoint (PXA27x SSP/SPI)"
  319. depends on PXA27x && PXA_SSP
  320. help
  321. This driver adds support for the Synaptics NavPoint touchpad connected
  322. to a PXA27x SSP port in SPI slave mode. The device emulates a mouse;
  323. a tap or tap-and-a-half drag gesture emulates the left mouse button.
  324. For example, use the xf86-input-evdev driver for an X pointing device.
  325. To compile this driver as a module, choose M here: the
  326. module will be called navpoint.
  327. endif