aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hid/Kconfig
diff options
context:
space:
mode:
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)