summaryrefslogtreecommitdiffstats
path: root/drivers/video/backlight/Kconfig
diff options
context:
space:
mode:
authorOlimpiu Dejeu <olimpiu@arcticsand.com>2017-03-21 12:58:48 -0400
committerLee Jones <lee.jones@linaro.org>2017-04-25 09:22:23 +0100
commite739c5bb20bebb74028d9262255dc1e470b60fcf (patch)
tree1714a77f9c0d01d59993b7f04bb7cd6b89e53922 /drivers/video/backlight/Kconfig
parentce9d22573d85341c987f997461ac712e4dbe47b1 (diff)
downloadlinux-stable-e739c5bb20bebb74028d9262255dc1e470b60fcf.tar.gz
linux-stable-e739c5bb20bebb74028d9262255dc1e470b60fcf.tar.bz2
linux-stable-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/Kconfig')
-rw-r--r--drivers/video/backlight/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/video/backlight/Kconfig b/drivers/video/backlight/Kconfig
index 5ffa4b4e26c0..4e1d2ad50ba1 100644
--- a/drivers/video/backlight/Kconfig
+++ b/drivers/video/backlight/Kconfig
@@ -460,6 +460,13 @@ config BACKLIGHT_BD6107
help
If you have a Rohm BD6107 say Y to enable the backlight driver.
+config BACKLIGHT_ARCXCNN
+ tristate "Backlight driver for the Arctic Sands ARCxCnnnn family"
+ depends on I2C
+ help
+ If you have an ARCxCnnnn family backlight say Y to enable
+ the backlight driver.
+
endif # BACKLIGHT_CLASS_DEVICE
endif # BACKLIGHT_LCD_SUPPORT