diff options
author | Jiri Kosina <jkosina@suse.cz> | 2016-06-17 22:29:47 +0200 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2016-06-17 22:29:47 +0200 |
commit | 26423b84a3e6beb437fe1078b5970f8b60dee037 (patch) | |
tree | 960566161ab7f8b091d4ec4003661f97572a9661 /drivers/hid | |
parent | a335aaf3125c02a47bc108e9f4c6cb66ca84ce46 (diff) | |
download | op-kernel-dev-26423b84a3e6beb437fe1078b5970f8b60dee037.zip op-kernel-dev-26423b84a3e6beb437fe1078b5970f8b60dee037.tar.gz |
HID: led: fix config
The driver port was done carefully not to depend on USB at all, in favor of
being generic HID driver instead. Therefore there is no need to explicitly
talk about USB only in the config.
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/hid')
-rw-r--r-- | drivers/hid/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/hid/Kconfig b/drivers/hid/Kconfig index 04bd203..9eeb013 100644 --- a/drivers/hid/Kconfig +++ b/drivers/hid/Kconfig @@ -389,11 +389,11 @@ config HID_LCPOWER Support for LC-Power RC1000MCE RF remote control. config HID_LED - tristate "Simple USB RGB LED support" + tristate "Simple RGB LED support" depends on HID depends on LEDS_CLASS ---help--- - Support for simple USB RGB LED devices. Currently supported are the + Support for simple RGB LED devices. Currently supported are the Riso Kagaku Webmail Notifier and the Dream Cheeky Webmail Notifier and Friends Alert. |