diff options
author | Jiri Slaby <jirislaby@gmail.com> | 2008-07-24 17:35:13 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2008-10-14 17:50:54 -0400 |
commit | 949f8fef77186c7361d22e1ea6f42c76ceda42b0 (patch) | |
tree | c9917cfecd321dd9347eba8bdc47727ef84efaa1 /drivers/hid/Kconfig | |
parent | 3b8006e51038ef263a0404756d9e190c9a9f74d5 (diff) |
HID: move gyration quirks
Signed-off-by: Jiri Slaby <jirislaby@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
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 d71507a5cccb..4dcb92ac887a 100644 --- a/drivers/hid/Kconfig +++ b/drivers/hid/Kconfig | |||
@@ -138,6 +138,13 @@ config HID_EZKEY | |||
138 | ---help--- | 138 | ---help--- |
139 | Support for Ezkey mouse and barcodes. | 139 | Support for Ezkey mouse and barcodes. |
140 | 140 | ||
141 | config HID_GYRATION | ||
142 | tristate "Gyration" | ||
143 | default m | ||
144 | depends on USB_HID | ||
145 | ---help--- | ||
146 | Support for Gyration remote. | ||
147 | |||
141 | config HID_LOGITECH | 148 | config HID_LOGITECH |
142 | tristate "Logitech" | 149 | tristate "Logitech" |
143 | default m | 150 | default m |