diff options
author | ChiYuan Huang <cy_huang@richtek.com> | 2021-05-17 16:36:01 +0200 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2021-05-19 16:52:25 +0200 |
commit | 190ccab3185eee564c08ec96d9bbf4aff9b764f4 (patch) | |
tree | d81c7e42e3b01a733c27d52bd4680ffa26cc4e0c /drivers/video/backlight/Makefile | |
parent | backlight: rt4831: Adds DT binding document for Richtek RT4831 backlight (diff) | |
download | linux-190ccab3185eee564c08ec96d9bbf4aff9b764f4.tar.xz linux-190ccab3185eee564c08ec96d9bbf4aff9b764f4.zip |
backlight: rt4831: Adds support for Richtek RT4831 backlight
Adds support for Richtek RT4831 backlight.
Signed-off-by: ChiYuan Huang <cy_huang@richtek.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 685f3f1ca4df..cae2c83422ae 100644 --- a/drivers/video/backlight/Makefile +++ b/drivers/video/backlight/Makefile @@ -49,6 +49,7 @@ obj-$(CONFIG_BACKLIGHT_PANDORA) += pandora_bl.o obj-$(CONFIG_BACKLIGHT_PCF50633) += pcf50633-backlight.o obj-$(CONFIG_BACKLIGHT_PWM) += pwm_bl.o obj-$(CONFIG_BACKLIGHT_QCOM_WLED) += qcom-wled.o +obj-$(CONFIG_BACKLIGHT_RT4831) += rt4831-backlight.o obj-$(CONFIG_BACKLIGHT_SAHARA) += kb3886_bl.o obj-$(CONFIG_BACKLIGHT_SKY81452) += sky81452-backlight.o obj-$(CONFIG_BACKLIGHT_TOSA) += tosa_bl.o |