diff options
Diffstat (limited to 'drivers/hid/Kconfig')
-rw-r--r-- | drivers/hid/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/hid/Kconfig b/drivers/hid/Kconfig index 97183066a27b..9cc662c7e744 100644 --- a/drivers/hid/Kconfig +++ b/drivers/hid/Kconfig | |||
@@ -128,6 +128,14 @@ config HID_CYPRESS | |||
128 | ---help--- | 128 | ---help--- |
129 | Support for cypress mouse and barcode readers. | 129 | Support for cypress mouse and barcode readers. |
130 | 130 | ||
131 | config DRAGONRISE_FF | ||
132 | tristate "DragonRise Inc. force feedback support" | ||
133 | depends on USB_HID | ||
134 | select INPUT_FF_MEMLESS | ||
135 | ---help--- | ||
136 | Say Y here if you want to enable force feedback support for DragonRise Inc. | ||
137 | game controllers. | ||
138 | |||
131 | config HID_EZKEY | 139 | config HID_EZKEY |
132 | tristate "Ezkey" if EMBEDDED | 140 | tristate "Ezkey" if EMBEDDED |
133 | depends on USB_HID | 141 | depends on USB_HID |