diff options
author | Heiner Kallweit <hkallweit1@gmail.com> | 2016-06-22 23:04:36 +0300 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2016-06-23 09:48:42 +0300 |
commit | 38b09c030b91c368a839b4783abab51a9745a633 (patch) | |
tree | 0d191163fe2f7bf045f2bb9a9e0c1d0a2e5756bc /drivers/hid/Kconfig | |
parent | 007414e8fbc8894f33a548874946b6edd2a2918e (diff) | |
download | linux-38b09c030b91c368a839b4783abab51a9745a633.tar.xz |
HID: remove ThingM blink(1) driver
Now that support for ThingM blink(1) was merged into the hid-led driver
the dedicated driver for this device can be removed.
Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com>
Acked-by: Vivien Didelot <vivien.didelot@savoirfairelinux.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/hid/Kconfig')
-rw-r--r-- | drivers/hid/Kconfig | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/drivers/hid/Kconfig b/drivers/hid/Kconfig index 0fecf8f0bb9d..8b1eb47930bc 100644 --- a/drivers/hid/Kconfig +++ b/drivers/hid/Kconfig @@ -832,11 +832,11 @@ config HID_THINGM tristate "ThingM blink(1) USB RGB LED" depends on HID depends on LEDS_CLASS + select HID_LED ---help--- - Support for the ThingM blink(1) USB RGB LED. This driver registers a - Linux LED class instance, plus additional sysfs attributes to control - RGB colors, fade time and playing. The device is exposed through hidraw - to access other functions. + Support for the ThingM blink(1) USB RGB LED. This driver has been + merged into the generic hid led driver. Config symbol HID_THINGM + just selects HID_LED and will be removed soon. config HID_THRUSTMASTER tristate "ThrustMaster devices support" |