HID: move logitech FF processing
[deliverable/linux.git] / drivers / hid / usbhid / Kconfig
1 comment "USB Input Devices"
2 depends on USB
3
4 config USB_HID
5 tristate "USB Human Interface Device (full HID) support"
6 default y
7 depends on USB && INPUT
8 select HID
9 ---help---
10 Say Y here if you want full HID support to connect USB keyboards,
11 mice, joysticks, graphic tablets, or any other HID based devices
12 to your computer via USB, as well as Uninterruptible Power Supply
13 (UPS) and monitor control devices.
14
15 You can't use this driver and the HIDBP (Boot Protocol) keyboard
16 and mouse drivers at the same time. More information is available:
17 <file:Documentation/input/input.txt>.
18
19 If unsure, say Y.
20
21 To compile this driver as a module, choose M here: the
22 module will be called usbhid.
23
24 comment "Input core support is needed for USB HID input layer or HIDBP support"
25 depends on USB_HID && INPUT=n
26
27 config HID_FF
28 bool "Force feedback support (EXPERIMENTAL)"
29 depends on USB_HID && EXPERIMENTAL
30 help
31 Say Y here is you want force feedback support for a few HID devices.
32 See below for a list of supported devices.
33
34 See <file:Documentation/input/ff.txt> for a description of the force
35 feedback API.
36
37 If unsure, say N.
38
39 config HID_PID
40 bool "PID device support"
41 depends on HID_FF
42 help
43 Say Y here if you have a PID-compliant device and wish to enable force
44 feedback for it. Microsoft Sidewinder Force Feedback 2 is one of such
45 devices.
46
47 config PANTHERLORD_FF
48 bool "PantherLord/GreenAsia based device support"
49 depends on HID_FF
50 select INPUT_FF_MEMLESS if USB_HID
51 help
52 Say Y here if you have a PantherLord/GreenAsia based game controller
53 or adapter and want to enable force feedback support for it.
54
55 config THRUSTMASTER_FF
56 bool "ThrustMaster devices support"
57 depends on HID_FF
58 select INPUT_FF_MEMLESS if USB_HID
59 help
60 Say Y here if you have a THRUSTMASTER FireStore Dual Power 2 or
61 a THRUSTMASTER Ferrari GT Rumble Force or Force Feedback Wheel,
62 and want to enable force feedback support for it.
63 Note: if you say N here, this device will still be supported, but without
64 force feedback.
65
66 config ZEROPLUS_FF
67 bool "Zeroplus based game controller support"
68 depends on HID_FF
69 select INPUT_FF_MEMLESS if USB_HID
70 help
71 Say Y here if you have a Zeroplus based game controller and want to
72 enable force feedback for it.
73
74 config USB_HIDDEV
75 bool "/dev/hiddev raw HID device support"
76 depends on USB_HID
77 help
78 Say Y here if you want to support HID devices (from the USB
79 specification standpoint) that aren't strictly user interface
80 devices, like monitor controls and Uninterruptable Power Supplies.
81
82 This module supports these devices separately using a separate
83 event interface on /dev/usb/hiddevX (char 180:96 to 180:111).
84
85 If unsure, say Y.
86
87 menu "USB HID Boot Protocol drivers"
88 depends on USB!=n && USB_HID!=y
89
90 config USB_KBD
91 tristate "USB HIDBP Keyboard (simple Boot) support"
92 depends on USB && INPUT
93 ---help---
94 Say Y here only if you are absolutely sure that you don't want
95 to use the generic HID driver for your USB keyboard and prefer
96 to use the keyboard in its limited Boot Protocol mode instead.
97
98 This is almost certainly not what you want. This is mostly
99 useful for embedded applications or simple keyboards.
100
101 To compile this driver as a module, choose M here: the
102 module will be called usbkbd.
103
104 If even remotely unsure, say N.
105
106 config USB_MOUSE
107 tristate "USB HIDBP Mouse (simple Boot) support"
108 depends on USB && INPUT
109 ---help---
110 Say Y here only if you are absolutely sure that you don't want
111 to use the generic HID driver for your USB mouse and prefer
112 to use the mouse in its limited Boot Protocol mode instead.
113
114 This is almost certainly not what you want. This is mostly
115 useful for embedded applications or simple mice.
116
117 To compile this driver as a module, choose M here: the
118 module will be called usbmouse.
119
120 If even remotely unsure, say N.
121
122 endmenu
123
124
This page took 0.038762 seconds and 5 git commands to generate.