diff options
author | Andrey Smirnov <andrew.smirnov@gmail.com> | 2018-03-08 22:20:45 +0300 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2018-04-30 12:50:43 +0300 |
commit | 6552d3141064f09736580dc2dc527019762cbf71 (patch) | |
tree | 785365ae19ff2ce1d9d8dfeda516415849dbb20f /drivers/video/backlight/Makefile | |
parent | 60cc43fc888428bb2f18f08997432d426a243338 (diff) | |
download | linux-6552d3141064f09736580dc2dc527019762cbf71.tar.xz |
backlight: Add RAVE SP backlight driver
This driver provides access to RAVE SP backlight control
functionality.
Signed-off-by: Andrey Smirnov <andrew.smirnov@gmail.com>
Acked-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 5e28f01c8391..19da71d518bf 100644 --- a/drivers/video/backlight/Makefile +++ b/drivers/video/backlight/Makefile @@ -57,3 +57,4 @@ 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 +obj-$(CONFIG_BACKLIGHT_RAVE_SP) += rave-sp-backlight.o |