diff options
Diffstat (limited to 'drivers/hid/Kconfig')
-rw-r--r-- | drivers/hid/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/hid/Kconfig b/drivers/hid/Kconfig index f54050c2e38d..6369ba7f96f8 100644 --- a/drivers/hid/Kconfig +++ b/drivers/hid/Kconfig | |||
@@ -68,6 +68,14 @@ 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 | ||
71 | config HID_ACRUX_FF | ||
72 | tristate "ACRUX force feedback support" | ||
73 | depends on USB_HID | ||
74 | select INPUT_FF_MEMLESS | ||
75 | ---help--- | ||
76 | Say Y here if you want to enable force feedback support for ACRUX | ||
77 | game controllers. | ||
78 | |||
71 | config HID_APPLE | 79 | config HID_APPLE |
72 | tristate "Apple" if EMBEDDED | 80 | tristate "Apple" if EMBEDDED |
73 | depends on (USB_HID || BT_HIDP) | 81 | depends on (USB_HID || BT_HIDP) |