diff options
Diffstat (limited to 'drivers/hid/Kconfig')
-rw-r--r-- | drivers/hid/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/hid/Kconfig b/drivers/hid/Kconfig index c16fc4fb13bf..88e16ef93247 100644 --- a/drivers/hid/Kconfig +++ b/drivers/hid/Kconfig | |||
@@ -143,6 +143,13 @@ config HID_EZKEY | |||
143 | ---help--- | 143 | ---help--- |
144 | Support for Ezkey BTC 8193 keyboard. | 144 | Support for Ezkey BTC 8193 keyboard. |
145 | 145 | ||
146 | config HID_KYE | ||
147 | tristate "Kye" if EMBEDDED | ||
148 | depends on USB_HID | ||
149 | default !EMBEDDED | ||
150 | ---help--- | ||
151 | Support for Kye/Genius Ergo Mouse. | ||
152 | |||
146 | config HID_GYRATION | 153 | config HID_GYRATION |
147 | tristate "Gyration" if EMBEDDED | 154 | tristate "Gyration" if EMBEDDED |
148 | depends on USB_HID | 155 | depends on USB_HID |