diff options
author | Jiri Kosina <jkosina@suse.cz> | 2008-03-31 19:56:33 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2008-04-22 05:34:58 -0400 |
commit | f5c669fc7692e54a7d283d60f0c862124792757c (patch) | |
tree | fc55b51cc36ef9e38aa9cd1c757b28e24e422d74 /drivers/hid | |
parent | c8f0f02f3cc86652a32640b101b1f779f7ea3076 (diff) |
HID: ThrustMaster FF driver is no longer experimental
There is no need to keep a few years old ThrustMaster force-feedback
driver as experimental.
HID_FF is currently marked experimental anyway, so this is even redundant.
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/hid')
-rw-r--r-- | drivers/hid/usbhid/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/hid/usbhid/Kconfig b/drivers/hid/usbhid/Kconfig index a5f0fb0fdaf4..18f09104765c 100644 --- a/drivers/hid/usbhid/Kconfig +++ b/drivers/hid/usbhid/Kconfig | |||
@@ -88,8 +88,8 @@ config PANTHERLORD_FF | |||
88 | or adapter and want to enable force feedback support for it. | 88 | or adapter and want to enable force feedback support for it. |
89 | 89 | ||
90 | config THRUSTMASTER_FF | 90 | config THRUSTMASTER_FF |
91 | bool "ThrustMaster devices support (EXPERIMENTAL)" | 91 | bool "ThrustMaster devices support" |
92 | depends on HID_FF && EXPERIMENTAL | 92 | depends on HID_FF |
93 | select INPUT_FF_MEMLESS if USB_HID | 93 | select INPUT_FF_MEMLESS if USB_HID |
94 | help | 94 | help |
95 | Say Y here if you have a THRUSTMASTER FireStore Dual Power 2 or | 95 | Say Y here if you have a THRUSTMASTER FireStore Dual Power 2 or |