aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/input/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/usb/input/Kconfig')
-rw-r--r--drivers/usb/input/Kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/usb/input/Kconfig b/drivers/usb/input/Kconfig
index 3ca64c3cada..7ec35c90d2d 100644
--- a/drivers/usb/input/Kconfig
+++ b/drivers/usb/input/Kconfig
@@ -89,6 +89,14 @@ config THRUSTMASTER_FF
89 Note: if you say N here, this device will still be supported, but without 89 Note: if you say N here, this device will still be supported, but without
90 force feedback. 90 force feedback.
91 91
92config ZEROPLUS_FF
93 bool "Zeroplus based game controller support"
94 depends on HID_FF
95 select INPUT_FF_MEMLESS if USB_HID
96 help
97 Say Y here if you have a Zeroplus based game controller and want to
98 enable force feedback for it.
99
92config USB_HIDDEV 100config USB_HIDDEV
93 bool "/dev/hiddev raw HID device support" 101 bool "/dev/hiddev raw HID device support"
94 depends on USB_HID 102 depends on USB_HID