diff options
Diffstat (limited to 'drivers/hid/Kconfig')
-rw-r--r-- | drivers/hid/Kconfig | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/drivers/hid/Kconfig b/drivers/hid/Kconfig index 46337a28d1d6..c836caba82d6 100644 --- a/drivers/hid/Kconfig +++ b/drivers/hid/Kconfig | |||
@@ -199,6 +199,22 @@ config HID_MONTEREY | |||
199 | ---help--- | 199 | ---help--- |
200 | Support for Monterey Genius KB29E. | 200 | Support for Monterey Genius KB29E. |
201 | 201 | ||
202 | config HID_PANTHERLORD | ||
203 | tristate "Pantherlord devices support" | ||
204 | default m | ||
205 | depends on USB_HID | ||
206 | ---help--- | ||
207 | Support for PantherLord/GreenAsia based device support. | ||
208 | |||
209 | |||
210 | config PANTHERLORD_FF | ||
211 | bool "Pantherlord force feedback support" | ||
212 | depends on HID_PANTHERLORD | ||
213 | select INPUT_FF_MEMLESS | ||
214 | help | ||
215 | Say Y here if you have a PantherLord/GreenAsia based game controller | ||
216 | or adapter and want to enable force feedback support for it. | ||
217 | |||
202 | config HID_PETALYNX | 218 | config HID_PETALYNX |
203 | tristate "Petalynx" | 219 | tristate "Petalynx" |
204 | default m | 220 | default m |