diff options
Diffstat (limited to 'drivers/hid/Kconfig')
-rw-r--r-- | drivers/hid/Kconfig | 29 |
1 files changed, 11 insertions, 18 deletions
diff --git a/drivers/hid/Kconfig b/drivers/hid/Kconfig index 7831a0318d3c..111afbe8de03 100644 --- a/drivers/hid/Kconfig +++ b/drivers/hid/Kconfig | |||
@@ -31,21 +31,6 @@ config HID | |||
31 | 31 | ||
32 | If unsure, say Y. | 32 | If unsure, say Y. |
33 | 33 | ||
34 | config HID_DEBUG | ||
35 | bool "HID debugging support" | ||
36 | default y | ||
37 | depends on HID | ||
38 | ---help--- | ||
39 | This option lets the HID layer output diagnostics about its internal | ||
40 | state, resolve HID usages, dump HID fields, etc. Individual HID drivers | ||
41 | use this debugging facility to output information about individual HID | ||
42 | devices, etc. | ||
43 | |||
44 | This feature is useful for those who are either debugging the HID parser | ||
45 | or any HID hardware device. | ||
46 | |||
47 | If unsure, say Y. | ||
48 | |||
49 | config HIDRAW | 34 | config HIDRAW |
50 | bool "/dev/hidraw raw HID device support" | 35 | bool "/dev/hidraw raw HID device support" |
51 | depends on HID | 36 | depends on HID |
@@ -152,6 +137,13 @@ config HID_GYRATION | |||
152 | ---help--- | 137 | ---help--- |
153 | Support for Gyration remote control. | 138 | Support for Gyration remote control. |
154 | 139 | ||
140 | config HID_TWINHAN | ||
141 | tristate "Twinhan" if EMBEDDED | ||
142 | depends on USB_HID | ||
143 | default !EMBEDDED | ||
144 | ---help--- | ||
145 | Support for Twinhan IR remote control. | ||
146 | |||
155 | config HID_KENSINGTON | 147 | config HID_KENSINGTON |
156 | tristate "Kensington" if EMBEDDED | 148 | tristate "Kensington" if EMBEDDED |
157 | depends on USB_HID | 149 | depends on USB_HID |
@@ -176,6 +168,7 @@ config LOGITECH_FF | |||
176 | - Logitech WingMan Cordless RumblePad 2 | 168 | - Logitech WingMan Cordless RumblePad 2 |
177 | - Logitech WingMan Force 3D | 169 | - Logitech WingMan Force 3D |
178 | - Logitech Formula Force EX | 170 | - Logitech Formula Force EX |
171 | - Logitech WingMan Formula Force GP | ||
179 | - Logitech MOMO Force wheel | 172 | - Logitech MOMO Force wheel |
180 | 173 | ||
181 | and if you want to enable force feedback for them. | 174 | and if you want to enable force feedback for them. |
@@ -314,9 +307,9 @@ config THRUSTMASTER_FF | |||
314 | depends on HID_THRUSTMASTER | 307 | depends on HID_THRUSTMASTER |
315 | select INPUT_FF_MEMLESS | 308 | select INPUT_FF_MEMLESS |
316 | ---help--- | 309 | ---help--- |
317 | Say Y here if you have a THRUSTMASTER FireStore Dual Power 2 or | 310 | Say Y here if you have a THRUSTMASTER FireStore Dual Power 2 or 3, |
318 | a THRUSTMASTER Ferrari GT Rumble Force or Force Feedback Wheel and | 311 | a THRUSTMASTER Dual Trigger 3-in-1 or a THRUSTMASTER Ferrari GT |
319 | want to enable force feedback support for it. | 312 | Rumble Force or Force Feedback Wheel. |
320 | 313 | ||
321 | config HID_WACOM | 314 | config HID_WACOM |
322 | tristate "Wacom Bluetooth devices support" if EMBEDDED | 315 | tristate "Wacom Bluetooth devices support" if EMBEDDED |