diff options
Diffstat (limited to 'drivers/hid/Kconfig')
-rw-r--r-- | drivers/hid/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/hid/Kconfig b/drivers/hid/Kconfig index 1630150ad2b1..813f0fe7711d 100644 --- a/drivers/hid/Kconfig +++ b/drivers/hid/Kconfig | |||
@@ -265,6 +265,15 @@ config HID_GYRATION | |||
265 | ---help--- | 265 | ---help--- |
266 | Support for Gyration remote control. | 266 | Support for Gyration remote control. |
267 | 267 | ||
268 | config HID_ICADE | ||
269 | tristate "ION iCade arcade controller" | ||
270 | depends on (BT_HIDP) | ||
271 | ---help--- | ||
272 | Support for the ION iCade arcade controller to work as a joystick. | ||
273 | |||
274 | To compile this driver as a module, choose M here: the | ||
275 | module will be called hid-icade. | ||
276 | |||
268 | config HID_TWINHAN | 277 | config HID_TWINHAN |
269 | tristate "Twinhan IR remote control" | 278 | tristate "Twinhan IR remote control" |
270 | depends on USB_HID | 279 | depends on USB_HID |