aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hid/Kconfig
diff options
context:
space:
mode:
authorSergei Kolzun <x0r@dv-life.ru>2010-07-19 06:13:23 -0400
committerJiri Kosina <jkosina@suse.cz>2010-07-19 06:13:23 -0400
commitc0dbcc33c652a0646542560de29a1c3f1ab7169f (patch)
treee4ee8d31d3aabb0d6aab4b95201cc3072cbb1453 /drivers/hid/Kconfig
parent1c5474a65bf15a4cb162dfff86d6d0b5a08a740c (diff)
HID: add ACRUX game controller force feedback support
Adds force feedback support for ACRUX USB game controllers. These devices are mass produced in China by several vendors. Signed-off-by: Sergei Kolzun <x0r@dv-life.ru> Signed-off-by: Dmitry Torokhov <dtor@mail.ru> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/hid/Kconfig')
-rw-r--r--drivers/hid/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/hid/Kconfig b/drivers/hid/Kconfig
index 434099369058..c25865f14a6c 100644
--- a/drivers/hid/Kconfig
+++ b/drivers/hid/Kconfig
@@ -68,6 +68,15 @@ config HID_A4TECH
68 ---help--- 68 ---help---
69 Support for A4 tech X5 and WOP-35 / Trust 450L mice. 69 Support for A4 tech X5 and WOP-35 / Trust 450L mice.
70 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 80config HID_APPLE
72 tristate "Apple" if EMBEDDED 81 tristate "Apple" if EMBEDDED
73 depends on (USB_HID || BT_HIDP) 82 depends on (USB_HID || BT_HIDP)