diff options
Diffstat (limited to 'drivers/hid/Kconfig')
-rw-r--r-- | drivers/hid/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/hid/Kconfig b/drivers/hid/Kconfig index 3052e2969ad0..3d9a95f28aea 100644 --- a/drivers/hid/Kconfig +++ b/drivers/hid/Kconfig | |||
@@ -150,6 +150,16 @@ config DRAGONRISE_FF | |||
150 | Say Y here if you want to enable force feedback support for DragonRise Inc. | 150 | Say Y here if you want to enable force feedback support for DragonRise Inc. |
151 | game controllers. | 151 | game controllers. |
152 | 152 | ||
153 | config HID_EMS_FF | ||
154 | tristate "EMS Production Inc. force feedback support" | ||
155 | depends on USB_HID | ||
156 | select INPUT_FF_MEMLESS | ||
157 | ---help--- | ||
158 | Say Y here if you want to enable force feedback support for devices by | ||
159 | EMS Production Ltd. | ||
160 | Currently the following devices are known to be supported: | ||
161 | - Trio Linker Plus II | ||
162 | |||
153 | config HID_EGALAX | 163 | config HID_EGALAX |
154 | tristate "eGalax multi-touch panel" | 164 | tristate "eGalax multi-touch panel" |
155 | depends on USB_HID | 165 | depends on USB_HID |