diff options
author | Gyungoh Yoo <jack.yoo@skyworksinc.com> | 2015-02-27 07:42:22 +0100 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2015-03-12 10:08:19 +0100 |
commit | f705806c9f355fc63911dea72a65d8eeff0c2586 (patch) | |
tree | f84836db753b34b05ffe203eea86c2ea78d77eae /drivers/video/backlight/Kconfig | |
parent | mfd: Add support for Skyworks SKY81452 driver (diff) | |
download | linux-f705806c9f355fc63911dea72a65d8eeff0c2586.tar.xz linux-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/Kconfig | 10 |
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 |