From 26423b84a3e6beb437fe1078b5970f8b60dee037 Mon Sep 17 00:00:00 2001 From: Jiri Kosina Date: Fri, 17 Jun 2016 22:29:47 +0200 Subject: 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 --- drivers/hid/Kconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'drivers/hid/Kconfig') diff --git a/drivers/hid/Kconfig b/drivers/hid/Kconfig index 04bd2039b23b..9eeb0138ede3 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. -- cgit v1.2.3