Kconfig (8c19a51591d06f5226499972567f528cf6066bb7) Kconfig (606bd0a8616a0e59021cb2997e942513f24f641d)
1comment "USB Input Devices"
2 depends on USB
3
4config USB_HID
5 tristate "USB Human Interface Device (full HID) support"
6 default y
7 depends on USB && INPUT
8 select HID

--- 30 unchanged lines hidden (view full) ---

39config HID_PID
40 bool "PID device support"
41 depends on HID_FF
42 help
43 Say Y here if you have a PID-compliant device and wish to enable force
44 feedback for it. Microsoft Sidewinder Force Feedback 2 is one of such
45 devices.
46
1comment "USB Input Devices"
2 depends on USB
3
4config USB_HID
5 tristate "USB Human Interface Device (full HID) support"
6 default y
7 depends on USB && INPUT
8 select HID

--- 30 unchanged lines hidden (view full) ---

39config HID_PID
40 bool "PID device support"
41 depends on HID_FF
42 help
43 Say Y here if you have a PID-compliant device and wish to enable force
44 feedback for it. Microsoft Sidewinder Force Feedback 2 is one of such
45 devices.
46
47config LOGITECH_FF
48 bool "Logitech devices support"
49 depends on HID_FF
50 select INPUT_FF_MEMLESS if USB_HID
51 help
52 Say Y here if you have one of these devices:
53 - Logitech WingMan Cordless RumblePad
54 - Logitech WingMan Cordless RumblePad 2
55 - Logitech WingMan Force 3D
56 - Logitech Formula Force EX
57 - Logitech MOMO Force wheel
58
59 and if you want to enable force feedback for them.
60 Note: if you say N here, this device will still be supported, but without
61 force feedback.
62
63config LOGIRUMBLEPAD2_FF
64 bool "Logitech Rumblepad 2 support"
65 depends on HID_FF
66 select INPUT_FF_MEMLESS if USB_HID
67 help
68 Say Y here if you want to enable force feedback support for Logitech
69 Rumblepad 2 devices.
70
71config PANTHERLORD_FF
72 bool "PantherLord/GreenAsia based device support"
73 depends on HID_FF
74 select INPUT_FF_MEMLESS if USB_HID
75 help
76 Say Y here if you have a PantherLord/GreenAsia based game controller
77 or adapter and want to enable force feedback support for it.
78

--- 70 unchanged lines hidden ---
47config 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

--- 70 unchanged lines hidden ---