This website requires JavaScript.
Explore
Help
Register
Sign In
leandrof
/
linux
Watch
1
Star
0
Fork
0
You've already forked linux
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
c8b263937c
linux
/
drivers
/
leds
/
blink
/
Makefile
3 lines
76 B
Makefile
Raw
Normal View
History
Unescape
Escape
leds: lgm: Add LED controller driver for LGM SoC Parallel to serial conversion, which is also called SSO controller, can drive external shift register for LED outputs, reset or general purpose outputs. This driver enables LED support for Serial Shift Output Controller (SSO). Signed-off-by: Amireddy Mallikarjuna reddy <mallikarjunax.reddy@linux.intel.com> Signed-off-by: Pavel Machek <pavel@ucw.cz>
2020-12-10 09:12:12 +00:00
# SPDX-License-Identifier: GPL-2.0
leds: lgm: Improve Kconfig help Remove unnecessary Kconfig symbol LEDS_BLINK Improve Kconfig help text to make it more useful. Signed-off-by: Rahul Tanwar <rtanwar@maxlinear.com> Signed-off-by: Pavel Machek <pavel@ucw.cz>
2021-03-25 10:35:10 +00:00
obj-$(CONFIG_LEDS_LGM)
+=
leds-lgm-sso.o
Reference in New Issue
Copy Permalink