blob: 1edb0bd72a6003a4c4b215162ed05c4db99ca247 [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
Borislav Petkova1043042010-08-16 16:26:08 +020059 tristate "3M PCT touchscreen"
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
David Rientjes6a108a12011-01-20 14:44:16 -080065 tristate "A4 tech mice" if EXPERT
Jiri Slaby14a21cd2008-06-23 23:31:09 +020066 depends on USB_HID
David Rientjes6a108a12011-01-20 14:44:16 -080067 default !EXPERT
Jiri Slaby14a21cd2008-06-23 23:31:09 +020068 ---help---
69 Support for A4 tech X5 and WOP-35 / Trust 450L mice.
70
Dmitry Torokhov0ae43812011-03-11 00:27:34 -080071config HID_ACRUX
72 tristate "ACRUX game controller support"
Sergei Kolzunc0dbcc32010-07-19 12:13:23 +020073 depends on USB_HID
Dmitry Torokhov0ae43812011-03-11 00:27:34 -080074 ---help---
75 Say Y here if you want to enable support for ACRUX game controllers.
76
77config HID_ACRUX_FF
78 tristate "ACRUX force feedback support"
79 depends on HID_ACRUX
Sergei Kolzunc0dbcc32010-07-19 12:13:23 +020080 select INPUT_FF_MEMLESS
81 ---help---
82 Say Y here if you want to enable force feedback support for ACRUX
83 game controllers.
84
Jiri Slaby8c19a512008-06-18 23:36:49 +020085config HID_APPLE
David Rientjes6a108a12011-01-20 14:44:16 -080086 tristate "Apple {i,Power,Mac}Books" if EXPERT
Jiri Slaby8c19a512008-06-18 23:36:49 +020087 depends on (USB_HID || BT_HIDP)
David Rientjes6a108a12011-01-20 14:44:16 -080088 default !EXPERT
Jiri Slaby8c19a512008-06-18 23:36:49 +020089 ---help---
90 Support for some Apple devices which less or more break
91 HID specification.
92
Jiri Kosinaf0bd8e42008-10-16 01:25:15 +020093 Say Y here if you want support for keyboards of Apple iBooks, PowerBooks,
94 MacBooks, MacBook Pros and Apple Aluminum.
Jiri Slaby8c19a512008-06-18 23:36:49 +020095
Jiri Slabyb5635b12008-06-24 23:24:57 +020096config HID_BELKIN
David Rientjes6a108a12011-01-20 14:44:16 -080097 tristate "Belkin Flip KVM and Wireless keyboard" if EXPERT
Jiri Slabyb5635b12008-06-24 23:24:57 +020098 depends on USB_HID
David Rientjes6a108a12011-01-20 14:44:16 -080099 default !EXPERT
Jiri Slabyb5635b12008-06-24 23:24:57 +0200100 ---help---
101 Support for Belkin Flip KVM and Wireless keyboard.
102
Jiri Slaby3b239cd2008-06-24 20:42:25 +0200103config HID_CHERRY
David Rientjes6a108a12011-01-20 14:44:16 -0800104 tristate "Cherry Cymotion keyboard" if EXPERT
Jiri Slaby3b239cd2008-06-24 20:42:25 +0200105 depends on USB_HID
David Rientjes6a108a12011-01-20 14:44:16 -0800106 default !EXPERT
Jiri Slaby3b239cd2008-06-24 20:42:25 +0200107 ---help---
Jiri Kosinaf0bd8e42008-10-16 01:25:15 +0200108 Support for Cherry Cymotion keyboard.
Jiri Slaby3b239cd2008-06-24 20:42:25 +0200109
Jiri Slabyfcfacfd2008-06-24 22:48:52 +0200110config HID_CHICONY
David Rientjes6a108a12011-01-20 14:44:16 -0800111 tristate "Chicony Tactical pad" if EXPERT
Jiri Slabyfcfacfd2008-06-24 22:48:52 +0200112 depends on USB_HID
David Rientjes6a108a12011-01-20 14:44:16 -0800113 default !EXPERT
Jiri Slabyfcfacfd2008-06-24 22:48:52 +0200114 ---help---
115 Support for Chicony Tactical pad.
116
Don Prince3a370ca2010-05-12 15:18:59 +0200117config HID_PRODIKEYS
Jiri Kosina95736de2010-05-12 15:27:00 +0200118 tristate "Prodikeys PC-MIDI Keyboard support"
Don Prince3a370ca2010-05-12 15:18:59 +0200119 depends on USB_HID && SND
120 select SND_RAWMIDI
Don Prince3a370ca2010-05-12 15:18:59 +0200121 ---help---
122 Support for Prodikeys PC-MIDI Keyboard device support.
123 Say Y here to enable support for this device.
124 - Prodikeys PC-MIDI keyboard.
125 The Prodikeys PC-MIDI acts as a USB Audio device, with one MIDI
126 input and one MIDI output. These MIDI jacks appear as
127 a sound "card" in the ALSA sound system.
128 Note: if you say N here, this device will still function as a basic
129 multimedia keyboard, but will lack support for the musical keyboard
130 and some additional multimedia keys.
131
Jiri Slaby0f221322008-06-23 22:54:08 +0200132config HID_CYPRESS
David Rientjes6a108a12011-01-20 14:44:16 -0800133 tristate "Cypress mouse and barcode readers" if EXPERT
Jiri Slaby0f221322008-06-23 22:54:08 +0200134 depends on USB_HID
David Rientjes6a108a12011-01-20 14:44:16 -0800135 default !EXPERT
Jiri Slaby0f221322008-06-23 22:54:08 +0200136 ---help---
Jiri Kosinaf0bd8e42008-10-16 01:25:15 +0200137 Support for cypress mouse and barcode readers.
Jiri Slaby0f221322008-06-23 22:54:08 +0200138
Jiri Kosina0f6f4312009-05-15 15:46:44 +0200139config HID_DRAGONRISE
Borislav Petkova1043042010-08-16 16:26:08 +0200140 tristate "DragonRise Inc. game controller"
Richard Walmsley3f866fb2009-03-04 22:12:04 +1300141 depends on USB_HID
Jiri Kosina0f6f4312009-05-15 15:46:44 +0200142 ---help---
Nikolai Kondrashovb4a65f42011-01-28 14:50:53 +0300143 Say Y here if you have DragonRise Inc. game controllers.
144 These might be branded as:
145 - Tesun USB-703
146 - Media-tech MT1504 "Rogue"
147 - DVTech JS19 "Gear"
148 - Defender Game Master
Jiri Kosina0f6f4312009-05-15 15:46:44 +0200149
150config DRAGONRISE_FF
Borislav Petkova1043042010-08-16 16:26:08 +0200151 bool "DragonRise Inc. force feedback"
Jiri Kosina0f6f4312009-05-15 15:46:44 +0200152 depends on HID_DRAGONRISE
Richard Walmsley3f866fb2009-03-04 22:12:04 +1300153 select INPUT_FF_MEMLESS
154 ---help---
155 Say Y here if you want to enable force feedback support for DragonRise Inc.
156 game controllers.
157
Ignaz Forster04561c52010-11-01 15:13:37 -0400158config HID_EMS_FF
159 tristate "EMS Production Inc. force feedback support"
160 depends on USB_HID
161 select INPUT_FF_MEMLESS
162 ---help---
163 Say Y here if you want to enable force feedback support for devices by
164 EMS Production Ltd.
165 Currently the following devices are known to be supported:
166 - Trio Linker Plus II
167
Richard Nauber64b386e2010-06-28 18:54:25 +0200168config HID_ELECOM
Borislav Petkova1043042010-08-16 16:26:08 +0200169 tristate "ELECOM BM084 bluetooth mouse"
Richard Nauber64b386e2010-06-28 18:54:25 +0200170 depends on BT_HIDP
171 ---help---
172 Support for the ELECOM BM084 (bluetooth mouse).
173
Jiri Slaby1f243e32008-06-24 21:11:21 +0200174config HID_EZKEY
David Rientjes6a108a12011-01-20 14:44:16 -0800175 tristate "Ezkey BTC 8193 keyboard" if EXPERT
Jiri Slaby1f243e32008-06-24 21:11:21 +0200176 depends on USB_HID
David Rientjes6a108a12011-01-20 14:44:16 -0800177 default !EXPERT
Jiri Slaby1f243e32008-06-24 21:11:21 +0200178 ---help---
Jiri Kosinaf0bd8e42008-10-16 01:25:15 +0200179 Support for Ezkey BTC 8193 keyboard.
Jiri Slaby1f243e32008-06-24 21:11:21 +0200180
Jiri Kosina177900e2011-02-17 15:12:45 +0100181config HID_KEYTOUCH
182 tristate "Keyoutch HID devices"
183 depends on USB_HID
184 ---help---
185 Support for Keytouch HID devices not fully compliant with
186 the specification. Currently supported:
187 - Keytouch IEC 60945
188
Jiri Kosina79422742009-03-11 11:43:27 +0100189config HID_KYE
David Rientjes6a108a12011-01-20 14:44:16 -0800190 tristate "Kye/Genius Ergo Mouse" if EXPERT
Jiri Kosina79422742009-03-11 11:43:27 +0100191 depends on USB_HID
David Rientjes6a108a12011-01-20 14:44:16 -0800192 default !EXPERT
Jiri Kosina79422742009-03-11 11:43:27 +0100193 ---help---
194 Support for Kye/Genius Ergo Mouse.
195
Nikolai Kondrashovf8a489c2010-08-09 20:44:17 +0400196config HID_UCLOGIC
Jiri Kosinaf36ee072010-08-09 19:56:01 +0200197 tristate "UC-Logic"
Nikolai Kondrashovf8a489c2010-08-09 20:44:17 +0400198 depends on USB_HID
199 ---help---
200 Support for UC-Logic tablets.
201
Nikolai Kondrashov72a46342010-08-20 19:21:11 +0400202config HID_WALTOP
203 tristate "Waltop"
204 depends on USB_HID
205 ---help---
206 Support for Waltop tablets.
207
Jiri Slaby949f8fe2008-07-24 23:35:13 +0200208config HID_GYRATION
Borislav Petkova1043042010-08-16 16:26:08 +0200209 tristate "Gyration remote control"
Jiri Slaby949f8fe2008-07-24 23:35:13 +0200210 depends on USB_HID
211 ---help---
Jiri Kosinaf0bd8e42008-10-16 01:25:15 +0200212 Support for Gyration remote control.
Jiri Slaby949f8fe2008-07-24 23:35:13 +0200213
Bruno Premont711a6802009-07-13 14:19:58 +0200214config HID_TWINHAN
Borislav Petkova1043042010-08-16 16:26:08 +0200215 tristate "Twinhan IR remote control"
Bruno Premont711a6802009-07-13 14:19:58 +0200216 depends on USB_HID
Bruno Premont711a6802009-07-13 14:19:58 +0200217 ---help---
218 Support for Twinhan IR remote control.
219
Jiri Kosinafdf93aa2009-03-04 16:09:40 +0100220config HID_KENSINGTON
David Rientjes6a108a12011-01-20 14:44:16 -0800221 tristate "Kensington Slimblade Trackball" if EXPERT
Jiri Kosinafdf93aa2009-03-04 16:09:40 +0100222 depends on USB_HID
David Rientjes6a108a12011-01-20 14:44:16 -0800223 default !EXPERT
Jiri Kosinafdf93aa2009-03-04 16:09:40 +0100224 ---help---
225 Support for Kensington Slimblade Trackball.
226
Chris Schlund75b07022011-02-03 16:41:47 +0100227config HID_LCPOWER
228 tristate "LC-Power"
229 depends on USB_HID
230 ---help---
231 Support for LC-Power RC1000MCE RF remote control.
232
Jiri Slaby5f22a792008-05-16 11:49:19 +0200233config HID_LOGITECH
David Rientjes6a108a12011-01-20 14:44:16 -0800234 tristate "Logitech devices" if EXPERT
Jiri Slaby5f22a792008-05-16 11:49:19 +0200235 depends on USB_HID
David Rientjes6a108a12011-01-20 14:44:16 -0800236 default !EXPERT
Jiri Slaby5f22a792008-05-16 11:49:19 +0200237 ---help---
Jiri Kosinaf0bd8e42008-10-16 01:25:15 +0200238 Support for Logitech devices that are not fully compliant with HID standard.
Jiri Slaby5f22a792008-05-16 11:49:19 +0200239
Jiri Slaby606bd0a2008-07-04 23:06:45 +0200240config LOGITECH_FF
Jiri Kosina0f6f4312009-05-15 15:46:44 +0200241 bool "Logitech force feedback support"
Jiri Slaby606bd0a2008-07-04 23:06:45 +0200242 depends on HID_LOGITECH
243 select INPUT_FF_MEMLESS
244 help
245 Say Y here if you have one of these devices:
246 - Logitech WingMan Cordless RumblePad
247 - Logitech WingMan Cordless RumblePad 2
248 - Logitech WingMan Force 3D
249 - Logitech Formula Force EX
Jiri Kosinafd30ea82009-06-23 12:11:31 +0200250 - Logitech WingMan Formula Force GP
Jiri Slaby606bd0a2008-07-04 23:06:45 +0200251 - Logitech MOMO Force wheel
252
253 and if you want to enable force feedback for them.
254 Note: if you say N here, this device will still be supported, but without
255 force feedback.
256
257config LOGIRUMBLEPAD2_FF
Hendrik Iben2c6118e2010-10-04 15:39:49 +0200258 bool "Logitech RumblePad/Rumblepad 2 force feedback support"
Jiri Slaby606bd0a2008-07-04 23:06:45 +0200259 depends on HID_LOGITECH
260 select INPUT_FF_MEMLESS
261 help
262 Say Y here if you want to enable force feedback support for Logitech
Hendrik Iben2c6118e2010-10-04 15:39:49 +0200263 RumblePad and Rumblepad 2 devices.
Jiri Slaby606bd0a2008-07-04 23:06:45 +0200264
Gary Stein74f292c2010-01-13 00:25:58 +0100265config LOGIG940_FF
266 bool "Logitech Flight System G940 force feedback support"
267 depends on HID_LOGITECH
268 select INPUT_FF_MEMLESS
269 help
270 Say Y here if you want to enable force feedback support for Logitech
271 Flight System G940 devices.
272
Simon Wood32c88cb2010-09-22 13:19:42 +0200273config LOGIWII_FF
274 bool "Logitech Speed Force Wireless force feedback support"
275 depends on HID_LOGITECH
276 select INPUT_FF_MEMLESS
277 help
278 Say Y here if you want to enable force feedback support for Logitech
279 Speed Force Wireless (Wii) devices.
280
Michael Poole128537c2010-02-06 12:24:36 -0500281config HID_MAGICMOUSE
Jiri Kosina9f523142010-02-10 14:59:03 +0100282 tristate "Apple MagicMouse multi-touch support"
Michael Poole128537c2010-02-06 12:24:36 -0500283 depends on BT_HIDP
Michael Poole128537c2010-02-06 12:24:36 -0500284 ---help---
Jiri Kosina9f523142010-02-10 14:59:03 +0100285 Support for the Apple Magic Mouse multi-touch.
Michael Poole128537c2010-02-06 12:24:36 -0500286
287 Say Y here if you want support for the multi-touch features of the
288 Apple Wireless "Magic" Mouse.
289
Jiri Slaby78a849a682008-06-20 21:26:11 +0200290config HID_MICROSOFT
David Rientjes6a108a12011-01-20 14:44:16 -0800291 tristate "Microsoft non-fully HID-compliant devices" if EXPERT
Jiri Slaby78a849a682008-06-20 21:26:11 +0200292 depends on USB_HID
David Rientjes6a108a12011-01-20 14:44:16 -0800293 default !EXPERT
Jiri Slaby78a849a682008-06-20 21:26:11 +0200294 ---help---
Jiri Kosinaf0bd8e42008-10-16 01:25:15 +0200295 Support for Microsoft devices that are not fully compliant with HID standard.
Jiri Slaby78a849a682008-06-20 21:26:11 +0200296
Stephane Chatty77f720b2010-02-06 15:17:13 +0100297config HID_MOSART
Borislav Petkova1043042010-08-16 16:26:08 +0200298 tristate "MosArt dual-touch panels"
Stephane Chatty77f720b2010-02-06 15:17:13 +0100299 depends on USB_HID
300 ---help---
301 Support for MosArt dual-touch panels.
302
Jiri Slaby3b8006e2008-06-25 00:07:50 +0200303config HID_MONTEREY
David Rientjes6a108a12011-01-20 14:44:16 -0800304 tristate "Monterey Genius KB29E keyboard" if EXPERT
Jiri Slaby3b8006e2008-06-25 00:07:50 +0200305 depends on USB_HID
David Rientjes6a108a12011-01-20 14:44:16 -0800306 default !EXPERT
Jiri Slaby3b8006e2008-06-25 00:07:50 +0200307 ---help---
308 Support for Monterey Genius KB29E.
309
Benjamin Tissoires5519cab2011-01-07 23:45:50 +0100310config HID_MULTITOUCH
311 tristate "HID Multitouch panels"
312 depends on USB_HID
313 ---help---
314 Generic support for HID multitouch panels.
315
316 Say Y here if you have one of the following devices:
Benjamin Tissoiresa841b622011-03-18 14:27:54 +0100317 - Cando dual touch panel
Benjamin Tissoires2d936662011-01-11 16:45:54 +0100318 - Cypress TrueTouch panels
319 - Hanvon dual touch panels
Benjamin Tissoires4dfcced2011-01-31 11:28:22 +0100320 - IrTouch Infrared USB panels
Benjamin Tissoires2d936662011-01-11 16:45:54 +0100321 - Pixcir dual touch panels
Benjamin Tissoires5572da02011-01-07 23:47:27 +0100322 - 'Sensing Win7-TwoFinger' panel by GeneralTouch
Richard Nauber4875ac12011-03-09 06:20:57 +0100323 - eGalax dual-touch panels, including the
324 Joojoo and Wetab tablets
Benjamin Tissoires043b4032011-03-18 14:27:53 +0100325 - Stantum multitouch panels
Benjamin Tissoires5519cab2011-01-07 23:45:50 +0100326
Benjamin Tissoires2d936662011-01-11 16:45:54 +0100327 If unsure, say N.
328
329 To compile this driver as a module, choose M here: the
330 module will be called hid-multitouch.
331
Rafi Rubin94011f92008-11-19 15:54:46 +0100332config HID_NTRIG
Borislav Petkova1043042010-08-16 16:26:08 +0200333 tristate "N-Trig touch screen"
Rafi Rubin94011f92008-11-19 15:54:46 +0100334 depends on USB_HID
Rafi Rubin94011f92008-11-19 15:54:46 +0100335 ---help---
336 Support for N-Trig touch screen.
337
Johnathon Harriscd9ec302010-01-21 14:36:52 +0000338config HID_ORTEK
Herton Ronaldo Krzesinski270fdc02011-03-16 14:13:53 -0300339 tristate "Ortek PKB-1700/WKB-2000 wireless keyboard and mouse trackpad"
Johnathon Harriscd9ec302010-01-21 14:36:52 +0000340 depends on USB_HID
Johnathon Harriscd9ec302010-01-21 14:36:52 +0000341 ---help---
Herton Ronaldo Krzesinski270fdc02011-03-16 14:13:53 -0300342 Support for Ortek PKB-1700/WKB-2000 wireless keyboard + mouse trackpad.
Johnathon Harriscd9ec302010-01-21 14:36:52 +0000343
Jiri Slaby5f022292008-09-18 19:43:32 +0200344config HID_PANTHERLORD
Borislav Petkova1043042010-08-16 16:26:08 +0200345 tristate "Pantherlord/GreenAsia game controller"
Jiri Kosina0f6f4312009-05-15 15:46:44 +0200346 depends on USB_HID
Jiri Kosina0f6f4312009-05-15 15:46:44 +0200347 ---help---
348 Say Y here if you have a PantherLord/GreenAsia based game controller
349 or adapter.
350
Jiri Slaby5f022292008-09-18 19:43:32 +0200351config PANTHERLORD_FF
352 bool "Pantherlord force feedback support"
353 depends on HID_PANTHERLORD
354 select INPUT_FF_MEMLESS
Jiri Kosina0f6f4312009-05-15 15:46:44 +0200355 ---help---
Jiri Slaby5f022292008-09-18 19:43:32 +0200356 Say Y here if you have a PantherLord/GreenAsia based game controller
357 or adapter and want to enable force feedback support for it.
358
Jiri Slaby1e762532008-06-24 23:46:21 +0200359config HID_PETALYNX
Borislav Petkova1043042010-08-16 16:26:08 +0200360 tristate "Petalynx Maxter remote control"
Jiri Slaby1e762532008-06-24 23:46:21 +0200361 depends on USB_HID
362 ---help---
Jiri Kosinaf0bd8e42008-10-16 01:25:15 +0200363 Support for Petalynx Maxter remote control.
Jiri Slaby1e762532008-06-24 23:46:21 +0200364
Bruno Prémont236db472010-03-30 22:33:50 +0200365config HID_PICOLCD
366 tristate "PicoLCD (graphic version)"
367 depends on USB_HID
368 ---help---
369 This provides support for Minibox PicoLCD devices, currently
370 only the graphical ones are supported.
371
372 This includes support for the following device features:
373 - Keypad
374 - Switching between Firmware and Flash mode
Bruno Prémont9bbf2b92010-03-30 22:38:09 +0200375 - EEProm / Flash access (via debugfs)
Bruno Prémont5435f282010-04-11 12:17:45 +0200376 Features selectively enabled:
377 - Framebuffer for monochrome 256x64 display
378 - Backlight control
379 - Contrast control
380 - General purpose outputs
Bruno Prémontb8c21cf2010-03-30 22:34:30 +0200381 Features that are not (yet) supported:
Bruno Prémont236db472010-03-30 22:33:50 +0200382 - IR
Bruno Prémont236db472010-03-30 22:33:50 +0200383
Bruno Prémont5435f282010-04-11 12:17:45 +0200384config HID_PICOLCD_FB
David Rientjes6a108a12011-01-20 14:44:16 -0800385 bool "Framebuffer support" if EXPERT
386 default !EXPERT
Bruno Prémont5435f282010-04-11 12:17:45 +0200387 depends on HID_PICOLCD
388 depends on HID_PICOLCD=FB || FB=y
389 select FB_DEFERRED_IO
390 select FB_SYS_FILLRECT
391 select FB_SYS_COPYAREA
392 select FB_SYS_IMAGEBLIT
393 select FB_SYS_FOPS
394 ---help---
395 Provide access to PicoLCD's 256x64 monochrome display via a
396 frambuffer device.
397
398config HID_PICOLCD_BACKLIGHT
David Rientjes6a108a12011-01-20 14:44:16 -0800399 bool "Backlight control" if EXPERT
400 default !EXPERT
Bruno Prémont5435f282010-04-11 12:17:45 +0200401 depends on HID_PICOLCD
402 depends on HID_PICOLCD=BACKLIGHT_CLASS_DEVICE || BACKLIGHT_CLASS_DEVICE=y
403 ---help---
404 Provide access to PicoLCD's backlight control via backlight
405 class.
406
407config HID_PICOLCD_LCD
David Rientjes6a108a12011-01-20 14:44:16 -0800408 bool "Contrast control" if EXPERT
409 default !EXPERT
Bruno Prémont5435f282010-04-11 12:17:45 +0200410 depends on HID_PICOLCD
411 depends on HID_PICOLCD=LCD_CLASS_DEVICE || LCD_CLASS_DEVICE=y
412 ---help---
413 Provide access to PicoLCD's LCD contrast via lcd class.
414
415config HID_PICOLCD_LEDS
David Rientjes6a108a12011-01-20 14:44:16 -0800416 bool "GPO via leds class" if EXPERT
417 default !EXPERT
Bruno Prémont5435f282010-04-11 12:17:45 +0200418 depends on HID_PICOLCD
419 depends on HID_PICOLCD=LEDS_CLASS || LEDS_CLASS=y
420 ---help---
421 Provide access to PicoLCD's GPO pins via leds class.
422
Stephane Chatty49e47392010-01-13 00:29:16 +0100423config HID_QUANTA
Borislav Petkova1043042010-08-16 16:26:08 +0200424 tristate "Quanta Optical Touch panels"
Stephane Chatty49e47392010-01-13 00:29:16 +0100425 depends on USB_HID
426 ---help---
427 Support for Quanta Optical Touch dual-touch panels.
428
Stefan Achatz206f5f22010-05-19 18:55:16 +0200429config HID_ROCCAT
430 tristate "Roccat special event support"
431 depends on USB_HID
432 ---help---
433 Support for Roccat special events.
434 Say Y here if you have a Roccat mouse or keyboard and want OSD or
435 macro execution support.
436
Stefan Achatz5772f632011-01-30 13:38:23 +0100437config HID_ROCCAT_COMMON
438 tristate
439
Stefan Achatze68cc602011-01-06 09:00:34 +0100440config HID_ROCCAT_ARVO
441 tristate "Roccat Arvo keyboard support"
442 depends on USB_HID
443 select HID_ROCCAT
Stefan Achatz5772f632011-01-30 13:38:23 +0100444 select HID_ROCCAT_COMMON
Stefan Achatze68cc602011-01-06 09:00:34 +0100445 ---help---
446 Support for Roccat Arvo keyboard.
447
Stefan Achatz14bf62c2010-03-18 16:19:43 +0100448config HID_ROCCAT_KONE
Jiri Kosina23d386d2010-03-22 16:33:15 +0100449 tristate "Roccat Kone Mouse support"
Stefan Achatz14bf62c2010-03-18 16:19:43 +0100450 depends on USB_HID
Randy Dunlapfdd45ef2010-05-27 09:07:06 -0700451 select HID_ROCCAT
Stefan Achatz5772f632011-01-30 13:38:23 +0100452 select HID_ROCCAT_COMMON
Stefan Achatz14bf62c2010-03-18 16:19:43 +0100453 ---help---
454 Support for Roccat Kone mouse.
455
Stefan Achatz47dbdbff2010-11-26 19:57:42 +0000456config HID_ROCCAT_KONEPLUS
457 tristate "Roccat Kone[+] mouse support"
458 depends on USB_HID
459 select HID_ROCCAT
Stefan Achatz5772f632011-01-30 13:38:23 +0100460 select HID_ROCCAT_COMMON
Stefan Achatz47dbdbff2010-11-26 19:57:42 +0000461 ---help---
462 Support for Roccat Kone[+] mouse.
463
Stefan Achatz0e70f972011-01-30 13:38:24 +0100464config HID_ROCCAT_KOVAPLUS
465 tristate "Roccat Kova[+] mouse support"
466 depends on USB_HID
467 select HID_ROCCAT
468 select HID_ROCCAT_COMMON
469 ---help---
470 Support for Roccat Kova[+] mouse.
471
Stefan Achatzcb7cf3d2010-08-29 12:30:18 +0200472config HID_ROCCAT_PYRA
473 tristate "Roccat Pyra mouse support"
474 depends on USB_HID
475 select HID_ROCCAT
Stefan Achatz5772f632011-01-30 13:38:23 +0100476 select HID_ROCCAT_COMMON
Stefan Achatzcb7cf3d2010-08-29 12:30:18 +0200477 ---help---
478 Support for Roccat Pyra mouse.
479
Jiri Slaby980a3da2008-06-25 22:31:48 +0200480config HID_SAMSUNG
Borislav Petkova1043042010-08-16 16:26:08 +0200481 tristate "Samsung InfraRed remote control or keyboards"
Jiri Slaby980a3da2008-06-25 22:31:48 +0200482 depends on USB_HID
483 ---help---
Don Princeb3558502010-05-17 11:42:39 +0100484 Support for Samsung InfraRed remote control or keyboards.
Jiri Slaby980a3da2008-06-25 22:31:48 +0200485
Jiri Slabybd28ce02008-06-25 23:47:04 +0200486config HID_SONY
Borislav Petkova1043042010-08-16 16:26:08 +0200487 tristate "Sony PS3 controller"
Jiri Slabybd28ce02008-06-25 23:47:04 +0200488 depends on USB_HID
489 ---help---
490 Support for Sony PS3 controller.
491
Jiri Slaby90231e72008-06-23 21:56:07 +0200492config HID_SUNPLUS
Borislav Petkova1043042010-08-16 16:26:08 +0200493 tristate "Sunplus wireless desktop"
Jiri Slaby90231e72008-06-23 21:56:07 +0200494 depends on USB_HID
495 ---help---
Jiri Kosinaf0bd8e42008-10-16 01:25:15 +0200496 Support for Sunplus wireless desktop.
Jiri Slaby90231e72008-06-23 21:56:07 +0200497
Jiri Kosina0f6f4312009-05-15 15:46:44 +0200498config HID_GREENASIA
Borislav Petkova1043042010-08-16 16:26:08 +0200499 tristate "GreenAsia (Product ID 0x12) game controller support"
Lukasz Lubojanski42859e02008-12-11 22:07:59 +0100500 depends on USB_HID
Jiri Kosina0f6f4312009-05-15 15:46:44 +0200501 ---help---
502 Say Y here if you have a GreenAsia (Product ID 0x12) based game
503 controller or adapter.
504
505config GREENASIA_FF
506 bool "GreenAsia (Product ID 0x12) force feedback support"
507 depends on HID_GREENASIA
Lukasz Lubojanski42859e02008-12-11 22:07:59 +0100508 select INPUT_FF_MEMLESS
509 ---help---
510 Say Y here if you have a GreenAsia (Product ID 0x12) based game controller
Matt LaPlante692105b2009-01-26 11:12:25 +0100511 (like MANTA Warrior MM816 and SpeedLink Strike2 SL-6635) or adapter
Lukasz Lubojanski42859e02008-12-11 22:07:59 +0100512 and want to enable force feedback support for it.
513
Jussi Kivilinnafac733f2009-05-13 11:54:38 +0300514config HID_SMARTJOYPLUS
Jiri Kosina73d5e8f2010-05-21 13:15:17 +0200515 tristate "SmartJoy PLUS PS2/USB adapter support"
Jussi Kivilinnafac733f2009-05-13 11:54:38 +0300516 depends on USB_HID
Jussi Kivilinnafac733f2009-05-13 11:54:38 +0300517 ---help---
518 Support for SmartJoy PLUS PS2/USB adapter.
519
520config SMARTJOYPLUS_FF
521 bool "SmartJoy PLUS PS2/USB adapter force feedback support"
522 depends on HID_SMARTJOYPLUS
523 select INPUT_FF_MEMLESS
524 ---help---
525 Say Y here if you have a SmartJoy PLUS PS2/USB adapter and want to
526 enable force feedback support for it.
527
Lev Babievf14f5262009-01-04 00:36:56 +0100528config HID_TOPSEED
Kees Bakker54001082010-07-13 22:50:51 +0200529 tristate "TopSeed Cyberlink, BTC Emprex, Conceptronic remote control support"
Lev Babievf14f5262009-01-04 00:36:56 +0100530 depends on USB_HID
Lev Babievf14f5262009-01-04 00:36:56 +0100531 ---help---
Kees Bakker54001082010-07-13 22:50:51 +0200532 Say Y if you have a TopSeed Cyberlink or BTC Emprex or Conceptronic
533 CLLRCMCE remote control.
Lev Babievf14f5262009-01-04 00:36:56 +0100534
Jiri Kosina0f6f4312009-05-15 15:46:44 +0200535config HID_THRUSTMASTER
Jiri Kosina73d5e8f2010-05-21 13:15:17 +0200536 tristate "ThrustMaster devices support"
Jiri Slaby10e41a72008-09-18 12:23:31 +0200537 depends on USB_HID
Jiri Kosina0f6f4312009-05-15 15:46:44 +0200538 ---help---
Jiri Slaby10e41a72008-09-18 12:23:31 +0200539 Say Y here if you have a THRUSTMASTER FireStore Dual Power 2 or
Jiri Kosina0f6f4312009-05-15 15:46:44 +0200540 a THRUSTMASTER Ferrari GT Rumble Wheel.
541
542config THRUSTMASTER_FF
543 bool "ThrustMaster devices force feedback support"
544 depends on HID_THRUSTMASTER
545 select INPUT_FF_MEMLESS
546 ---help---
Ruben Aos Garralda7a84b132009-06-29 09:41:29 +0200547 Say Y here if you have a THRUSTMASTER FireStore Dual Power 2 or 3,
548 a THRUSTMASTER Dual Trigger 3-in-1 or a THRUSTMASTER Ferrari GT
549 Rumble Force or Force Feedback Wheel.
Jiri Slaby10e41a72008-09-18 12:23:31 +0200550
Bastien Noceraca2dcd42009-05-11 17:18:12 +0200551config HID_WACOM
Jiri Kosina2dbf2092010-02-03 16:11:12 +0100552 tristate "Wacom Bluetooth devices support"
Bastien Noceraca2dcd42009-05-11 17:18:12 +0200553 depends on BT_HIDP
Bastien Noceraca2dcd42009-05-11 17:18:12 +0200554 ---help---
555 Support for Wacom Graphire Bluetooth tablet.
556
Przemo Firszt59d23342010-03-15 19:16:23 +0000557config HID_WACOM_POWER_SUPPLY
558 bool "Wacom Bluetooth devices power supply status support"
559 depends on HID_WACOM
560 select POWER_SUPPLY
561 ---help---
562 Say Y here if you want to enable power supply status monitoring for
563 Wacom Bluetooth devices.
564
Jiri Kosina0f6f4312009-05-15 15:46:44 +0200565config HID_ZEROPLUS
Jiri Kosina73d5e8f2010-05-21 13:15:17 +0200566 tristate "Zeroplus based game controller support"
Jiri Slaby987fbc12008-09-18 12:23:32 +0200567 depends on USB_HID
Jiri Kosina0f6f4312009-05-15 15:46:44 +0200568 ---help---
Jiri Slaby987fbc12008-09-18 12:23:32 +0200569 Say Y here if you have a Zeroplus based game controller.
570
Jiri Kosina0f6f4312009-05-15 15:46:44 +0200571config ZEROPLUS_FF
572 bool "Zeroplus based game controller force feedback support"
573 depends on HID_ZEROPLUS
574 select INPUT_FF_MEMLESS
575 ---help---
576 Say Y here if you have a Zeroplus based game controller and want
577 to have force feedback support for it.
578
Don Princea9885c82010-05-14 17:30:59 +0100579config HID_ZYDACRON
Jiri Kosina73d5e8f2010-05-21 13:15:17 +0200580 tristate "Zydacron remote control support"
Don Princea9885c82010-05-14 17:30:59 +0100581 depends on USB_HID
Don Princea9885c82010-05-14 17:30:59 +0100582 ---help---
583 Support for Zydacron remote control.
584
Jiri Slaby5f22a792008-05-16 11:49:19 +0200585endmenu
586
Jan Engelhardt3cd70982007-04-30 13:27:48 +0200587endif # HID_SUPPORT