Merge branches 'ntrig', 'picolcd', 'prodikeys' and 'roccat-kone' into for-linus
[deliverable/linux.git] / drivers / hid / Kconfig
CommitLineData
63f3861d
JK
1#
2# HID driver configuration
3#
3cd70986
JE
4menuconfig HID_SUPPORT
5 bool "HID Devices"
63f3861d 6 depends on INPUT
3cd70986 7 default y
06bfb7eb
JE
8 ---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.
3cd70986
JE
13
14if HID_SUPPORT
63f3861d
JK
15
16config HID
17 tristate "Generic HID support"
c96c9d7b 18 depends on INPUT
63f3861d
JK
19 default y
20 ---help---
69e4d948
JK
21 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
205adbec 32 If unsure, say Y.
63f3861d 33
86166b7b
JK
34config 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
6db3dfef
JK
53source "drivers/hid/usbhid/Kconfig"
54
5f22a799
JS
55menu "Special HID drivers"
56 depends on HID
57
b6353f4f 58config HID_3M_PCT
4b186f72 59 tristate "3M PCT"
b6353f4f 60 depends on USB_HID
b6353f4f
SC
61 ---help---
62 Support for 3M PCT touch screens.
63
14a21cd4 64config HID_A4TECH
b36299bc 65 tristate "A4 tech" if EMBEDDED
14a21cd4 66 depends on USB_HID
d04b431e 67 default !EMBEDDED
14a21cd4
JS
68 ---help---
69 Support for A4 tech X5 and WOP-35 / Trust 450L mice.
70
8c19a515 71config HID_APPLE
b36299bc 72 tristate "Apple" if EMBEDDED
8c19a515 73 depends on (USB_HID || BT_HIDP)
d04b431e 74 default !EMBEDDED
8c19a515
JS
75 ---help---
76 Support for some Apple devices which less or more break
77 HID specification.
78
f0bd8e43
JK
79 Say Y here if you want support for keyboards of Apple iBooks, PowerBooks,
80 MacBooks, MacBook Pros and Apple Aluminum.
8c19a515 81
b5635b12 82config HID_BELKIN
b36299bc 83 tristate "Belkin" if EMBEDDED
b5635b12 84 depends on USB_HID
d04b431e 85 default !EMBEDDED
b5635b12
JS
86 ---help---
87 Support for Belkin Flip KVM and Wireless keyboard.
88
36213e1e
SC
89config HID_CANDO
90 tristate "Cando dual touch panel"
91 depends on USB_HID
92 ---help---
93 Support for Cando dual touch panel.
94
3b239cd7 95config HID_CHERRY
b36299bc 96 tristate "Cherry" if EMBEDDED
3b239cd7 97 depends on USB_HID
d04b431e 98 default !EMBEDDED
3b239cd7 99 ---help---
f0bd8e43 100 Support for Cherry Cymotion keyboard.
3b239cd7 101
fcfacfd3 102config HID_CHICONY
b36299bc 103 tristate "Chicony" if EMBEDDED
fcfacfd3 104 depends on USB_HID
d04b431e 105 default !EMBEDDED
fcfacfd3
JS
106 ---help---
107 Support for Chicony Tactical pad.
108
3a370ca1 109config HID_PRODIKEYS
95736de9 110 tristate "Prodikeys PC-MIDI Keyboard support"
3a370ca1
DP
111 depends on USB_HID && SND
112 select SND_RAWMIDI
3a370ca1
DP
113 ---help---
114 Support for Prodikeys PC-MIDI Keyboard device support.
115 Say Y here to enable support for this device.
116 - Prodikeys PC-MIDI keyboard.
117 The Prodikeys PC-MIDI acts as a USB Audio device, with one MIDI
118 input and one MIDI output. These MIDI jacks appear as
119 a sound "card" in the ALSA sound system.
120 Note: if you say N here, this device will still function as a basic
121 multimedia keyboard, but will lack support for the musical keyboard
122 and some additional multimedia keys.
123
0f221320 124config HID_CYPRESS
b36299bc 125 tristate "Cypress" if EMBEDDED
0f221320 126 depends on USB_HID
d04b431e 127 default !EMBEDDED
0f221320 128 ---help---
f0bd8e43 129 Support for cypress mouse and barcode readers.
0f221320 130
0f6f4319
JK
131config HID_DRAGONRISE
132 tristate "DragonRise Inc. support" if EMBEDDED
3f866fbd 133 depends on USB_HID
0f6f4319
JK
134 default !EMBEDDED
135 ---help---
136 Say Y here if you have DragonRise Inc.game controllers.
137
138config DRAGONRISE_FF
139 bool "DragonRise Inc. force feedback support"
140 depends on HID_DRAGONRISE
3f866fbd
RW
141 select INPUT_FF_MEMLESS
142 ---help---
143 Say Y here if you want to enable force feedback support for DragonRise Inc.
144 game controllers.
145
0c3910c2
SC
146config HID_EGALAX
147 tristate "eGalax multi-touch panel"
148 depends on USB_HID
149 ---help---
150 Support for the eGalax dual-touch panel
151
1f243e30 152config HID_EZKEY
b36299bc 153 tristate "Ezkey" if EMBEDDED
1f243e30 154 depends on USB_HID
d04b431e 155 default !EMBEDDED
1f243e30 156 ---help---
f0bd8e43 157 Support for Ezkey BTC 8193 keyboard.
1f243e30 158
79422741
JK
159config HID_KYE
160 tristate "Kye" if EMBEDDED
161 depends on USB_HID
162 default !EMBEDDED
163 ---help---
164 Support for Kye/Genius Ergo Mouse.
165
949f8fef 166config HID_GYRATION
b36299bc 167 tristate "Gyration" if EMBEDDED
949f8fef 168 depends on USB_HID
d04b431e 169 default !EMBEDDED
949f8fef 170 ---help---
f0bd8e43 171 Support for Gyration remote control.
949f8fef 172
711a680e
BP
173config HID_TWINHAN
174 tristate "Twinhan" if EMBEDDED
175 depends on USB_HID
176 default !EMBEDDED
177 ---help---
178 Support for Twinhan IR remote control.
179
fdf93aa3
JK
180config HID_KENSINGTON
181 tristate "Kensington" if EMBEDDED
182 depends on USB_HID
183 default !EMBEDDED
184 ---help---
185 Support for Kensington Slimblade Trackball.
186
5f22a799 187config HID_LOGITECH
b36299bc 188 tristate "Logitech" if EMBEDDED
5f22a799 189 depends on USB_HID
d04b431e 190 default !EMBEDDED
5f22a799 191 ---help---
f0bd8e43 192 Support for Logitech devices that are not fully compliant with HID standard.
5f22a799 193
606bd0a8 194config LOGITECH_FF
0f6f4319 195 bool "Logitech force feedback support"
606bd0a8
JS
196 depends on HID_LOGITECH
197 select INPUT_FF_MEMLESS
198 help
199 Say Y here if you have one of these devices:
200 - Logitech WingMan Cordless RumblePad
201 - Logitech WingMan Cordless RumblePad 2
202 - Logitech WingMan Force 3D
203 - Logitech Formula Force EX
fd30ea8c 204 - Logitech WingMan Formula Force GP
606bd0a8
JS
205 - Logitech MOMO Force wheel
206
207 and if you want to enable force feedback for them.
208 Note: if you say N here, this device will still be supported, but without
209 force feedback.
210
211config LOGIRUMBLEPAD2_FF
0f6f4319 212 bool "Logitech Rumblepad 2 force feedback support"
606bd0a8
JS
213 depends on HID_LOGITECH
214 select INPUT_FF_MEMLESS
215 help
216 Say Y here if you want to enable force feedback support for Logitech
217 Rumblepad 2 devices.
218
74f292ca
GS
219config LOGIG940_FF
220 bool "Logitech Flight System G940 force feedback support"
221 depends on HID_LOGITECH
222 select INPUT_FF_MEMLESS
223 help
224 Say Y here if you want to enable force feedback support for Logitech
225 Flight System G940 devices.
226
128537ce 227config HID_MAGICMOUSE
9f523147 228 tristate "Apple MagicMouse multi-touch support"
128537ce 229 depends on BT_HIDP
128537ce 230 ---help---
9f523147 231 Support for the Apple Magic Mouse multi-touch.
128537ce
MP
232
233 Say Y here if you want support for the multi-touch features of the
234 Apple Wireless "Magic" Mouse.
235
78a849a6 236config HID_MICROSOFT
b36299bc 237 tristate "Microsoft" if EMBEDDED
78a849a6 238 depends on USB_HID
d04b431e 239 default !EMBEDDED
78a849a6 240 ---help---
f0bd8e43 241 Support for Microsoft devices that are not fully compliant with HID standard.
78a849a6 242
77f720b7
SC
243config HID_MOSART
244 tristate "MosArt"
245 depends on USB_HID
246 ---help---
247 Support for MosArt dual-touch panels.
248
3b8006e5 249config HID_MONTEREY
b36299bc 250 tristate "Monterey" if EMBEDDED
3b8006e5 251 depends on USB_HID
d04b431e 252 default !EMBEDDED
3b8006e5
JS
253 ---help---
254 Support for Monterey Genius KB29E.
255
94011f93 256config HID_NTRIG
2dbf209d 257 tristate "NTrig"
94011f93 258 depends on USB_HID
94011f93
RR
259 ---help---
260 Support for N-Trig touch screen.
261
cd9ec30d
JH
262config HID_ORTEK
263 tristate "Ortek" if EMBEDDED
264 depends on USB_HID
265 default !EMBEDDED
266 ---help---
267 Support for Ortek WKB-2000 wireless keyboard + mouse trackpad.
268
0f6f4319
JK
269config HID_PANTHERLORD
270 tristate "Pantherlord support" if EMBEDDED
271 depends on USB_HID
272 default !EMBEDDED
273 ---help---
274 Say Y here if you have a PantherLord/GreenAsia based game controller
275 or adapter.
276
5f022298
JS
277config PANTHERLORD_FF
278 bool "Pantherlord force feedback support"
279 depends on HID_PANTHERLORD
280 select INPUT_FF_MEMLESS
0f6f4319 281 ---help---
5f022298
JS
282 Say Y here if you have a PantherLord/GreenAsia based game controller
283 or adapter and want to enable force feedback support for it.
284
1e762532 285config HID_PETALYNX
b36299bc 286 tristate "Petalynx" if EMBEDDED
1e762532 287 depends on USB_HID
d04b431e 288 default !EMBEDDED
1e762532 289 ---help---
f0bd8e43 290 Support for Petalynx Maxter remote control.
1e762532 291
236db47c
BP
292config HID_PICOLCD
293 tristate "PicoLCD (graphic version)"
294 depends on USB_HID
295 ---help---
296 This provides support for Minibox PicoLCD devices, currently
297 only the graphical ones are supported.
298
299 This includes support for the following device features:
300 - Keypad
301 - Switching between Firmware and Flash mode
9bbf2b98 302 - EEProm / Flash access (via debugfs)
5435f281
BP
303 Features selectively enabled:
304 - Framebuffer for monochrome 256x64 display
305 - Backlight control
306 - Contrast control
307 - General purpose outputs
b8c21cf6 308 Features that are not (yet) supported:
236db47c 309 - IR
236db47c 310
5435f281
BP
311config HID_PICOLCD_FB
312 bool "Framebuffer support" if EMBEDDED
313 default !EMBEDDED
314 depends on HID_PICOLCD
315 depends on HID_PICOLCD=FB || FB=y
316 select FB_DEFERRED_IO
317 select FB_SYS_FILLRECT
318 select FB_SYS_COPYAREA
319 select FB_SYS_IMAGEBLIT
320 select FB_SYS_FOPS
321 ---help---
322 Provide access to PicoLCD's 256x64 monochrome display via a
323 frambuffer device.
324
325config HID_PICOLCD_BACKLIGHT
326 bool "Backlight control" if EMBEDDED
327 default !EMBEDDED
328 depends on HID_PICOLCD
329 depends on HID_PICOLCD=BACKLIGHT_CLASS_DEVICE || BACKLIGHT_CLASS_DEVICE=y
330 ---help---
331 Provide access to PicoLCD's backlight control via backlight
332 class.
333
334config HID_PICOLCD_LCD
335 bool "Contrast control" if EMBEDDED
336 default !EMBEDDED
337 depends on HID_PICOLCD
338 depends on HID_PICOLCD=LCD_CLASS_DEVICE || LCD_CLASS_DEVICE=y
339 ---help---
340 Provide access to PicoLCD's LCD contrast via lcd class.
341
342config HID_PICOLCD_LEDS
343 bool "GPO via leds class" if EMBEDDED
344 default !EMBEDDED
345 depends on HID_PICOLCD
346 depends on HID_PICOLCD=LEDS_CLASS || LEDS_CLASS=y
347 ---help---
348 Provide access to PicoLCD's GPO pins via leds class.
349
49e4739a
SC
350config HID_QUANTA
351 tristate "Quanta Optical Touch"
352 depends on USB_HID
353 ---help---
354 Support for Quanta Optical Touch dual-touch panels.
355
14bf62cd 356config HID_ROCCAT_KONE
23d386d8 357 tristate "Roccat Kone Mouse support"
14bf62cd 358 depends on USB_HID
14bf62cd
SA
359 ---help---
360 Support for Roccat Kone mouse.
361
980a3da6 362config HID_SAMSUNG
b36299bc 363 tristate "Samsung" if EMBEDDED
980a3da6 364 depends on USB_HID
d04b431e 365 default !EMBEDDED
980a3da6 366 ---help---
b355850b 367 Support for Samsung InfraRed remote control or keyboards.
980a3da6 368
bd28ce00 369config HID_SONY
b36299bc 370 tristate "Sony" if EMBEDDED
bd28ce00 371 depends on USB_HID
d04b431e 372 default !EMBEDDED
bd28ce00
JS
373 ---help---
374 Support for Sony PS3 controller.
375
d3fb5454 376config HID_STANTUM
92688c0c 377 tristate "Stantum"
d3fb5454
SC
378 depends on USB_HID
379 ---help---
380 Support for Stantum multitouch panel.
381
90231e7e 382config HID_SUNPLUS
b36299bc 383 tristate "Sunplus" if EMBEDDED
90231e7e 384 depends on USB_HID
d04b431e 385 default !EMBEDDED
90231e7e 386 ---help---
f0bd8e43 387 Support for Sunplus wireless desktop.
90231e7e 388
0f6f4319
JK
389config HID_GREENASIA
390 tristate "GreenAsia (Product ID 0x12) support" if EMBEDDED
42859e0b 391 depends on USB_HID
0f6f4319
JK
392 default !EMBEDDED
393 ---help---
394 Say Y here if you have a GreenAsia (Product ID 0x12) based game
395 controller or adapter.
396
397config GREENASIA_FF
398 bool "GreenAsia (Product ID 0x12) force feedback support"
399 depends on HID_GREENASIA
42859e0b
LL
400 select INPUT_FF_MEMLESS
401 ---help---
402 Say Y here if you have a GreenAsia (Product ID 0x12) based game controller
692105b8 403 (like MANTA Warrior MM816 and SpeedLink Strike2 SL-6635) or adapter
42859e0b
LL
404 and want to enable force feedback support for it.
405
fac733f0
JK
406config HID_SMARTJOYPLUS
407 tristate "SmartJoy PLUS PS2/USB adapter support" if EMBEDDED
408 depends on USB_HID
409 default !EMBEDDED
410 ---help---
411 Support for SmartJoy PLUS PS2/USB adapter.
412
413config SMARTJOYPLUS_FF
414 bool "SmartJoy PLUS PS2/USB adapter force feedback support"
415 depends on HID_SMARTJOYPLUS
416 select INPUT_FF_MEMLESS
417 ---help---
418 Say Y here if you have a SmartJoy PLUS PS2/USB adapter and want to
419 enable force feedback support for it.
420
f14f526d
LB
421config HID_TOPSEED
422 tristate "TopSeed Cyberlink remote control support" if EMBEDDED
423 depends on USB_HID
1db489b2 424 default !EMBEDDED
f14f526d 425 ---help---
bf280628 426 Say Y if you have a TopSeed Cyberlink or BTC Emprex remote control.
f14f526d 427
0f6f4319
JK
428config HID_THRUSTMASTER
429 tristate "ThrustMaster devices support" if EMBEDDED
10e41a71 430 depends on USB_HID
0f6f4319
JK
431 default !EMBEDDED
432 ---help---
433 Say Y here if you have a THRUSTMASTER FireStore Dual Power 2 or
434 a THRUSTMASTER Ferrari GT Rumble Wheel.
435
436config THRUSTMASTER_FF
437 bool "ThrustMaster devices force feedback support"
438 depends on HID_THRUSTMASTER
10e41a71 439 select INPUT_FF_MEMLESS
0f6f4319 440 ---help---
7a84b133
RAG
441 Say Y here if you have a THRUSTMASTER FireStore Dual Power 2 or 3,
442 a THRUSTMASTER Dual Trigger 3-in-1 or a THRUSTMASTER Ferrari GT
443 Rumble Force or Force Feedback Wheel.
10e41a71 444
ca2dcd40 445config HID_WACOM
2dbf209d 446 tristate "Wacom Bluetooth devices support"
ca2dcd40 447 depends on BT_HIDP
ca2dcd40
BN
448 ---help---
449 Support for Wacom Graphire Bluetooth tablet.
450
59d2334a
PF
451config HID_WACOM_POWER_SUPPLY
452 bool "Wacom Bluetooth devices power supply status support"
453 depends on HID_WACOM
454 select POWER_SUPPLY
455 ---help---
456 Say Y here if you want to enable power supply status monitoring for
457 Wacom Bluetooth devices.
458
0f6f4319
JK
459config HID_ZEROPLUS
460 tristate "Zeroplus based game controller support" if EMBEDDED
987fbc1f 461 depends on USB_HID
0f6f4319
JK
462 default !EMBEDDED
463 ---help---
987fbc1f
JS
464 Say Y here if you have a Zeroplus based game controller.
465
0f6f4319
JK
466config ZEROPLUS_FF
467 bool "Zeroplus based game controller force feedback support"
468 depends on HID_ZEROPLUS
469 select INPUT_FF_MEMLESS
470 ---help---
471 Say Y here if you have a Zeroplus based game controller and want
472 to have force feedback support for it.
473
a9885c8f
DP
474config HID_ZYDACRON
475 tristate "Zydacron remote control support" if EMBEDDED
476 depends on USB_HID
477 default !EMBEDDED
478 ---help---
479 Support for Zydacron remote control.
480
5f22a799
JS
481endmenu
482
3cd70986 483endif # HID_SUPPORT
This page took 0.337722 seconds and 5 git commands to generate.