diff options
author | Olimpiu Dejeu <olimpiu@arcticsand.com> | 2017-03-21 17:58:48 +0100 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2017-04-25 10:22:23 +0200 |
commit | e739c5bb20bebb74028d9262255dc1e470b60fcf (patch) | |
tree | 1714a77f9c0d01d59993b7f04bb7cd6b89e53922 /drivers/video/backlight/Makefile | |
parent | dt-bindings: backlight: arcxcnn: Supply bindings for Arctic Sand backlight (diff) | |
download | linux-e739c5bb20bebb74028d9262255dc1e470b60fcf.tar.xz linux-e739c5bb20bebb74028d9262255dc1e470b60fcf.zip |
backlight: Add support for Arctic Sand LED backlight driver chips
This driver provides support for the Arctic Sand arc2c0608 chip,
and provides a framework to support future devices.
Signed-off-by: Olimpiu Dejeu <olimpiu@arcticsand.com>
Reviewed-by: Daniel Thompson <daniel.thompson@linaro.org>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Diffstat (limited to 'drivers/video/backlight/Makefile')
-rw-r--r-- | drivers/video/backlight/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/video/backlight/Makefile b/drivers/video/backlight/Makefile index 16ec534cff30..8905129691e8 100644 --- a/drivers/video/backlight/Makefile +++ b/drivers/video/backlight/Makefile @@ -55,3 +55,4 @@ obj-$(CONFIG_BACKLIGHT_SKY81452) += sky81452-backlight.o obj-$(CONFIG_BACKLIGHT_TOSA) += tosa_bl.o obj-$(CONFIG_BACKLIGHT_TPS65217) += tps65217_bl.o obj-$(CONFIG_BACKLIGHT_WM831X) += wm831x_bl.o +obj-$(CONFIG_BACKLIGHT_ARCXCNN) += arcxcnn_bl.o |