diff options
author | Jiri Slaby <jirislaby@gmail.com> | 2008-06-23 15:56:07 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2008-10-14 17:50:51 -0400 |
commit | 90231e7eaf752856a2c13f786f36ec7f641bad28 (patch) | |
tree | fd9056ecefeb52709c8ddca651428105552c2a84 /drivers/hid/Kconfig | |
parent | 78a849a682a1d5ee7b7187b08abdc48656326a4e (diff) |
HID: move sunplus 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 8067b653f8bf..147223993b86 100644 --- a/drivers/hid/Kconfig +++ b/drivers/hid/Kconfig | |||
@@ -112,6 +112,13 @@ config HID_MICROSOFT | |||
112 | Support for some Microsoft devices which breaks less or more | 112 | Support for some Microsoft devices which breaks less or more |
113 | HID specification. | 113 | HID specification. |
114 | 114 | ||
115 | config HID_SUNPLUS | ||
116 | tristate "Sunplus" | ||
117 | default m | ||
118 | depends on USB_HID | ||
119 | ---help--- | ||
120 | Support for Sunplus WDesktop input device. | ||
121 | |||
115 | endmenu | 122 | endmenu |
116 | 123 | ||
117 | endif # HID_SUPPORT | 124 | endif # HID_SUPPORT |