diff options
Diffstat (limited to 'drivers/hid/Kconfig')
-rw-r--r-- | drivers/hid/Kconfig | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/hid/Kconfig b/drivers/hid/Kconfig index eb325baa738a..eae0c7e468cf 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 |
@@ -728,4 +737,6 @@ endif # HID | |||
728 | 737 | ||
729 | source "drivers/hid/usbhid/Kconfig" | 738 | source "drivers/hid/usbhid/Kconfig" |
730 | 739 | ||
740 | source "drivers/hid/i2c-hid/Kconfig" | ||
741 | |||
731 | endmenu | 742 | endmenu |