diff options
author | Heiner Kallweit <hkallweit1@gmail.com> | 2016-06-21 21:49:29 +0200 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2016-06-23 08:47:41 +0200 |
commit | 007414e8fbc8894f33a548874946b6edd2a2918e (patch) | |
tree | 83f0fde2258e8e284d3a3ac585c66db00bbae3ff /drivers/hid/Kconfig | |
parent | 4374573008df08a3a7a84cd827ed8f1ceee9901b (diff) |
HID: hid-led: add support for ThingM blink(1)
Add support for ThingM blink(1) and make the dedicated ThingM driver
obsolete.
Successfully tested with a blink(1) mk2.
Signed-off-by: Heiner Kallweit <hkallweit1@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, 4 insertions, 3 deletions
diff --git a/drivers/hid/Kconfig b/drivers/hid/Kconfig index 9eeb0138ede3..0fecf8f0bb9d 100644 --- a/drivers/hid/Kconfig +++ b/drivers/hid/Kconfig @@ -393,9 +393,10 @@ config HID_LED depends on HID depends on LEDS_CLASS ---help--- - Support for simple RGB LED devices. Currently supported are the - Riso Kagaku Webmail Notifier and the Dream Cheeky Webmail Notifier - and Friends Alert. + Support for simple RGB LED devices. Currently supported are: + - Riso Kagaku Webmail Notifier + - Dream Cheeky Webmail Notifier and Friends Alert + - ThingM blink(1) To compile this driver as a module, choose M here: the module will be called hid-led. |