diff options
author | Jiri Slaby <jirislaby@gmail.com> | 2008-09-18 12:23:31 +0200 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2008-10-14 23:51:00 +0200 |
commit | 10e41a711e55f485709b4ca157e587cf36ef5a69 (patch) | |
tree | 5e7e31db5f0127370ab2cc7250b16061ec7fc3cb /drivers/hid/Kconfig | |
parent | 5f022298aab58ddff9bccdb28b82a59109789da9 (diff) | |
download | kernel-crypto-10e41a711e55f485709b4ca157e587cf36ef5a69.tar.gz kernel-crypto-10e41a711e55f485709b4ca157e587cf36ef5a69.tar.xz kernel-crypto-10e41a711e55f485709b4ca157e587cf36ef5a69.zip |
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/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/hid/Kconfig b/drivers/hid/Kconfig index c836caba82d..78e3ba9504f 100644 --- a/drivers/hid/Kconfig +++ b/drivers/hid/Kconfig @@ -243,6 +243,15 @@ config HID_SUNPLUS ---help--- Support for Sunplus WDesktop input device. +config THRUSTMASTER_FF + tristate "ThrustMaster devices support" + default m + depends on USB_HID + select INPUT_FF_MEMLESS + help + Say Y here if you have a THRUSTMASTER FireStore Dual Power 2 or + a THRUSTMASTER Ferrari GT Rumble Force or Force Feedback Wheel. + endmenu endif # HID_SUPPORT |