diff options
author | Oleh Kravchenko <oleg@kaa.org.ua> | 2019-09-19 14:53:13 +0200 |
---|---|---|
committer | Pavel <pavel@ucw.cz> | 2019-11-03 17:37:06 +0100 |
commit | fc19967bcb8f1ab49594191ee0d352d763dc170e (patch) | |
tree | 62105dad3d501e087f65a464e598a5063f51ad93 /drivers/leds/Makefile | |
parent | dt-bindings: Add docs for EL15203000 (diff) | |
download | linux-fc19967bcb8f1ab49594191ee0d352d763dc170e.tar.xz linux-fc19967bcb8f1ab49594191ee0d352d763dc170e.zip |
leds: add LED driver for EL15203000 board
This patch adds a LED class driver for the LEDs found on
the Crane Merchandising System EL15203000 LEDs board
(aka RED LEDs board).
Signed-off-by: Oleh Kravchenko <oleg@kaa.org.ua>
Reviewed-by: Dan Murphy <dmurphy@ti.com>
Signed-off-by: Pavel Machek <pavel@ucw.cz>
Diffstat (limited to 'drivers/leds/Makefile')
-rw-r--r-- | drivers/leds/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/leds/Makefile b/drivers/leds/Makefile index 41fb073a39c1..2da39e896ce8 100644 --- a/drivers/leds/Makefile +++ b/drivers/leds/Makefile @@ -89,6 +89,7 @@ obj-$(CONFIG_LEDS_LM36274) += leds-lm36274.o # LED SPI Drivers obj-$(CONFIG_LEDS_CR0014114) += leds-cr0014114.o obj-$(CONFIG_LEDS_DAC124S085) += leds-dac124s085.o +obj-$(CONFIG_LEDS_EL15203000) += leds-el15203000.o # LED Userspace Drivers obj-$(CONFIG_LEDS_USER) += uleds.o |