aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video/backlight/Kconfig
diff options
context:
space:
mode:
authorGyungoh Yoo <jack.yoo@skyworksinc.com>2015-02-27 15:42:22 +0900
committerLee Jones <lee.jones@linaro.org>2015-03-12 09:08:19 +0000
commitf705806c9f355fc63911dea72a65d8eeff0c2586 (patch)
treef84836db753b34b05ffe203eea86c2ea78d77eae /drivers/video/backlight/Kconfig
parentmfd: Add support for Skyworks SKY81452 driver (diff)
downloadlinux-dev-f705806c9f355fc63911dea72a65d8eeff0c2586.tar.xz
linux-dev-f705806c9f355fc63911dea72a65d8eeff0c2586.zip
backlight: Add support Skyworks SKY81452 backlight driver
Signed-off-by: Gyungoh Yoo <jack.yoo@skyworksinc.com> Acked-by: Jingoo Han <jg1.han@samsung.com> Acked-by: Bryan Wu <cooloney@gmail.com> Signed-off-by: Lee Jones <lee.jones@linaro.org>
Diffstat (limited to 'drivers/video/backlight/Kconfig')
-rw-r--r--drivers/video/backlight/Kconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/video/backlight/Kconfig b/drivers/video/backlight/Kconfig
index efb09046a8cf..2d9923a60076 100644
--- a/drivers/video/backlight/Kconfig
+++ b/drivers/video/backlight/Kconfig
@@ -408,6 +408,16 @@ config BACKLIGHT_PANDORA
If you have a Pandora console, say Y to enable the
backlight driver.
+config BACKLIGHT_SKY81452
+ tristate "Backlight driver for SKY81452"
+ depends on BACKLIGHT_CLASS_DEVICE && MFD_SKY81452
+ help
+ If you have a Skyworks SKY81452, say Y to enable the
+ backlight driver.
+
+ To compile this driver as a module, choose M here: the module will
+ be called sky81452-backlight
+
config BACKLIGHT_TPS65217
tristate "TPS65217 Backlight"
depends on BACKLIGHT_CLASS_DEVICE && MFD_TPS65217