diff options
author | Jiri Kosina <jkosina@suse.cz> | 2013-01-31 10:50:24 -0500 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2013-01-31 10:50:24 -0500 |
commit | 090800c2a3f746572ef142e2d5404922a599e841 (patch) | |
tree | d5b57ed56fb56cbf787575a9f0d1bae2dfff59d2 /drivers/hid/Kconfig | |
parent | e25d780581dc4d261c66e072a59c34782bd03e0a (diff) |
HID: steelseries: rename driver to be compliant with other drivers
We usually group drivers on a per-vendor basis, implementing device-specific
deviations from the standard in vendor-specific driver.
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/hid/Kconfig')
-rw-r--r-- | drivers/hid/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hid/Kconfig b/drivers/hid/Kconfig index 37df92ffba50..6d5d2667750c 100644 --- a/drivers/hid/Kconfig +++ b/drivers/hid/Kconfig | |||
@@ -596,7 +596,7 @@ config HID_SPEEDLINK | |||
596 | ---help--- | 596 | ---help--- |
597 | Support for Speedlink Vicious and Divine Cezanne mouse. | 597 | Support for Speedlink Vicious and Divine Cezanne mouse. |
598 | 598 | ||
599 | config HID_STEELSERIES_SRWS1 | 599 | config HID_STEELSERIES |
600 | tristate "Steelseries SRW-S1 steering wheel support" | 600 | tristate "Steelseries SRW-S1 steering wheel support" |
601 | depends on USB_HID | 601 | depends on USB_HID |
602 | ---help--- | 602 | ---help--- |