diff options
author | Jiri Slaby <jirislaby@gmail.com> | 2008-09-18 13:43:32 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2008-10-14 17:51:00 -0400 |
commit | 5f022298aab58ddff9bccdb28b82a59109789da9 (patch) | |
tree | 08d87903b7a15c465a0b21cb7bdb7a30e9226cf3 /drivers/hid/usbhid/Kconfig | |
parent | 2b107d629dc0c35de606bb7b010b829cd247a93a (diff) |
HID: move pantherlord FF processing
Move the force feedback processing into a separate module.
[jkosina@suse.cz: fix Kconfig texts a little bit]
Signed-off-by: Jiri Slaby <jirislaby@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/hid/usbhid/Kconfig')
-rw-r--r-- | drivers/hid/usbhid/Kconfig | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/drivers/hid/usbhid/Kconfig b/drivers/hid/usbhid/Kconfig index 0e7e2e6d975e..02c8228ed7ee 100644 --- a/drivers/hid/usbhid/Kconfig +++ b/drivers/hid/usbhid/Kconfig | |||
@@ -44,14 +44,6 @@ config HID_PID | |||
44 | feedback for it. Microsoft Sidewinder Force Feedback 2 is one of such | 44 | feedback for it. Microsoft Sidewinder Force Feedback 2 is one of such |
45 | devices. | 45 | devices. |
46 | 46 | ||
47 | config PANTHERLORD_FF | ||
48 | bool "PantherLord/GreenAsia based device support" | ||
49 | depends on HID_FF | ||
50 | select INPUT_FF_MEMLESS if USB_HID | ||
51 | help | ||
52 | Say Y here if you have a PantherLord/GreenAsia based game controller | ||
53 | or adapter and want to enable force feedback support for it. | ||
54 | |||
55 | config THRUSTMASTER_FF | 47 | config THRUSTMASTER_FF |
56 | bool "ThrustMaster devices support" | 48 | bool "ThrustMaster devices support" |
57 | depends on HID_FF | 49 | depends on HID_FF |