Kconfig 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336
  1. #
  2. # Joystick driver configuration
  3. #
  4. menuconfig INPUT_JOYSTICK
  5. bool "Joysticks/Gamepads"
  6. help
  7. If you have a joystick, 6dof controller, gamepad, steering wheel,
  8. weapon control system or something like that you can say Y here
  9. and the list of supported devices will be displayed. This option
  10. doesn't affect the kernel.
  11. Please read the file <file:Documentation/input/joystick.txt> which
  12. contains more information.
  13. if INPUT_JOYSTICK
  14. config JOYSTICK_ANALOG
  15. tristate "Classic PC analog joysticks and gamepads"
  16. select GAMEPORT
  17. ---help---
  18. Say Y here if you have a joystick that connects to the PC
  19. gameport. In addition to the usual PC analog joystick, this driver
  20. supports many extensions, including joysticks with throttle control,
  21. with rudders, additional hats and buttons compatible with CH
  22. Flightstick Pro, ThrustMaster FCS, 6 and 8 button gamepads, or
  23. Saitek Cyborg joysticks.
  24. Please read the file <file:Documentation/input/joystick.txt> which
  25. contains more information.
  26. To compile this driver as a module, choose M here: the
  27. module will be called analog.
  28. config JOYSTICK_A3D
  29. tristate "Assassin 3D and MadCatz Panther devices"
  30. select GAMEPORT
  31. help
  32. Say Y here if you have an FPGaming or MadCatz controller using the
  33. A3D protocol over the PC gameport.
  34. To compile this driver as a module, choose M here: the
  35. module will be called a3d.
  36. config JOYSTICK_ADI
  37. tristate "Logitech ADI digital joysticks and gamepads"
  38. select GAMEPORT
  39. help
  40. Say Y here if you have a Logitech controller using the ADI
  41. protocol over the PC gameport.
  42. To compile this driver as a module, choose M here: the
  43. module will be called adi.
  44. config JOYSTICK_COBRA
  45. tristate "Creative Labs Blaster Cobra gamepad"
  46. select GAMEPORT
  47. help
  48. Say Y here if you have a Creative Labs Blaster Cobra gamepad.
  49. To compile this driver as a module, choose M here: the
  50. module will be called cobra.
  51. config JOYSTICK_GF2K
  52. tristate "Genius Flight2000 Digital joysticks and gamepads"
  53. select GAMEPORT
  54. help
  55. Say Y here if you have a Genius Flight2000 or MaxFighter digitally
  56. communicating joystick or gamepad.
  57. To compile this driver as a module, choose M here: the
  58. module will be called gf2k.
  59. config JOYSTICK_GRIP
  60. tristate "Gravis GrIP joysticks and gamepads"
  61. select GAMEPORT
  62. help
  63. Say Y here if you have a Gravis controller using the GrIP protocol
  64. over the PC gameport.
  65. To compile this driver as a module, choose M here: the
  66. module will be called grip.
  67. config JOYSTICK_GRIP_MP
  68. tristate "Gravis GrIP MultiPort"
  69. select GAMEPORT
  70. help
  71. Say Y here if you have the original Gravis GrIP MultiPort, a hub
  72. that connects to the gameport and you connect gamepads to it.
  73. To compile this driver as a module, choose M here: the
  74. module will be called grip_mp.
  75. config JOYSTICK_GUILLEMOT
  76. tristate "Guillemot joysticks and gamepads"
  77. select GAMEPORT
  78. help
  79. Say Y here if you have a Guillemot joystick using a digital
  80. protocol over the PC gameport.
  81. To compile this driver as a module, choose M here: the
  82. module will be called guillemot.
  83. config JOYSTICK_INTERACT
  84. tristate "InterAct digital joysticks and gamepads"
  85. select GAMEPORT
  86. help
  87. Say Y here if you have an InterAct gameport or joystick
  88. communicating digitally over the gameport.
  89. To compile this driver as a module, choose M here: the
  90. module will be called interact.
  91. config JOYSTICK_SIDEWINDER
  92. tristate "Microsoft SideWinder digital joysticks and gamepads"
  93. select GAMEPORT
  94. help
  95. Say Y here if you have a Microsoft controller using the Digital
  96. Overdrive protocol over PC gameport.
  97. To compile this driver as a module, choose M here: the
  98. module will be called sidewinder.
  99. config JOYSTICK_TMDC
  100. tristate "ThrustMaster DirectConnect joysticks and gamepads"
  101. select GAMEPORT
  102. help
  103. Say Y here if you have a ThrustMaster controller using the
  104. DirectConnect (BSP) protocol over the PC gameport.
  105. To compile this driver as a module, choose M here: the
  106. module will be called tmdc.
  107. source "drivers/input/joystick/iforce/Kconfig"
  108. if TTY
  109. config JOYSTICK_WARRIOR
  110. tristate "Logitech WingMan Warrior joystick"
  111. select SERIO
  112. help
  113. Say Y here if you have a Logitech WingMan Warrior joystick connected
  114. to your computer's serial port.
  115. To compile this driver as a module, choose M here: the
  116. module will be called warrior.
  117. config JOYSTICK_MAGELLAN
  118. tristate "LogiCad3d Magellan/SpaceMouse 6dof controllers"
  119. select SERIO
  120. help
  121. Say Y here if you have a Magellan or Space Mouse 6DOF controller
  122. connected to your computer's serial port.
  123. To compile this driver as a module, choose M here: the
  124. module will be called magellan.
  125. config JOYSTICK_SPACEORB
  126. tristate "SpaceTec SpaceOrb/Avenger 6dof controllers"
  127. select SERIO
  128. help
  129. Say Y here if you have a SpaceOrb 360 or SpaceBall Avenger 6DOF
  130. controller connected to your computer's serial port.
  131. To compile this driver as a module, choose M here: the
  132. module will be called spaceorb.
  133. config JOYSTICK_SPACEBALL
  134. tristate "SpaceTec SpaceBall 6dof controllers"
  135. select SERIO
  136. help
  137. Say Y here if you have a SpaceTec SpaceBall 2003/3003/4000 FLX
  138. controller connected to your computer's serial port. For the
  139. SpaceBall 4000 USB model, use the USB HID driver.
  140. To compile this driver as a module, choose M here: the
  141. module will be called spaceball.
  142. config JOYSTICK_STINGER
  143. tristate "Gravis Stinger gamepad"
  144. select SERIO
  145. help
  146. Say Y here if you have a Gravis Stinger connected to one of your
  147. serial ports.
  148. To compile this driver as a module, choose M here: the
  149. module will be called stinger.
  150. config JOYSTICK_TWIDJOY
  151. tristate "Twiddler as a joystick"
  152. select SERIO
  153. help
  154. Say Y here if you have a Handykey Twiddler connected to your
  155. computer's serial port and want to use it as a joystick.
  156. To compile this driver as a module, choose M here: the
  157. module will be called twidjoy.
  158. config JOYSTICK_ZHENHUA
  159. tristate "5-byte Zhenhua RC transmitter"
  160. select SERIO
  161. help
  162. Say Y here if you have a Zhen Hua PPM-4CH transmitter which is
  163. supplied with a ready to fly micro electric indoor helicopters
  164. such as EasyCopter, Lama, MiniCopter, DragonFly or Jabo and want
  165. to use it via serial cable as a joystick.
  166. To compile this driver as a module, choose M here: the
  167. module will be called zhenhua.
  168. endif # TTY
  169. config JOYSTICK_DB9
  170. tristate "Multisystem, Sega Genesis, Saturn joysticks and gamepads"
  171. depends on PARPORT
  172. help
  173. Say Y here if you have a Sega Master System gamepad, Sega Genesis
  174. gamepad, Sega Saturn gamepad, or a Multisystem -- Atari, Amiga,
  175. Commodore, Amstrad CPC joystick connected to your parallel port.
  176. For more information on how to use the driver please read
  177. <file:Documentation/input/joystick-parport.txt>.
  178. To compile this driver as a module, choose M here: the
  179. module will be called db9.
  180. config JOYSTICK_GAMECON
  181. tristate "Multisystem, NES, SNES, N64, PSX joysticks and gamepads"
  182. depends on PARPORT
  183. select INPUT_FF_MEMLESS
  184. ---help---
  185. Say Y here if you have a Nintendo Entertainment System gamepad,
  186. Super Nintendo Entertainment System gamepad, Nintendo 64 gamepad,
  187. Sony PlayStation gamepad or a Multisystem -- Atari, Amiga,
  188. Commodore, Amstrad CPC joystick connected to your parallel port.
  189. For more information on how to use the driver please read
  190. <file:Documentation/input/joystick-parport.txt>.
  191. To compile this driver as a module, choose M here: the
  192. module will be called gamecon.
  193. config JOYSTICK_TURBOGRAFX
  194. tristate "Multisystem joysticks via TurboGraFX device"
  195. depends on PARPORT
  196. help
  197. Say Y here if you have the TurboGraFX interface by Steffen Schwenke,
  198. and want to use it with Multisystem -- Atari, Amiga, Commodore,
  199. Amstrad CPC joystick. For more information on how to use the driver
  200. please read <file:Documentation/input/joystick-parport.txt>.
  201. To compile this driver as a module, choose M here: the
  202. module will be called turbografx.
  203. config JOYSTICK_AMIGA
  204. tristate "Amiga joysticks"
  205. depends on AMIGA
  206. help
  207. Say Y here if you have an Amiga with a digital joystick connected
  208. to it.
  209. To compile this driver as a module, choose M here: the
  210. module will be called amijoy.
  211. config JOYSTICK_AS5011
  212. tristate "Austria Microsystem AS5011 joystick"
  213. depends on I2C
  214. help
  215. Say Y here if you have an AS5011 digital joystick connected to your
  216. system.
  217. To compile this driver as a module, choose M here: the
  218. module will be called as5011.
  219. config JOYSTICK_JOYDUMP
  220. tristate "Gameport data dumper"
  221. select GAMEPORT
  222. help
  223. Say Y here if you want to dump data from your joystick into the system
  224. log for debugging purposes. Say N if you are making a production
  225. configuration or aren't sure.
  226. To compile this driver as a module, choose M here: the
  227. module will be called joydump.
  228. config JOYSTICK_XPAD
  229. tristate "X-Box gamepad support"
  230. depends on USB_ARCH_HAS_HCD
  231. select USB
  232. help
  233. Say Y here if you want to use the X-Box pad with your computer.
  234. Make sure to say Y to "Joystick support" (CONFIG_INPUT_JOYDEV)
  235. and/or "Event interface support" (CONFIG_INPUT_EVDEV) as well.
  236. For information about how to connect the X-Box pad to USB, see
  237. <file:Documentation/input/xpad.txt>.
  238. To compile this driver as a module, choose M here: the
  239. module will be called xpad.
  240. config JOYSTICK_XPAD_FF
  241. bool "X-Box gamepad rumble support"
  242. depends on JOYSTICK_XPAD && INPUT
  243. select INPUT_FF_MEMLESS
  244. ---help---
  245. Say Y here if you want to take advantage of xbox 360 rumble features.
  246. config JOYSTICK_XPAD_LEDS
  247. bool "LED Support for Xbox360 controller 'BigX' LED"
  248. depends on JOYSTICK_XPAD && (LEDS_CLASS=y || LEDS_CLASS=JOYSTICK_XPAD)
  249. ---help---
  250. This option enables support for the LED which surrounds the Big X on
  251. XBox 360 controller.
  252. config JOYSTICK_WALKERA0701
  253. tristate "Walkera WK-0701 RC transmitter"
  254. depends on HIGH_RES_TIMERS && PARPORT
  255. help
  256. Say Y or M here if you have a Walkera WK-0701 transmitter which is
  257. supplied with a ready to fly Walkera helicopters such as HM36,
  258. HM37, HM60 and want to use it via parport as a joystick. More
  259. information is available: <file:Documentation/input/walkera0701.txt>
  260. To compile this driver as a module, choose M here: the
  261. module will be called walkera0701.
  262. config JOYSTICK_MAPLE
  263. tristate "Dreamcast control pad"
  264. depends on MAPLE
  265. help
  266. Say Y here if you have a SEGA Dreamcast and want to use your
  267. controller as a joystick.
  268. Most Dreamcast users will say Y.
  269. To compile this as a module choose M here: the module will be called
  270. maplecontrol.
  271. endif