diff options
Diffstat (limited to 'drivers/hid/Kconfig')
-rw-r--r-- | drivers/hid/Kconfig | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/drivers/hid/Kconfig b/drivers/hid/Kconfig index 1ab067ee7e6c..4319af320adf 100644 --- a/drivers/hid/Kconfig +++ b/drivers/hid/Kconfig | |||
@@ -160,6 +160,30 @@ config HID_LOGITECH | |||
160 | Support for some Logitech devices which breaks less or more | 160 | Support for some Logitech devices which breaks less or more |
161 | HID specification. | 161 | HID specification. |
162 | 162 | ||
163 | config LOGITECH_FF | ||
164 | bool "Logitech force feedback" | ||
165 | depends on HID_LOGITECH | ||
166 | select INPUT_FF_MEMLESS | ||
167 | help | ||
168 | Say Y here if you have one of these devices: | ||
169 | - Logitech WingMan Cordless RumblePad | ||
170 | - Logitech WingMan Cordless RumblePad 2 | ||
171 | - Logitech WingMan Force 3D | ||
172 | - Logitech Formula Force EX | ||
173 | - Logitech MOMO Force wheel | ||
174 | |||
175 | and if you want to enable force feedback for them. | ||
176 | Note: if you say N here, this device will still be supported, but without | ||
177 | force feedback. | ||
178 | |||
179 | config LOGIRUMBLEPAD2_FF | ||
180 | bool "Logitech Rumblepad 2 force feedback" | ||
181 | depends on HID_LOGITECH | ||
182 | select INPUT_FF_MEMLESS | ||
183 | help | ||
184 | Say Y here if you want to enable force feedback support for Logitech | ||
185 | Rumblepad 2 devices. | ||
186 | |||
163 | config HID_MICROSOFT | 187 | config HID_MICROSOFT |
164 | tristate "Microsoft" | 188 | tristate "Microsoft" |
165 | default m | 189 | default m |