Kconfig (020abf03cd659388f94cb328e1e1df0656e0d7ff) | Kconfig (4f73bc4dd3e8563ef4109f293a092820dff66d92) |
---|---|
1# 2# Joystick driver configuration 3# 4menuconfig 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 --- 118 unchanged lines hidden (view full) --- 127 Say Y here if you have a ThrustMaster controller using the 128 DirectConnect (BSP) protocol over the PC gameport. 129 130 To compile this driver as a module, choose M here: the 131 module will be called tmdc. 132 133source "drivers/input/joystick/iforce/Kconfig" 134 | 1# 2# Joystick driver configuration 3# 4menuconfig 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 --- 118 unchanged lines hidden (view full) --- 127 Say Y here if you have a ThrustMaster controller using the 128 DirectConnect (BSP) protocol over the PC gameport. 129 130 To compile this driver as a module, choose M here: the 131 module will be called tmdc. 132 133source "drivers/input/joystick/iforce/Kconfig" 134 |
135if TTY 136 |
|
135config JOYSTICK_WARRIOR 136 tristate "Logitech WingMan Warrior joystick" 137 select SERIO 138 help 139 Say Y here if you have a Logitech WingMan Warrior joystick connected 140 to your computer's serial port. 141 142 To compile this driver as a module, choose M here: the --- 57 unchanged lines hidden (view full) --- 200 Say Y here if you have a Zhen Hua PPM-4CH transmitter which is 201 supplied with a ready to fly micro electric indoor helicopters 202 such as EasyCopter, Lama, MiniCopter, DragonFly or Jabo and want 203 to use it via serial cable as a joystick. 204 205 To compile this driver as a module, choose M here: the 206 module will be called zhenhua. 207 | 137config JOYSTICK_WARRIOR 138 tristate "Logitech WingMan Warrior joystick" 139 select SERIO 140 help 141 Say Y here if you have a Logitech WingMan Warrior joystick connected 142 to your computer's serial port. 143 144 To compile this driver as a module, choose M here: the --- 57 unchanged lines hidden (view full) --- 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 |
210endif # TTY 211 |
|
208config JOYSTICK_DB9 209 tristate "Multisystem, Sega Genesis, Saturn joysticks and gamepads" 210 depends on PARPORT 211 help 212 Say Y here if you have a Sega Master System gamepad, Sega Genesis 213 gamepad, Sega Saturn gamepad, or a Multisystem -- Atari, Amiga, 214 Commodore, Amstrad CPC joystick connected to your parallel port. 215 For more information on how to use the driver please read --- 117 unchanged lines hidden --- | 212config JOYSTICK_DB9 213 tristate "Multisystem, Sega Genesis, Saturn joysticks and gamepads" 214 depends on PARPORT 215 help 216 Say Y here if you have a Sega Master System gamepad, Sega Genesis 217 gamepad, Sega Saturn gamepad, or a Multisystem -- Atari, Amiga, 218 Commodore, Amstrad CPC joystick connected to your parallel port. 219 For more information on how to use the driver please read --- 117 unchanged lines hidden --- |