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 78e3ba9504f3..fc4f80c4006c 100644 --- a/drivers/hid/Kconfig +++ b/drivers/hid/Kconfig | |||
@@ -252,6 +252,14 @@ config THRUSTMASTER_FF | |||
252 | Say Y here if you have a THRUSTMASTER FireStore Dual Power 2 or | 252 | Say Y here if you have a THRUSTMASTER FireStore Dual Power 2 or |
253 | a THRUSTMASTER Ferrari GT Rumble Force or Force Feedback Wheel. | 253 | a THRUSTMASTER Ferrari GT Rumble Force or Force Feedback Wheel. |
254 | 254 | ||
255 | config ZEROPLUS_FF | ||
256 | tristate "Zeroplus based game controller support" | ||
257 | default m | ||
258 | depends on USB_HID | ||
259 | select INPUT_FF_MEMLESS | ||
260 | help | ||
261 | Say Y here if you have a Zeroplus based game controller. | ||
262 | |||
255 | endmenu | 263 | endmenu |
256 | 264 | ||
257 | endif # HID_SUPPORT | 265 | endif # HID_SUPPORT |