Loading drivers/video/backlight/Kconfig +10 −0 Original line number Original line Diff line number Diff line Loading @@ -289,6 +289,16 @@ config BACKLIGHT_PM8941_WLED If you have the Qualcomm PM8941, say Y to enable a driver for the If you have the Qualcomm PM8941, say Y to enable a driver for the WLED block. WLED block. config BACKLIGHT_QCOM_SPMI_WLED tristate "Qualcomm Technologies, Inc. WLED Driver" select REGMAP help If you have the Qualcomm Technologies, Inc. WLED used for backlight control, say Y to enable a driver for the WLED block. This driver provides the interface to the display driver to adjust the brightness of the display backlight. This supports PMI8998, PM8150L, PM6150L currently. config BACKLIGHT_SAHARA config BACKLIGHT_SAHARA tristate "Tabletkiosk Sahara Touch-iT Backlight Driver" tristate "Tabletkiosk Sahara Touch-iT Backlight Driver" depends on X86 depends on X86 Loading drivers/video/backlight/Makefile +1 −0 Original line number Original line Diff line number Diff line Loading @@ -50,6 +50,7 @@ obj-$(CONFIG_BACKLIGHT_PANDORA) += pandora_bl.o obj-$(CONFIG_BACKLIGHT_PCF50633) += pcf50633-backlight.o obj-$(CONFIG_BACKLIGHT_PCF50633) += pcf50633-backlight.o obj-$(CONFIG_BACKLIGHT_PM8941_WLED) += pm8941-wled.o obj-$(CONFIG_BACKLIGHT_PM8941_WLED) += pm8941-wled.o obj-$(CONFIG_BACKLIGHT_PWM) += pwm_bl.o obj-$(CONFIG_BACKLIGHT_PWM) += pwm_bl.o obj-$(CONFIG_BACKLIGHT_QCOM_SPMI_WLED) += qcom-spmi-wled.o obj-$(CONFIG_BACKLIGHT_SAHARA) += kb3886_bl.o obj-$(CONFIG_BACKLIGHT_SAHARA) += kb3886_bl.o obj-$(CONFIG_BACKLIGHT_SKY81452) += sky81452-backlight.o obj-$(CONFIG_BACKLIGHT_SKY81452) += sky81452-backlight.o obj-$(CONFIG_BACKLIGHT_TOSA) += tosa_bl.o obj-$(CONFIG_BACKLIGHT_TOSA) += tosa_bl.o Loading Loading
drivers/video/backlight/Kconfig +10 −0 Original line number Original line Diff line number Diff line Loading @@ -289,6 +289,16 @@ config BACKLIGHT_PM8941_WLED If you have the Qualcomm PM8941, say Y to enable a driver for the If you have the Qualcomm PM8941, say Y to enable a driver for the WLED block. WLED block. config BACKLIGHT_QCOM_SPMI_WLED tristate "Qualcomm Technologies, Inc. WLED Driver" select REGMAP help If you have the Qualcomm Technologies, Inc. WLED used for backlight control, say Y to enable a driver for the WLED block. This driver provides the interface to the display driver to adjust the brightness of the display backlight. This supports PMI8998, PM8150L, PM6150L currently. config BACKLIGHT_SAHARA config BACKLIGHT_SAHARA tristate "Tabletkiosk Sahara Touch-iT Backlight Driver" tristate "Tabletkiosk Sahara Touch-iT Backlight Driver" depends on X86 depends on X86 Loading
drivers/video/backlight/Makefile +1 −0 Original line number Original line Diff line number Diff line Loading @@ -50,6 +50,7 @@ obj-$(CONFIG_BACKLIGHT_PANDORA) += pandora_bl.o obj-$(CONFIG_BACKLIGHT_PCF50633) += pcf50633-backlight.o obj-$(CONFIG_BACKLIGHT_PCF50633) += pcf50633-backlight.o obj-$(CONFIG_BACKLIGHT_PM8941_WLED) += pm8941-wled.o obj-$(CONFIG_BACKLIGHT_PM8941_WLED) += pm8941-wled.o obj-$(CONFIG_BACKLIGHT_PWM) += pwm_bl.o obj-$(CONFIG_BACKLIGHT_PWM) += pwm_bl.o obj-$(CONFIG_BACKLIGHT_QCOM_SPMI_WLED) += qcom-spmi-wled.o obj-$(CONFIG_BACKLIGHT_SAHARA) += kb3886_bl.o obj-$(CONFIG_BACKLIGHT_SAHARA) += kb3886_bl.o obj-$(CONFIG_BACKLIGHT_SKY81452) += sky81452-backlight.o obj-$(CONFIG_BACKLIGHT_SKY81452) += sky81452-backlight.o obj-$(CONFIG_BACKLIGHT_TOSA) += tosa_bl.o obj-$(CONFIG_BACKLIGHT_TOSA) += tosa_bl.o Loading