diff options
Diffstat (limited to 'drivers/usb/input/Kconfig')
-rw-r--r-- | drivers/usb/input/Kconfig | 145 |
1 files changed, 0 insertions, 145 deletions
diff --git a/drivers/usb/input/Kconfig b/drivers/usb/input/Kconfig index 69a9f3b6d0a9..a792e42f58af 100644 --- a/drivers/usb/input/Kconfig +++ b/drivers/usb/input/Kconfig | |||
@@ -4,151 +4,6 @@ | |||
4 | comment "USB Input Devices" | 4 | comment "USB Input Devices" |
5 | depends on USB | 5 | depends on USB |
6 | 6 | ||
7 | config USB_HID | ||
8 | tristate "USB Human Interface Device (full HID) support" | ||
9 | default y | ||
10 | depends on USB && INPUT | ||
11 | select HID | ||
12 | ---help--- | ||
13 | Say Y here if you want full HID support to connect USB keyboards, | ||
14 | mice, joysticks, graphic tablets, or any other HID based devices | ||
15 | to your computer via USB, as well as Uninterruptible Power Supply | ||
16 | (UPS) and monitor control devices. | ||
17 | |||
18 | You can't use this driver and the HIDBP (Boot Protocol) keyboard | ||
19 | and mouse drivers at the same time. More information is available: | ||
20 | <file:Documentation/input/input.txt>. | ||
21 | |||
22 | If unsure, say Y. | ||
23 | |||
24 | To compile this driver as a module, choose M here: the | ||
25 | module will be called usbhid. | ||
26 | |||
27 | comment "Input core support is needed for USB HID input layer or HIDBP support" | ||
28 | depends on USB_HID && INPUT=n | ||
29 | |||
30 | config USB_HIDINPUT_POWERBOOK | ||
31 | bool "Enable support for iBook/PowerBook special keys" | ||
32 | default n | ||
33 | depends on USB_HID | ||
34 | help | ||
35 | Say Y here if you want support for the special keys (Fn, Numlock) on | ||
36 | Apple iBooks and PowerBooks. | ||
37 | |||
38 | If unsure, say N. | ||
39 | |||
40 | config HID_FF | ||
41 | bool "Force feedback support (EXPERIMENTAL)" | ||
42 | depends on USB_HID && EXPERIMENTAL | ||
43 | help | ||
44 | Say Y here is you want force feedback support for a few HID devices. | ||
45 | See below for a list of supported devices. | ||
46 | |||
47 | See <file:Documentation/input/ff.txt> for a description of the force | ||
48 | feedback API. | ||
49 | |||
50 | If unsure, say N. | ||
51 | |||
52 | config HID_PID | ||
53 | bool "PID device support" | ||
54 | depends on HID_FF | ||
55 | help | ||
56 | Say Y here if you have a PID-compliant device and wish to enable force | ||
57 | feedback for it. Microsoft Sidewinder Force Feedback 2 is one of such | ||
58 | devices. | ||
59 | |||
60 | config LOGITECH_FF | ||
61 | bool "Logitech devices support" | ||
62 | depends on HID_FF | ||
63 | select INPUT_FF_MEMLESS if USB_HID | ||
64 | help | ||
65 | Say Y here if you have one of these devices: | ||
66 | - Logitech WingMan Cordless RumblePad | ||
67 | - Logitech WingMan Cordless RumblePad 2 | ||
68 | - Logitech WingMan Force 3D | ||
69 | - Logitech Formula Force EX | ||
70 | - Logitech MOMO Force wheel | ||
71 | |||
72 | and if you want to enable force feedback for them. | ||
73 | Note: if you say N here, this device will still be supported, but without | ||
74 | force feedback. | ||
75 | |||
76 | config PANTHERLORD_FF | ||
77 | bool "PantherLord USB/PS2 2in1 Adapter support" | ||
78 | depends on HID_FF | ||
79 | select INPUT_FF_MEMLESS if USB_HID | ||
80 | help | ||
81 | Say Y here if you have a PantherLord USB/PS2 2in1 Adapter and want | ||
82 | to enable force feedback support for it. | ||
83 | |||
84 | config THRUSTMASTER_FF | ||
85 | bool "ThrustMaster FireStorm Dual Power 2 support (EXPERIMENTAL)" | ||
86 | depends on HID_FF && EXPERIMENTAL | ||
87 | select INPUT_FF_MEMLESS if USB_HID | ||
88 | help | ||
89 | Say Y here if you have a THRUSTMASTER FireStore Dual Power 2, | ||
90 | and want to enable force feedback support for it. | ||
91 | Note: if you say N here, this device will still be supported, but without | ||
92 | force feedback. | ||
93 | |||
94 | config ZEROPLUS_FF | ||
95 | bool "Zeroplus based game controller support" | ||
96 | depends on HID_FF | ||
97 | select INPUT_FF_MEMLESS if USB_HID | ||
98 | help | ||
99 | Say Y here if you have a Zeroplus based game controller and want to | ||
100 | enable force feedback for it. | ||
101 | |||
102 | config USB_HIDDEV | ||
103 | bool "/dev/hiddev raw HID device support" | ||
104 | depends on USB_HID | ||
105 | help | ||
106 | Say Y here if you want to support HID devices (from the USB | ||
107 | specification standpoint) that aren't strictly user interface | ||
108 | devices, like monitor controls and Uninterruptable Power Supplies. | ||
109 | |||
110 | This module supports these devices separately using a separate | ||
111 | event interface on /dev/usb/hiddevX (char 180:96 to 180:111). | ||
112 | |||
113 | If unsure, say Y. | ||
114 | |||
115 | menu "USB HID Boot Protocol drivers" | ||
116 | depends on USB!=n && USB_HID!=y | ||
117 | |||
118 | config USB_KBD | ||
119 | tristate "USB HIDBP Keyboard (simple Boot) support" | ||
120 | depends on USB && INPUT | ||
121 | ---help--- | ||
122 | Say Y here only if you are absolutely sure that you don't want | ||
123 | to use the generic HID driver for your USB keyboard and prefer | ||
124 | to use the keyboard in its limited Boot Protocol mode instead. | ||
125 | |||
126 | This is almost certainly not what you want. This is mostly | ||
127 | useful for embedded applications or simple keyboards. | ||
128 | |||
129 | To compile this driver as a module, choose M here: the | ||
130 | module will be called usbkbd. | ||
131 | |||
132 | If even remotely unsure, say N. | ||
133 | |||
134 | config USB_MOUSE | ||
135 | tristate "USB HIDBP Mouse (simple Boot) support" | ||
136 | depends on USB && INPUT | ||
137 | ---help--- | ||
138 | Say Y here only if you are absolutely sure that you don't want | ||
139 | to use the generic HID driver for your USB mouse and prefer | ||
140 | to use the mouse in its limited Boot Protocol mode instead. | ||
141 | |||
142 | This is almost certainly not what you want. This is mostly | ||
143 | useful for embedded applications or simple mice. | ||
144 | |||
145 | To compile this driver as a module, choose M here: the | ||
146 | module will be called usbmouse. | ||
147 | |||
148 | If even remotely unsure, say N. | ||
149 | |||
150 | endmenu | ||
151 | |||
152 | config USB_AIPTEK | 7 | config USB_AIPTEK |
153 | tristate "Aiptek 6000U/8000U tablet support" | 8 | tristate "Aiptek 6000U/8000U tablet support" |
154 | depends on USB && INPUT | 9 | depends on USB && INPUT |