Blame view

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