aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hid/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/hid/Kconfig')
-rw-r--r--drivers/hid/Kconfig45
1 files changed, 41 insertions, 4 deletions
diff --git a/drivers/hid/Kconfig b/drivers/hid/Kconfig
index 0e668ccc2511..71d4c0703629 100644
--- a/drivers/hid/Kconfig
+++ b/drivers/hid/Kconfig
@@ -55,6 +55,12 @@ source "drivers/hid/usbhid/Kconfig"
55menu "Special HID drivers" 55menu "Special HID drivers"
56 depends on HID 56 depends on HID
57 57
58config HID_3M_PCT
59 tristate "3M PCT"
60 depends on USB_HID
61 ---help---
62 Support for 3M PCT touch screens.
63
58config HID_A4TECH 64config HID_A4TECH
59 tristate "A4 tech" if EMBEDDED 65 tristate "A4 tech" if EMBEDDED
60 depends on USB_HID 66 depends on USB_HID
@@ -183,6 +189,14 @@ config LOGIRUMBLEPAD2_FF
183 Say Y here if you want to enable force feedback support for Logitech 189 Say Y here if you want to enable force feedback support for Logitech
184 Rumblepad 2 devices. 190 Rumblepad 2 devices.
185 191
192config LOGIG940_FF
193 bool "Logitech Flight System G940 force feedback support"
194 depends on HID_LOGITECH
195 select INPUT_FF_MEMLESS
196 help
197 Say Y here if you want to enable force feedback support for Logitech
198 Flight System G940 devices.
199
186config HID_MAGICMOUSE 200config HID_MAGICMOUSE
187 tristate "Apple MagicMouse multi-touch support" 201 tristate "Apple MagicMouse multi-touch support"
188 depends on BT_HIDP 202 depends on BT_HIDP
@@ -199,6 +213,12 @@ config HID_MICROSOFT
199 ---help--- 213 ---help---
200 Support for Microsoft devices that are not fully compliant with HID standard. 214 Support for Microsoft devices that are not fully compliant with HID standard.
201 215
216config HID_MOSART
217 tristate "MosArt"
218 depends on USB_HID
219 ---help---
220 Support for MosArt dual-touch panels.
221
202config HID_MONTEREY 222config HID_MONTEREY
203 tristate "Monterey" if EMBEDDED 223 tristate "Monterey" if EMBEDDED
204 depends on USB_HID 224 depends on USB_HID
@@ -207,12 +227,18 @@ config HID_MONTEREY
207 Support for Monterey Genius KB29E. 227 Support for Monterey Genius KB29E.
208 228
209config HID_NTRIG 229config HID_NTRIG
210 tristate "NTrig" if EMBEDDED 230 tristate "NTrig"
211 depends on USB_HID 231 depends on USB_HID
212 default !EMBEDDED
213 ---help--- 232 ---help---
214 Support for N-Trig touch screen. 233 Support for N-Trig touch screen.
215 234
235config HID_ORTEK
236 tristate "Ortek" if EMBEDDED
237 depends on USB_HID
238 default !EMBEDDED
239 ---help---
240 Support for Ortek WKB-2000 wireless keyboard + mouse trackpad.
241
216config HID_PANTHERLORD 242config HID_PANTHERLORD
217 tristate "Pantherlord support" if EMBEDDED 243 tristate "Pantherlord support" if EMBEDDED
218 depends on USB_HID 244 depends on USB_HID
@@ -236,6 +262,12 @@ config HID_PETALYNX
236 ---help--- 262 ---help---
237 Support for Petalynx Maxter remote control. 263 Support for Petalynx Maxter remote control.
238 264
265config HID_QUANTA
266 tristate "Quanta Optical Touch"
267 depends on USB_HID
268 ---help---
269 Support for Quanta Optical Touch dual-touch panels.
270
239config HID_SAMSUNG 271config HID_SAMSUNG
240 tristate "Samsung" if EMBEDDED 272 tristate "Samsung" if EMBEDDED
241 depends on USB_HID 273 depends on USB_HID
@@ -250,6 +282,12 @@ config HID_SONY
250 ---help--- 282 ---help---
251 Support for Sony PS3 controller. 283 Support for Sony PS3 controller.
252 284
285config HID_STANTUM
286 tristate "Stantum"
287 depends on USB_HID
288 ---help---
289 Support for Stantum multitouch panel.
290
253config HID_SUNPLUS 291config HID_SUNPLUS
254 tristate "Sunplus" if EMBEDDED 292 tristate "Sunplus" if EMBEDDED
255 depends on USB_HID 293 depends on USB_HID
@@ -314,9 +352,8 @@ config THRUSTMASTER_FF
314 Rumble Force or Force Feedback Wheel. 352 Rumble Force or Force Feedback Wheel.
315 353
316config HID_WACOM 354config HID_WACOM
317 tristate "Wacom Bluetooth devices support" if EMBEDDED 355 tristate "Wacom Bluetooth devices support"
318 depends on BT_HIDP 356 depends on BT_HIDP
319 default !EMBEDDED
320 ---help--- 357 ---help---
321 Support for Wacom Graphire Bluetooth tablet. 358 Support for Wacom Graphire Bluetooth tablet.
322 359