diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2014-07-24 18:17:49 +0200 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2014-07-25 15:16:36 +0100 |
commit | 2188a988bb87db7e2934ed388994e6dd96de4242 (patch) | |
tree | 2ed3758fa63630ccd8791c6f9844266e42cdd6f7 /drivers/video/backlight/Kconfig | |
parent | ff9c5422d8ebae60bafedf8608ec54d4d87a6bc0 (diff) | |
download | blackbird-op-linux-2188a988bb87db7e2934ed388994e6dd96de4242.tar.gz blackbird-op-linux-2188a988bb87db7e2934ed388994e6dd96de4242.zip |
backlight: Add driver for iPAQ micro backlight
This adds a driver for the backlight controlled by the microcontroller
on the Compaq iPAQ series of handheld computers: h3100, h3600
and h3700.
Acked-by: Jingoo Han <jg1.han@samsung.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Diffstat (limited to 'drivers/video/backlight/Kconfig')
-rw-r--r-- | drivers/video/backlight/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/video/backlight/Kconfig b/drivers/video/backlight/Kconfig index 5d449059a556..cc153f55d9f9 100644 --- a/drivers/video/backlight/Kconfig +++ b/drivers/video/backlight/Kconfig @@ -207,6 +207,15 @@ config BACKLIGHT_GENERIC known as the Corgi backlight driver. If you have a Sharp Zaurus SL-C7xx, SL-Cxx00 or SL-6000x say y. +config BACKLIGHT_IPAQ_MICRO + tristate "iPAQ microcontroller backlight driver" + depends on MFD_IPAQ_MICRO + default y + help + Say y to enable the backlight driver for Compaq iPAQ handheld + computers. Say yes if you have one of the h3100/h3600/h3700 + machines. + config BACKLIGHT_LM3533 tristate "Backlight Driver for LM3533" depends on BACKLIGHT_CLASS_DEVICE |