Thomas Gleixner | ec8f24b | 2019-05-19 13:07:45 +0100 | [diff] [blame] | 1 | # SPDX-License-Identifier: GPL-2.0-only |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2 | # |
| 3 | # Joystick driver configuration |
| 4 | # |
| 5 | menuconfig INPUT_JOYSTICK |
Dmitry Torokhov | 1c362d4 | 2007-05-07 16:48:50 -0400 | [diff] [blame] | 6 | bool "Joysticks/Gamepads" |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 7 | help |
| 8 | If you have a joystick, 6dof controller, gamepad, steering wheel, |
| 9 | weapon control system or something like that you can say Y here |
| 10 | and the list of supported devices will be displayed. This option |
| 11 | doesn't affect the kernel. |
| 12 | |
Mauro Carvalho Chehab | ec15872 | 2018-05-08 18:54:36 -0300 | [diff] [blame] | 13 | Please read the file <file:Documentation/input/joydev/joystick.rst> which |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 14 | contains more information. |
| 15 | |
| 16 | if INPUT_JOYSTICK |
| 17 | |
| 18 | config JOYSTICK_ANALOG |
| 19 | tristate "Classic PC analog joysticks and gamepads" |
| 20 | select GAMEPORT |
| 21 | ---help--- |
| 22 | Say Y here if you have a joystick that connects to the PC |
| 23 | gameport. In addition to the usual PC analog joystick, this driver |
| 24 | supports many extensions, including joysticks with throttle control, |
| 25 | with rudders, additional hats and buttons compatible with CH |
| 26 | Flightstick Pro, ThrustMaster FCS, 6 and 8 button gamepads, or |
| 27 | Saitek Cyborg joysticks. |
| 28 | |
Mauro Carvalho Chehab | ec15872 | 2018-05-08 18:54:36 -0300 | [diff] [blame] | 29 | Please read the file <file:Documentation/input/joydev/joystick.rst> which |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 30 | contains more information. |
| 31 | |
| 32 | To compile this driver as a module, choose M here: the |
| 33 | module will be called analog. |
| 34 | |
| 35 | config JOYSTICK_A3D |
Matt LaPlante | 44c0920 | 2006-10-03 22:34:14 +0200 | [diff] [blame] | 36 | tristate "Assassin 3D and MadCatz Panther devices" |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 37 | select GAMEPORT |
| 38 | help |
| 39 | Say Y here if you have an FPGaming or MadCatz controller using the |
| 40 | A3D protocol over the PC gameport. |
| 41 | |
| 42 | To compile this driver as a module, choose M here: the |
| 43 | module will be called a3d. |
| 44 | |
| 45 | config JOYSTICK_ADI |
| 46 | tristate "Logitech ADI digital joysticks and gamepads" |
| 47 | select GAMEPORT |
| 48 | help |
| 49 | Say Y here if you have a Logitech controller using the ADI |
| 50 | protocol over the PC gameport. |
| 51 | |
| 52 | To compile this driver as a module, choose M here: the |
| 53 | module will be called adi. |
| 54 | |
| 55 | config JOYSTICK_COBRA |
| 56 | tristate "Creative Labs Blaster Cobra gamepad" |
| 57 | select GAMEPORT |
| 58 | help |
| 59 | Say Y here if you have a Creative Labs Blaster Cobra gamepad. |
| 60 | |
| 61 | To compile this driver as a module, choose M here: the |
| 62 | module will be called cobra. |
| 63 | |
| 64 | config JOYSTICK_GF2K |
| 65 | tristate "Genius Flight2000 Digital joysticks and gamepads" |
| 66 | select GAMEPORT |
| 67 | help |
| 68 | Say Y here if you have a Genius Flight2000 or MaxFighter digitally |
| 69 | communicating joystick or gamepad. |
| 70 | |
| 71 | To compile this driver as a module, choose M here: the |
| 72 | module will be called gf2k. |
| 73 | |
| 74 | config JOYSTICK_GRIP |
| 75 | tristate "Gravis GrIP joysticks and gamepads" |
| 76 | select GAMEPORT |
| 77 | help |
| 78 | Say Y here if you have a Gravis controller using the GrIP protocol |
| 79 | over the PC gameport. |
| 80 | |
| 81 | To compile this driver as a module, choose M here: the |
| 82 | module will be called grip. |
| 83 | |
| 84 | config JOYSTICK_GRIP_MP |
| 85 | tristate "Gravis GrIP MultiPort" |
| 86 | select GAMEPORT |
| 87 | help |
| 88 | Say Y here if you have the original Gravis GrIP MultiPort, a hub |
| 89 | that connects to the gameport and you connect gamepads to it. |
| 90 | |
| 91 | To compile this driver as a module, choose M here: the |
| 92 | module will be called grip_mp. |
| 93 | |
| 94 | config JOYSTICK_GUILLEMOT |
| 95 | tristate "Guillemot joysticks and gamepads" |
| 96 | select GAMEPORT |
| 97 | help |
| 98 | Say Y here if you have a Guillemot joystick using a digital |
| 99 | protocol over the PC gameport. |
| 100 | |
| 101 | To compile this driver as a module, choose M here: the |
| 102 | module will be called guillemot. |
| 103 | |
| 104 | config JOYSTICK_INTERACT |
| 105 | tristate "InterAct digital joysticks and gamepads" |
| 106 | select GAMEPORT |
| 107 | help |
| 108 | Say Y here if you have an InterAct gameport or joystick |
| 109 | communicating digitally over the gameport. |
| 110 | |
| 111 | To compile this driver as a module, choose M here: the |
| 112 | module will be called interact. |
| 113 | |
| 114 | config JOYSTICK_SIDEWINDER |
| 115 | tristate "Microsoft SideWinder digital joysticks and gamepads" |
| 116 | select GAMEPORT |
| 117 | help |
| 118 | Say Y here if you have a Microsoft controller using the Digital |
| 119 | Overdrive protocol over PC gameport. |
| 120 | |
| 121 | To compile this driver as a module, choose M here: the |
| 122 | module will be called sidewinder. |
| 123 | |
| 124 | config JOYSTICK_TMDC |
| 125 | tristate "ThrustMaster DirectConnect joysticks and gamepads" |
| 126 | select GAMEPORT |
| 127 | help |
| 128 | Say Y here if you have a ThrustMaster controller using the |
| 129 | DirectConnect (BSP) protocol over the PC gameport. |
| 130 | |
| 131 | To compile this driver as a module, choose M here: the |
| 132 | module will be called tmdc. |
| 133 | |
| 134 | source "drivers/input/joystick/iforce/Kconfig" |
| 135 | |
| 136 | config JOYSTICK_WARRIOR |
| 137 | tristate "Logitech WingMan Warrior joystick" |
| 138 | select SERIO |
| 139 | help |
| 140 | Say Y here if you have a Logitech WingMan Warrior joystick connected |
| 141 | to your computer's serial port. |
| 142 | |
| 143 | To compile this driver as a module, choose M here: the |
| 144 | module will be called warrior. |
| 145 | |
| 146 | config JOYSTICK_MAGELLAN |
| 147 | tristate "LogiCad3d Magellan/SpaceMouse 6dof controllers" |
| 148 | select SERIO |
| 149 | help |
| 150 | Say Y here if you have a Magellan or Space Mouse 6DOF controller |
| 151 | connected to your computer's serial port. |
| 152 | |
| 153 | To compile this driver as a module, choose M here: the |
| 154 | module will be called magellan. |
| 155 | |
| 156 | config JOYSTICK_SPACEORB |
| 157 | tristate "SpaceTec SpaceOrb/Avenger 6dof controllers" |
| 158 | select SERIO |
| 159 | help |
| 160 | Say Y here if you have a SpaceOrb 360 or SpaceBall Avenger 6DOF |
| 161 | controller connected to your computer's serial port. |
| 162 | |
| 163 | To compile this driver as a module, choose M here: the |
| 164 | module will be called spaceorb. |
| 165 | |
| 166 | config JOYSTICK_SPACEBALL |
| 167 | tristate "SpaceTec SpaceBall 6dof controllers" |
| 168 | select SERIO |
| 169 | help |
| 170 | Say Y here if you have a SpaceTec SpaceBall 2003/3003/4000 FLX |
| 171 | controller connected to your computer's serial port. For the |
| 172 | SpaceBall 4000 USB model, use the USB HID driver. |
| 173 | |
| 174 | To compile this driver as a module, choose M here: the |
| 175 | module will be called spaceball. |
| 176 | |
| 177 | config JOYSTICK_STINGER |
| 178 | tristate "Gravis Stinger gamepad" |
| 179 | select SERIO |
| 180 | help |
| 181 | Say Y here if you have a Gravis Stinger connected to one of your |
| 182 | serial ports. |
| 183 | |
| 184 | To compile this driver as a module, choose M here: the |
| 185 | module will be called stinger. |
| 186 | |
| 187 | config JOYSTICK_TWIDJOY |
| 188 | tristate "Twiddler as a joystick" |
| 189 | select SERIO |
| 190 | help |
| 191 | Say Y here if you have a Handykey Twiddler connected to your |
| 192 | computer's serial port and want to use it as a joystick. |
| 193 | |
| 194 | To compile this driver as a module, choose M here: the |
| 195 | module will be called twidjoy. |
| 196 | |
Martin Kebert | 3e24e2b | 2008-03-10 13:40:36 +0100 | [diff] [blame] | 197 | config JOYSTICK_ZHENHUA |
| 198 | tristate "5-byte Zhenhua RC transmitter" |
| 199 | select SERIO |
Andrew Morton | 09a59a9 | 2015-10-01 15:37:08 -0700 | [diff] [blame] | 200 | select BITREVERSE |
Martin Kebert | 3e24e2b | 2008-03-10 13:40:36 +0100 | [diff] [blame] | 201 | help |
| 202 | Say Y here if you have a Zhen Hua PPM-4CH transmitter which is |
| 203 | supplied with a ready to fly micro electric indoor helicopters |
| 204 | such as EasyCopter, Lama, MiniCopter, DragonFly or Jabo and want |
| 205 | to use it via serial cable as a joystick. |
| 206 | |
| 207 | To compile this driver as a module, choose M here: the |
| 208 | module will be called zhenhua. |
| 209 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 210 | config JOYSTICK_DB9 |
| 211 | tristate "Multisystem, Sega Genesis, Saturn joysticks and gamepads" |
| 212 | depends on PARPORT |
Dmitry Torokhov | 1c362d4 | 2007-05-07 16:48:50 -0400 | [diff] [blame] | 213 | help |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 214 | Say Y here if you have a Sega Master System gamepad, Sega Genesis |
| 215 | gamepad, Sega Saturn gamepad, or a Multisystem -- Atari, Amiga, |
| 216 | Commodore, Amstrad CPC joystick connected to your parallel port. |
| 217 | For more information on how to use the driver please read |
Mauro Carvalho Chehab | 5fb94e9 | 2018-05-08 15:14:57 -0300 | [diff] [blame] | 218 | <file:Documentation/input/devices/joystick-parport.rst>. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 219 | |
| 220 | To compile this driver as a module, choose M here: the |
| 221 | module will be called db9. |
| 222 | |
| 223 | config JOYSTICK_GAMECON |
| 224 | tristate "Multisystem, NES, SNES, N64, PSX joysticks and gamepads" |
| 225 | depends on PARPORT |
Scott Moreau | 7aa9e0e | 2010-02-21 20:53:55 -0800 | [diff] [blame] | 226 | select INPUT_FF_MEMLESS |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 227 | ---help--- |
| 228 | Say Y here if you have a Nintendo Entertainment System gamepad, |
| 229 | Super Nintendo Entertainment System gamepad, Nintendo 64 gamepad, |
| 230 | Sony PlayStation gamepad or a Multisystem -- Atari, Amiga, |
| 231 | Commodore, Amstrad CPC joystick connected to your parallel port. |
| 232 | For more information on how to use the driver please read |
Mauro Carvalho Chehab | 5fb94e9 | 2018-05-08 15:14:57 -0300 | [diff] [blame] | 233 | <file:Documentation/input/devices/joystick-parport.rst>. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 234 | |
| 235 | To compile this driver as a module, choose M here: the |
| 236 | module will be called gamecon. |
| 237 | |
| 238 | config JOYSTICK_TURBOGRAFX |
| 239 | tristate "Multisystem joysticks via TurboGraFX device" |
| 240 | depends on PARPORT |
| 241 | help |
| 242 | Say Y here if you have the TurboGraFX interface by Steffen Schwenke, |
| 243 | and want to use it with Multisystem -- Atari, Amiga, Commodore, |
| 244 | Amstrad CPC joystick. For more information on how to use the driver |
Mauro Carvalho Chehab | 5fb94e9 | 2018-05-08 15:14:57 -0300 | [diff] [blame] | 245 | please read <file:Documentation/input/devices/joystick-parport.rst>. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 246 | |
| 247 | To compile this driver as a module, choose M here: the |
| 248 | module will be called turbografx. |
| 249 | |
| 250 | config JOYSTICK_AMIGA |
| 251 | tristate "Amiga joysticks" |
| 252 | depends on AMIGA |
| 253 | help |
| 254 | Say Y here if you have an Amiga with a digital joystick connected |
| 255 | to it. |
| 256 | |
| 257 | To compile this driver as a module, choose M here: the |
| 258 | module will be called amijoy. |
| 259 | |
Fabien Marteau | 9d084a3d | 2011-01-10 11:01:13 -0800 | [diff] [blame] | 260 | config JOYSTICK_AS5011 |
| 261 | tristate "Austria Microsystem AS5011 joystick" |
| 262 | depends on I2C |
| 263 | help |
| 264 | Say Y here if you have an AS5011 digital joystick connected to your |
| 265 | system. |
| 266 | |
| 267 | To compile this driver as a module, choose M here: the |
| 268 | module will be called as5011. |
| 269 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 270 | config JOYSTICK_JOYDUMP |
| 271 | tristate "Gameport data dumper" |
| 272 | select GAMEPORT |
| 273 | help |
| 274 | Say Y here if you want to dump data from your joystick into the system |
| 275 | log for debugging purposes. Say N if you are making a production |
| 276 | configuration or aren't sure. |
| 277 | |
| 278 | To compile this driver as a module, choose M here: the |
| 279 | module will be called joydump. |
| 280 | |
Dmitry Torokhov | 1c362d4 | 2007-05-07 16:48:50 -0400 | [diff] [blame] | 281 | config JOYSTICK_XPAD |
| 282 | tristate "X-Box gamepad support" |
Al Viro | 7a86ede | 2007-05-15 20:36:20 +0100 | [diff] [blame] | 283 | depends on USB_ARCH_HAS_HCD |
Dmitry Torokhov | 1c362d4 | 2007-05-07 16:48:50 -0400 | [diff] [blame] | 284 | select USB |
| 285 | help |
| 286 | Say Y here if you want to use the X-Box pad with your computer. |
| 287 | Make sure to say Y to "Joystick support" (CONFIG_INPUT_JOYDEV) |
| 288 | and/or "Event interface support" (CONFIG_INPUT_EVDEV) as well. |
| 289 | |
| 290 | For information about how to connect the X-Box pad to USB, see |
Mauro Carvalho Chehab | 5fb94e9 | 2018-05-08 15:14:57 -0300 | [diff] [blame] | 291 | <file:Documentation/input/devices/xpad.rst>. |
Dmitry Torokhov | 1c362d4 | 2007-05-07 16:48:50 -0400 | [diff] [blame] | 292 | |
| 293 | To compile this driver as a module, choose M here: the |
| 294 | module will be called xpad. |
| 295 | |
Jan Kratochvil | e01a06e | 2007-05-09 00:27:51 -0400 | [diff] [blame] | 296 | config JOYSTICK_XPAD_FF |
| 297 | bool "X-Box gamepad rumble support" |
| 298 | depends on JOYSTICK_XPAD && INPUT |
| 299 | select INPUT_FF_MEMLESS |
| 300 | ---help--- |
| 301 | Say Y here if you want to take advantage of xbox 360 rumble features. |
| 302 | |
Jan Kratochvil | 4994cd8 | 2007-07-18 00:35:40 -0400 | [diff] [blame] | 303 | config JOYSTICK_XPAD_LEDS |
| 304 | bool "LED Support for Xbox360 controller 'BigX' LED" |
Dmitry Torokhov | b082dff | 2007-09-27 00:09:29 -0400 | [diff] [blame] | 305 | depends on JOYSTICK_XPAD && (LEDS_CLASS=y || LEDS_CLASS=JOYSTICK_XPAD) |
Jan Kratochvil | 4994cd8 | 2007-07-18 00:35:40 -0400 | [diff] [blame] | 306 | ---help--- |
| 307 | This option enables support for the LED which surrounds the Big X on |
| 308 | XBox 360 controller. |
| 309 | |
Peter Popovec | cec87e3 | 2008-11-11 14:46:14 -0500 | [diff] [blame] | 310 | config JOYSTICK_WALKERA0701 |
| 311 | tristate "Walkera WK-0701 RC transmitter" |
| 312 | depends on HIGH_RES_TIMERS && PARPORT |
| 313 | help |
| 314 | Say Y or M here if you have a Walkera WK-0701 transmitter which is |
| 315 | supplied with a ready to fly Walkera helicopters such as HM36, |
| 316 | HM37, HM60 and want to use it via parport as a joystick. More |
Mauro Carvalho Chehab | 5fb94e9 | 2018-05-08 15:14:57 -0300 | [diff] [blame] | 317 | information is available: <file:Documentation/input/devices/walkera0701.rst> |
Peter Popovec | cec87e3 | 2008-11-11 14:46:14 -0500 | [diff] [blame] | 318 | |
| 319 | To compile this driver as a module, choose M here: the |
| 320 | module will be called walkera0701. |
| 321 | |
Adrian McMenamin | 01461d7 | 2008-12-30 00:53:54 -0800 | [diff] [blame] | 322 | config JOYSTICK_MAPLE |
| 323 | tristate "Dreamcast control pad" |
| 324 | depends on MAPLE |
| 325 | help |
| 326 | Say Y here if you have a SEGA Dreamcast and want to use your |
| 327 | controller as a joystick. |
| 328 | |
| 329 | Most Dreamcast users will say Y. |
| 330 | |
| 331 | To compile this as a module choose M here: the module will be called |
| 332 | maplecontrol. |
| 333 | |
Tomohiro Yoshidomi | 8be193c | 2017-05-06 13:00:31 -0700 | [diff] [blame] | 334 | config JOYSTICK_PSXPAD_SPI |
| 335 | tristate "PlayStation 1/2 joypads via SPI interface" |
| 336 | depends on SPI |
| 337 | select INPUT_POLLDEV |
| 338 | help |
| 339 | Say Y here if you wish to connect PlayStation 1/2 joypads |
| 340 | via SPI interface. |
| 341 | |
| 342 | To compile this driver as a module, choose M here: the |
| 343 | module will be called psxpad-spi. |
| 344 | |
| 345 | config JOYSTICK_PSXPAD_SPI_FF |
| 346 | bool "PlayStation 1/2 joypads force feedback (rumble) support" |
| 347 | depends on JOYSTICK_PSXPAD_SPI |
| 348 | select INPUT_FF_MEMLESS |
| 349 | help |
| 350 | Say Y here if you want to take advantage of PlayStation 1/2 |
| 351 | joypads rumble features. |
| 352 | |
| 353 | To drive rumble motor a dedicated power supply is required. |
| 354 | |
Marcus Folkesson | 68ef483 | 2018-03-17 11:00:58 -0700 | [diff] [blame] | 355 | config JOYSTICK_PXRC |
| 356 | tristate "PhoenixRC Flight Controller Adapter" |
| 357 | depends on USB_ARCH_HAS_HCD |
| 358 | select USB |
| 359 | help |
| 360 | Say Y here if you want to use the PhoenixRC Flight Controller Adapter. |
| 361 | |
| 362 | To compile this driver as a module, choose M here: the |
| 363 | module will be called pxrc. |
| 364 | |
Markus Koch | 5d4b45a | 2019-07-21 20:20:28 +0300 | [diff] [blame^] | 365 | config JOYSTICK_FSIA6B |
| 366 | tristate "FlySky FS-iA6B RC Receiver" |
| 367 | select SERIO |
| 368 | help |
| 369 | Say Y here if you use a FlySky FS-i6 RC remote control along with the |
| 370 | FS-iA6B RC receiver as a joystick input device. |
| 371 | |
| 372 | To compile this driver as a module, choose M here: the |
| 373 | module will be called fsia6b. |
| 374 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 375 | endif |