aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hid/Kconfig
diff options
context:
space:
mode:
authorJiri Slaby <jirislaby@gmail.com>2008-09-18 06:23:31 -0400
committerJiri Kosina <jkosina@suse.cz>2008-10-14 17:51:00 -0400
commit10e41a711e55f485709b4ca157e587cf36ef5a69 (patch)
tree5e7e31db5f0127370ab2cc7250b16061ec7fc3cb /drivers/hid/Kconfig
parent5f022298aab58ddff9bccdb28b82a59109789da9 (diff)
HID: move thrustmaster FF processing
Signed-off-by: Jiri Slaby <jirislaby@gmail.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/hid/Kconfig')
-rw-r--r--drivers/hid/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/hid/Kconfig b/drivers/hid/Kconfig
index c836caba82d6..78e3ba9504f3 100644
--- a/drivers/hid/Kconfig
+++ b/drivers/hid/Kconfig
@@ -243,6 +243,15 @@ config HID_SUNPLUS
243 ---help--- 243 ---help---
244 Support for Sunplus WDesktop input device. 244 Support for Sunplus WDesktop input device.
245 245
246config THRUSTMASTER_FF
247 tristate "ThrustMaster devices support"
248 default m
249 depends on USB_HID
250 select INPUT_FF_MEMLESS
251 help
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.
254
246endmenu 255endmenu
247 256
248endif # HID_SUPPORT 257endif # HID_SUPPORT