blob: 26c6f10afcb880e99a24342fd177ccd3cffb05ab [file] [log] [blame]
Jiri Kosina63f38612006-12-08 18:41:30 +01001#
2# HID driver configuration
3#
Jan Engelhardt3cd70982007-04-30 13:27:48 +02004menuconfig HID_SUPPORT
5 bool "HID Devices"
Jiri Kosina63f38612006-12-08 18:41:30 +01006 depends on INPUT
Jan Engelhardt3cd70982007-04-30 13:27:48 +02007 default y
Jan Engelhardt06bfb7e2007-08-18 12:56:21 +02008 ---help---
9 Say Y here to get to see options for various computer-human interface
10 device drivers. This option alone does not add any kernel code.
11
12 If you say N, all options in this submenu will be skipped and disabled.
Jan Engelhardt3cd70982007-04-30 13:27:48 +020013
14if HID_SUPPORT
Jiri Kosina63f38612006-12-08 18:41:30 +010015
16config HID
17 tristate "Generic HID support"
Russell Kingc96c9d72006-12-22 17:09:16 +000018 depends on INPUT
Jiri Kosina63f38612006-12-08 18:41:30 +010019 default y
20 ---help---
Jiri Kosina69e4d942007-01-03 23:03:14 +010021 A human interface device (HID) is a type of computer device that
22 interacts directly with and takes input from humans. The term "HID"
23 most commonly used to refer to the USB-HID specification, but other
24 devices (such as, but not strictly limited to, Bluetooth) are
25 designed using HID specification (this involves certain keyboards,
26 mice, tablets, etc). This option compiles into kernel the generic
27 HID layer code (parser, usages, etc.), which can then be used by
28 transport-specific HID implementation (like USB or Bluetooth).
29
30 For docs and specs, see http://www.usb.org/developers/hidpage/
31
Pavel Machek205adbe2009-01-06 10:15:27 +010032 If unsure, say Y.
Jiri Kosina63f38612006-12-08 18:41:30 +010033
Jiri Kosina86166b72007-05-14 09:57:40 +020034config HIDRAW
35 bool "/dev/hidraw raw HID device support"
36 depends on HID
37 ---help---
38 Say Y here if you want to support HID devices (from the USB
39 specification standpoint) that aren't strictly user interface
40 devices, like monitor controls and Uninterruptable Power Supplies.
41
42 This module supports these devices separately using a separate
43 event interface on /dev/hidraw.
44
45 There is also a /dev/hiddev configuration option in the USB HID
46 configuration menu. In comparison to hiddev, this device does not process
47 the hid events at all (no parsing, no lookups). This lets applications
48 to work on raw hid events when they want to, and avoid using transport-specific
49 userspace libhid/libusb libraries.
50
51 If unsure, say Y.
52
Jiri Kosina6db3dfe2007-03-08 16:47:49 +010053source "drivers/hid/usbhid/Kconfig"
54
Jiri Slaby5f22a792008-05-16 11:49:19 +020055menu "Special HID drivers"
56 depends on HID
57
Stephane Chattyb6353f42009-12-22 23:04:17 +010058config HID_3M_PCT
Jiri Kosina4b186f72009-12-23 13:12:32 +010059 tristate "3M PCT"
Stephane Chattyb6353f42009-12-22 23:04:17 +010060 depends on USB_HID
Stephane Chattyb6353f42009-12-22 23:04:17 +010061 ---help---
62 Support for 3M PCT touch screens.
63
Jiri Slaby14a21cd2008-06-23 23:31:09 +020064config HID_A4TECH
Jiri Kosinab36299b2008-10-16 01:18:54 +020065 tristate "A4 tech" if EMBEDDED
Jiri Slaby14a21cd2008-06-23 23:31:09 +020066 depends on USB_HID
David Brownelld04b431e2008-12-11 14:54:07 +010067 default !EMBEDDED
Jiri Slaby14a21cd2008-06-23 23:31:09 +020068 ---help---
69 Support for A4 tech X5 and WOP-35 / Trust 450L mice.
70
Jiri Slaby8c19a512008-06-18 23:36:49 +020071config HID_APPLE
Jiri Kosinab36299b2008-10-16 01:18:54 +020072 tristate "Apple" if EMBEDDED
Jiri Slaby8c19a512008-06-18 23:36:49 +020073 depends on (USB_HID || BT_HIDP)
David Brownelld04b431e2008-12-11 14:54:07 +010074 default !EMBEDDED
Jiri Slaby8c19a512008-06-18 23:36:49 +020075 ---help---
76 Support for some Apple devices which less or more break
77 HID specification.
78
Jiri Kosinaf0bd8e42008-10-16 01:25:15 +020079 Say Y here if you want support for keyboards of Apple iBooks, PowerBooks,
80 MacBooks, MacBook Pros and Apple Aluminum.
Jiri Slaby8c19a512008-06-18 23:36:49 +020081
Jiri Slabyb5635b12008-06-24 23:24:57 +020082config HID_BELKIN
Jiri Kosinab36299b2008-10-16 01:18:54 +020083 tristate "Belkin" if EMBEDDED
Jiri Slabyb5635b12008-06-24 23:24:57 +020084 depends on USB_HID
David Brownelld04b431e2008-12-11 14:54:07 +010085 default !EMBEDDED
Jiri Slabyb5635b12008-06-24 23:24:57 +020086 ---help---
87 Support for Belkin Flip KVM and Wireless keyboard.
88
Jiri Slaby3b239cd2008-06-24 20:42:25 +020089config HID_CHERRY
Jiri Kosinab36299b2008-10-16 01:18:54 +020090 tristate "Cherry" if EMBEDDED
Jiri Slaby3b239cd2008-06-24 20:42:25 +020091 depends on USB_HID
David Brownelld04b431e2008-12-11 14:54:07 +010092 default !EMBEDDED
Jiri Slaby3b239cd2008-06-24 20:42:25 +020093 ---help---
Jiri Kosinaf0bd8e42008-10-16 01:25:15 +020094 Support for Cherry Cymotion keyboard.
Jiri Slaby3b239cd2008-06-24 20:42:25 +020095
Jiri Slabyfcfacfd2008-06-24 22:48:52 +020096config HID_CHICONY
Jiri Kosinab36299b2008-10-16 01:18:54 +020097 tristate "Chicony" if EMBEDDED
Jiri Slabyfcfacfd2008-06-24 22:48:52 +020098 depends on USB_HID
David Brownelld04b431e2008-12-11 14:54:07 +010099 default !EMBEDDED
Jiri Slabyfcfacfd2008-06-24 22:48:52 +0200100 ---help---
101 Support for Chicony Tactical pad.
102
Don Prince3a370ca2010-05-12 15:18:59 +0200103config HID_PRODIKEYS
Jiri Kosina95736de2010-05-12 15:27:00 +0200104 tristate "Prodikeys PC-MIDI Keyboard support"
Don Prince3a370ca2010-05-12 15:18:59 +0200105 depends on USB_HID && SND
106 select SND_RAWMIDI
Don Prince3a370ca2010-05-12 15:18:59 +0200107 ---help---
108 Support for Prodikeys PC-MIDI Keyboard device support.
109 Say Y here to enable support for this device.
110 - Prodikeys PC-MIDI keyboard.
111 The Prodikeys PC-MIDI acts as a USB Audio device, with one MIDI
112 input and one MIDI output. These MIDI jacks appear as
113 a sound "card" in the ALSA sound system.
114 Note: if you say N here, this device will still function as a basic
115 multimedia keyboard, but will lack support for the musical keyboard
116 and some additional multimedia keys.
117
Jiri Slaby0f221322008-06-23 22:54:08 +0200118config HID_CYPRESS
Jiri Kosinab36299b2008-10-16 01:18:54 +0200119 tristate "Cypress" if EMBEDDED
Jiri Slaby0f221322008-06-23 22:54:08 +0200120 depends on USB_HID
David Brownelld04b431e2008-12-11 14:54:07 +0100121 default !EMBEDDED
Jiri Slaby0f221322008-06-23 22:54:08 +0200122 ---help---
Jiri Kosinaf0bd8e42008-10-16 01:25:15 +0200123 Support for cypress mouse and barcode readers.
Jiri Slaby0f221322008-06-23 22:54:08 +0200124
Jiri Kosina0f6f4312009-05-15 15:46:44 +0200125config HID_DRAGONRISE
126 tristate "DragonRise Inc. support" if EMBEDDED
Richard Walmsley3f866fb2009-03-04 22:12:04 +1300127 depends on USB_HID
Jiri Kosina0f6f4312009-05-15 15:46:44 +0200128 default !EMBEDDED
129 ---help---
130 Say Y here if you have DragonRise Inc.game controllers.
131
132config DRAGONRISE_FF
133 bool "DragonRise Inc. force feedback support"
134 depends on HID_DRAGONRISE
Richard Walmsley3f866fb2009-03-04 22:12:04 +1300135 select INPUT_FF_MEMLESS
136 ---help---
137 Say Y here if you want to enable force feedback support for DragonRise Inc.
138 game controllers.
139
Jiri Slaby1f243e32008-06-24 21:11:21 +0200140config HID_EZKEY
Jiri Kosinab36299b2008-10-16 01:18:54 +0200141 tristate "Ezkey" if EMBEDDED
Jiri Slaby1f243e32008-06-24 21:11:21 +0200142 depends on USB_HID
David Brownelld04b431e2008-12-11 14:54:07 +0100143 default !EMBEDDED
Jiri Slaby1f243e32008-06-24 21:11:21 +0200144 ---help---
Jiri Kosinaf0bd8e42008-10-16 01:25:15 +0200145 Support for Ezkey BTC 8193 keyboard.
Jiri Slaby1f243e32008-06-24 21:11:21 +0200146
Jiri Kosina79422742009-03-11 11:43:27 +0100147config HID_KYE
148 tristate "Kye" if EMBEDDED
149 depends on USB_HID
150 default !EMBEDDED
151 ---help---
152 Support for Kye/Genius Ergo Mouse.
153
Jiri Slaby949f8fe2008-07-24 23:35:13 +0200154config HID_GYRATION
Jiri Kosinab36299b2008-10-16 01:18:54 +0200155 tristate "Gyration" if EMBEDDED
Jiri Slaby949f8fe2008-07-24 23:35:13 +0200156 depends on USB_HID
David Brownelld04b431e2008-12-11 14:54:07 +0100157 default !EMBEDDED
Jiri Slaby949f8fe2008-07-24 23:35:13 +0200158 ---help---
Jiri Kosinaf0bd8e42008-10-16 01:25:15 +0200159 Support for Gyration remote control.
Jiri Slaby949f8fe2008-07-24 23:35:13 +0200160
Bruno Premont711a6802009-07-13 14:19:58 +0200161config HID_TWINHAN
162 tristate "Twinhan" if EMBEDDED
163 depends on USB_HID
164 default !EMBEDDED
165 ---help---
166 Support for Twinhan IR remote control.
167
Jiri Kosinafdf93aa2009-03-04 16:09:40 +0100168config HID_KENSINGTON
169 tristate "Kensington" if EMBEDDED
170 depends on USB_HID
171 default !EMBEDDED
172 ---help---
173 Support for Kensington Slimblade Trackball.
174
Jiri Slaby5f22a792008-05-16 11:49:19 +0200175config HID_LOGITECH
Jiri Kosinab36299b2008-10-16 01:18:54 +0200176 tristate "Logitech" if EMBEDDED
Jiri Slaby5f22a792008-05-16 11:49:19 +0200177 depends on USB_HID
David Brownelld04b431e2008-12-11 14:54:07 +0100178 default !EMBEDDED
Jiri Slaby5f22a792008-05-16 11:49:19 +0200179 ---help---
Jiri Kosinaf0bd8e42008-10-16 01:25:15 +0200180 Support for Logitech devices that are not fully compliant with HID standard.
Jiri Slaby5f22a792008-05-16 11:49:19 +0200181
Jiri Slaby606bd0a2008-07-04 23:06:45 +0200182config LOGITECH_FF
Jiri Kosina0f6f4312009-05-15 15:46:44 +0200183 bool "Logitech force feedback support"
Jiri Slaby606bd0a2008-07-04 23:06:45 +0200184 depends on HID_LOGITECH
185 select INPUT_FF_MEMLESS
186 help
187 Say Y here if you have one of these devices:
188 - Logitech WingMan Cordless RumblePad
189 - Logitech WingMan Cordless RumblePad 2
190 - Logitech WingMan Force 3D
191 - Logitech Formula Force EX
Jiri Kosinafd30ea82009-06-23 12:11:31 +0200192 - Logitech WingMan Formula Force GP
Jiri Slaby606bd0a2008-07-04 23:06:45 +0200193 - Logitech MOMO Force wheel
194
195 and if you want to enable force feedback for them.
196 Note: if you say N here, this device will still be supported, but without
197 force feedback.
198
199config LOGIRUMBLEPAD2_FF
Jiri Kosina0f6f4312009-05-15 15:46:44 +0200200 bool "Logitech Rumblepad 2 force feedback support"
Jiri Slaby606bd0a2008-07-04 23:06:45 +0200201 depends on HID_LOGITECH
202 select INPUT_FF_MEMLESS
203 help
204 Say Y here if you want to enable force feedback support for Logitech
205 Rumblepad 2 devices.
206
Gary Stein74f292c2010-01-13 00:25:58 +0100207config LOGIG940_FF
208 bool "Logitech Flight System G940 force feedback support"
209 depends on HID_LOGITECH
210 select INPUT_FF_MEMLESS
211 help
212 Say Y here if you want to enable force feedback support for Logitech
213 Flight System G940 devices.
214
Michael Poole128537c2010-02-06 12:24:36 -0500215config HID_MAGICMOUSE
Jiri Kosina9f523142010-02-10 14:59:03 +0100216 tristate "Apple MagicMouse multi-touch support"
Michael Poole128537c2010-02-06 12:24:36 -0500217 depends on BT_HIDP
Michael Poole128537c2010-02-06 12:24:36 -0500218 ---help---
Jiri Kosina9f523142010-02-10 14:59:03 +0100219 Support for the Apple Magic Mouse multi-touch.
Michael Poole128537c2010-02-06 12:24:36 -0500220
221 Say Y here if you want support for the multi-touch features of the
222 Apple Wireless "Magic" Mouse.
223
Jiri Slaby78a849a682008-06-20 21:26:11 +0200224config HID_MICROSOFT
Jiri Kosinab36299b2008-10-16 01:18:54 +0200225 tristate "Microsoft" if EMBEDDED
Jiri Slaby78a849a682008-06-20 21:26:11 +0200226 depends on USB_HID
David Brownelld04b431e2008-12-11 14:54:07 +0100227 default !EMBEDDED
Jiri Slaby78a849a682008-06-20 21:26:11 +0200228 ---help---
Jiri Kosinaf0bd8e42008-10-16 01:25:15 +0200229 Support for Microsoft devices that are not fully compliant with HID standard.
Jiri Slaby78a849a682008-06-20 21:26:11 +0200230
Stephane Chatty77f720b2010-02-06 15:17:13 +0100231config HID_MOSART
232 tristate "MosArt"
233 depends on USB_HID
234 ---help---
235 Support for MosArt dual-touch panels.
236
Jiri Slaby3b8006e2008-06-25 00:07:50 +0200237config HID_MONTEREY
Jiri Kosinab36299b2008-10-16 01:18:54 +0200238 tristate "Monterey" if EMBEDDED
Jiri Slaby3b8006e2008-06-25 00:07:50 +0200239 depends on USB_HID
David Brownelld04b431e2008-12-11 14:54:07 +0100240 default !EMBEDDED
Jiri Slaby3b8006e2008-06-25 00:07:50 +0200241 ---help---
242 Support for Monterey Genius KB29E.
243
Rafi Rubin94011f92008-11-19 15:54:46 +0100244config HID_NTRIG
Jiri Kosina2dbf2092010-02-03 16:11:12 +0100245 tristate "NTrig"
Rafi Rubin94011f92008-11-19 15:54:46 +0100246 depends on USB_HID
Rafi Rubin94011f92008-11-19 15:54:46 +0100247 ---help---
248 Support for N-Trig touch screen.
249
Johnathon Harriscd9ec302010-01-21 14:36:52 +0000250config HID_ORTEK
251 tristate "Ortek" if EMBEDDED
252 depends on USB_HID
253 default !EMBEDDED
254 ---help---
255 Support for Ortek WKB-2000 wireless keyboard + mouse trackpad.
256
Jiri Slaby5f022292008-09-18 19:43:32 +0200257config HID_PANTHERLORD
Jiri Kosina0f6f4312009-05-15 15:46:44 +0200258 tristate "Pantherlord support" if EMBEDDED
259 depends on USB_HID
260 default !EMBEDDED
261 ---help---
262 Say Y here if you have a PantherLord/GreenAsia based game controller
263 or adapter.
264
Jiri Slaby5f022292008-09-18 19:43:32 +0200265config PANTHERLORD_FF
266 bool "Pantherlord force feedback support"
267 depends on HID_PANTHERLORD
268 select INPUT_FF_MEMLESS
Jiri Kosina0f6f4312009-05-15 15:46:44 +0200269 ---help---
Jiri Slaby5f022292008-09-18 19:43:32 +0200270 Say Y here if you have a PantherLord/GreenAsia based game controller
271 or adapter and want to enable force feedback support for it.
272
Jiri Slaby1e762532008-06-24 23:46:21 +0200273config HID_PETALYNX
Jiri Kosinab36299b2008-10-16 01:18:54 +0200274 tristate "Petalynx" if EMBEDDED
Jiri Slaby1e762532008-06-24 23:46:21 +0200275 depends on USB_HID
David Brownelld04b431e2008-12-11 14:54:07 +0100276 default !EMBEDDED
Jiri Slaby1e762532008-06-24 23:46:21 +0200277 ---help---
Jiri Kosinaf0bd8e42008-10-16 01:25:15 +0200278 Support for Petalynx Maxter remote control.
Jiri Slaby1e762532008-06-24 23:46:21 +0200279
Stephane Chatty49e47392010-01-13 00:29:16 +0100280config HID_QUANTA
281 tristate "Quanta Optical Touch"
282 depends on USB_HID
283 ---help---
284 Support for Quanta Optical Touch dual-touch panels.
285
Jiri Slaby980a3da2008-06-25 22:31:48 +0200286config HID_SAMSUNG
Jiri Kosinab36299b2008-10-16 01:18:54 +0200287 tristate "Samsung" if EMBEDDED
Jiri Slaby980a3da2008-06-25 22:31:48 +0200288 depends on USB_HID
David Brownelld04b431e2008-12-11 14:54:07 +0100289 default !EMBEDDED
Jiri Slaby980a3da2008-06-25 22:31:48 +0200290 ---help---
Jiri Kosinaf0bd8e42008-10-16 01:25:15 +0200291 Support for Samsung InfraRed remote control.
Jiri Slaby980a3da2008-06-25 22:31:48 +0200292
Jiri Slabybd28ce02008-06-25 23:47:04 +0200293config HID_SONY
Jiri Kosinab36299b2008-10-16 01:18:54 +0200294 tristate "Sony" if EMBEDDED
Jiri Slabybd28ce02008-06-25 23:47:04 +0200295 depends on USB_HID
David Brownelld04b431e2008-12-11 14:54:07 +0100296 default !EMBEDDED
Jiri Slabybd28ce02008-06-25 23:47:04 +0200297 ---help---
298 Support for Sony PS3 controller.
299
Stephane Chattyd3fb5452010-01-04 12:04:08 +0100300config HID_STANTUM
Jiri Kosina92688c02010-01-04 12:04:59 +0100301 tristate "Stantum"
Stephane Chattyd3fb5452010-01-04 12:04:08 +0100302 depends on USB_HID
303 ---help---
304 Support for Stantum multitouch panel.
305
Jiri Slaby90231e72008-06-23 21:56:07 +0200306config HID_SUNPLUS
Jiri Kosinab36299b2008-10-16 01:18:54 +0200307 tristate "Sunplus" if EMBEDDED
Jiri Slaby90231e72008-06-23 21:56:07 +0200308 depends on USB_HID
David Brownelld04b431e2008-12-11 14:54:07 +0100309 default !EMBEDDED
Jiri Slaby90231e72008-06-23 21:56:07 +0200310 ---help---
Jiri Kosinaf0bd8e42008-10-16 01:25:15 +0200311 Support for Sunplus wireless desktop.
Jiri Slaby90231e72008-06-23 21:56:07 +0200312
Jiri Kosina0f6f4312009-05-15 15:46:44 +0200313config HID_GREENASIA
314 tristate "GreenAsia (Product ID 0x12) support" if EMBEDDED
Lukasz Lubojanski42859e02008-12-11 22:07:59 +0100315 depends on USB_HID
Jiri Kosina0f6f4312009-05-15 15:46:44 +0200316 default !EMBEDDED
317 ---help---
318 Say Y here if you have a GreenAsia (Product ID 0x12) based game
319 controller or adapter.
320
321config GREENASIA_FF
322 bool "GreenAsia (Product ID 0x12) force feedback support"
323 depends on HID_GREENASIA
Lukasz Lubojanski42859e02008-12-11 22:07:59 +0100324 select INPUT_FF_MEMLESS
325 ---help---
326 Say Y here if you have a GreenAsia (Product ID 0x12) based game controller
Matt LaPlante692105b2009-01-26 11:12:25 +0100327 (like MANTA Warrior MM816 and SpeedLink Strike2 SL-6635) or adapter
Lukasz Lubojanski42859e02008-12-11 22:07:59 +0100328 and want to enable force feedback support for it.
329
Jussi Kivilinnafac733f2009-05-13 11:54:38 +0300330config HID_SMARTJOYPLUS
331 tristate "SmartJoy PLUS PS2/USB adapter support" if EMBEDDED
332 depends on USB_HID
333 default !EMBEDDED
334 ---help---
335 Support for SmartJoy PLUS PS2/USB adapter.
336
337config SMARTJOYPLUS_FF
338 bool "SmartJoy PLUS PS2/USB adapter force feedback support"
339 depends on HID_SMARTJOYPLUS
340 select INPUT_FF_MEMLESS
341 ---help---
342 Say Y here if you have a SmartJoy PLUS PS2/USB adapter and want to
343 enable force feedback support for it.
344
Lev Babievf14f5262009-01-04 00:36:56 +0100345config HID_TOPSEED
346 tristate "TopSeed Cyberlink remote control support" if EMBEDDED
347 depends on USB_HID
Jiri Kosina1db489b2009-01-04 00:39:08 +0100348 default !EMBEDDED
Lev Babievf14f5262009-01-04 00:36:56 +0100349 ---help---
350 Say Y if you have a TopSeed Cyberlink remote control.
351
Jiri Kosina0f6f4312009-05-15 15:46:44 +0200352config HID_THRUSTMASTER
353 tristate "ThrustMaster devices support" if EMBEDDED
Jiri Slaby10e41a72008-09-18 12:23:31 +0200354 depends on USB_HID
Jiri Kosina0f6f4312009-05-15 15:46:44 +0200355 default !EMBEDDED
356 ---help---
Jiri Slaby10e41a72008-09-18 12:23:31 +0200357 Say Y here if you have a THRUSTMASTER FireStore Dual Power 2 or
Jiri Kosina0f6f4312009-05-15 15:46:44 +0200358 a THRUSTMASTER Ferrari GT Rumble Wheel.
359
360config THRUSTMASTER_FF
361 bool "ThrustMaster devices force feedback support"
362 depends on HID_THRUSTMASTER
363 select INPUT_FF_MEMLESS
364 ---help---
Ruben Aos Garralda7a84b132009-06-29 09:41:29 +0200365 Say Y here if you have a THRUSTMASTER FireStore Dual Power 2 or 3,
366 a THRUSTMASTER Dual Trigger 3-in-1 or a THRUSTMASTER Ferrari GT
367 Rumble Force or Force Feedback Wheel.
Jiri Slaby10e41a72008-09-18 12:23:31 +0200368
Bastien Noceraca2dcd42009-05-11 17:18:12 +0200369config HID_WACOM
Jiri Kosina2dbf2092010-02-03 16:11:12 +0100370 tristate "Wacom Bluetooth devices support"
Bastien Noceraca2dcd42009-05-11 17:18:12 +0200371 depends on BT_HIDP
Bastien Noceraca2dcd42009-05-11 17:18:12 +0200372 ---help---
373 Support for Wacom Graphire Bluetooth tablet.
374
Jiri Kosina0f6f4312009-05-15 15:46:44 +0200375config HID_ZEROPLUS
376 tristate "Zeroplus based game controller support" if EMBEDDED
Jiri Slaby987fbc12008-09-18 12:23:32 +0200377 depends on USB_HID
Jiri Kosina0f6f4312009-05-15 15:46:44 +0200378 default !EMBEDDED
379 ---help---
Jiri Slaby987fbc12008-09-18 12:23:32 +0200380 Say Y here if you have a Zeroplus based game controller.
381
Jiri Kosina0f6f4312009-05-15 15:46:44 +0200382config ZEROPLUS_FF
383 bool "Zeroplus based game controller force feedback support"
384 depends on HID_ZEROPLUS
385 select INPUT_FF_MEMLESS
386 ---help---
387 Say Y here if you have a Zeroplus based game controller and want
388 to have force feedback support for it.
389
Jiri Slaby5f22a792008-05-16 11:49:19 +0200390endmenu
391
Jan Engelhardt3cd70982007-04-30 13:27:48 +0200392endif # HID_SUPPORT