Kconfig (540010812179a16d3d00fb8363bb06ee83af25b8) Kconfig (c0dbcc33c652a0646542560de29a1c3f1ab7169f)
1#
2# HID driver configuration
3#
4menuconfig HID_SUPPORT
5 bool "HID Devices"
6 depends on INPUT
7 default y
8 ---help---

--- 54 unchanged lines hidden (view full) ---

63
64config HID_A4TECH
65 tristate "A4 tech" if EMBEDDED
66 depends on USB_HID
67 default !EMBEDDED
68 ---help---
69 Support for A4 tech X5 and WOP-35 / Trust 450L mice.
70
1#
2# HID driver configuration
3#
4menuconfig HID_SUPPORT
5 bool "HID Devices"
6 depends on INPUT
7 default y
8 ---help---

--- 54 unchanged lines hidden (view full) ---

63
64config HID_A4TECH
65 tristate "A4 tech" if EMBEDDED
66 depends on USB_HID
67 default !EMBEDDED
68 ---help---
69 Support for A4 tech X5 and WOP-35 / Trust 450L mice.
70
71config HID_ACRUX_FF
72 tristate "ACRUX force feedback support"
73 depends on USB_HID
74 default !EMBEDDED
75 select INPUT_FF_MEMLESS
76 ---help---
77 Say Y here if you want to enable force feedback support for ACRUX
78 game controllers.
79
71config HID_APPLE
72 tristate "Apple" if EMBEDDED
73 depends on (USB_HID || BT_HIDP)
74 default !EMBEDDED
75 ---help---
76 Support for some Apple devices which less or more break
77 HID specification.
78

--- 333 unchanged lines hidden (view full) ---

412 bool "SmartJoy PLUS PS2/USB adapter force feedback support"
413 depends on HID_SMARTJOYPLUS
414 select INPUT_FF_MEMLESS
415 ---help---
416 Say Y here if you have a SmartJoy PLUS PS2/USB adapter and want to
417 enable force feedback support for it.
418
419config HID_TOPSEED
80config HID_APPLE
81 tristate "Apple" if EMBEDDED
82 depends on (USB_HID || BT_HIDP)
83 default !EMBEDDED
84 ---help---
85 Support for some Apple devices which less or more break
86 HID specification.
87

--- 333 unchanged lines hidden (view full) ---

421 bool "SmartJoy PLUS PS2/USB adapter force feedback support"
422 depends on HID_SMARTJOYPLUS
423 select INPUT_FF_MEMLESS
424 ---help---
425 Say Y here if you have a SmartJoy PLUS PS2/USB adapter and want to
426 enable force feedback support for it.
427
428config HID_TOPSEED
420 tristate "TopSeed Cyberlink, BTC Emprex, Conceptronic remote control support"
429 tristate "TopSeed Cyberlink remote control support"
421 depends on USB_HID
422 ---help---
430 depends on USB_HID
431 ---help---
423 Say Y if you have a TopSeed Cyberlink or BTC Emprex or Conceptronic
424 CLLRCMCE remote control.
432 Say Y if you have a TopSeed Cyberlink or BTC Emprex remote control.
425
426config HID_THRUSTMASTER
427 tristate "ThrustMaster devices support"
428 depends on USB_HID
429 ---help---
430 Say Y here if you have a THRUSTMASTER FireStore Dual Power 2 or
431 a THRUSTMASTER Ferrari GT Rumble Wheel.
432

--- 46 unchanged lines hidden ---
433
434config HID_THRUSTMASTER
435 tristate "ThrustMaster devices support"
436 depends on USB_HID
437 ---help---
438 Say Y here if you have a THRUSTMASTER FireStore Dual Power 2 or
439 a THRUSTMASTER Ferrari GT Rumble Wheel.
440

--- 46 unchanged lines hidden ---