diff options
author | Jiri Kosina <jkosina@suse.cz> | 2010-03-22 11:33:15 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2010-03-22 11:33:15 -0400 |
commit | 23d386d85a9144612c4a13733aa1ca6e5a21f4a2 (patch) | |
tree | 35c31da5f812ae40334c1dee3383eb77b45cde9f /drivers/hid/Kconfig | |
parent | 14bf62cde79423a02a590e02664ed29a36facec1 (diff) |
HID: fixup Kconfig entry for Roccat Kone
Make it independent on CONFIG_EMBEDDED (to be in sync with other
"full-fledged" HID drivers which are not simple quirks) and provide
a little bit better text description.
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/hid/Kconfig')
-rw-r--r-- | drivers/hid/Kconfig | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/hid/Kconfig b/drivers/hid/Kconfig index d819b0271b41..44b4691fd196 100644 --- a/drivers/hid/Kconfig +++ b/drivers/hid/Kconfig | |||
@@ -269,9 +269,8 @@ config HID_QUANTA | |||
269 | Support for Quanta Optical Touch dual-touch panels. | 269 | Support for Quanta Optical Touch dual-touch panels. |
270 | 270 | ||
271 | config HID_ROCCAT_KONE | 271 | config HID_ROCCAT_KONE |
272 | tristate "Roccat Kone" if EMBEDDED | 272 | tristate "Roccat Kone Mouse support" |
273 | depends on USB_HID | 273 | depends on USB_HID |
274 | default !EMBEDDED | ||
275 | ---help--- | 274 | ---help--- |
276 | Support for Roccat Kone mouse. | 275 | Support for Roccat Kone mouse. |
277 | 276 | ||