aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/input/Kconfig
diff options
context:
space:
mode:
authorAnssi Hannula <anssi.hannula@gmail.com>2006-07-19 01:44:17 -0400
committerDmitry Torokhov <dtor@insightbb.com>2006-07-19 01:44:17 -0400
commitbb3caf7f438a67452f5cf4773ca1bf82260bbbad (patch)
tree01bcea151929eea5e58bb1591de80eac9be5d617 /drivers/usb/input/Kconfig
parent1f734cb461e1f029d751deb15c8d9f8137fb2ca7 (diff)
downloadlinux-bb3caf7f438a67452f5cf4773ca1bf82260bbbad.tar.gz
Input: add force feedback driver for PSX-style Zeroplus devices
Signed-off-by: Anssi Hannula <anssi.hannula@gmail.com> Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
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 3ca64c3cada30..7ec35c90d2d73 100644
--- a/drivers/usb/input/Kconfig
+++ b/drivers/usb/input/Kconfig
@@ -89,6 +89,14 @@ config THRUSTMASTER_FF
Note: if you say N here, this device will still be supported, but without
force feedback.
+config ZEROPLUS_FF
+ bool "Zeroplus based game controller support"
+ depends on HID_FF
+ select INPUT_FF_MEMLESS if USB_HID
+ help
+ Say Y here if you have a Zeroplus based game controller and want to
+ enable force feedback for it.
+
config USB_HIDDEV
bool "/dev/hiddev raw HID device support"
depends on USB_HID