diff options
author | Michael Hennerich <michael.hennerich@analog.com> | 2010-04-30 17:09:51 -0400 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-05-26 08:08:31 -0400 |
commit | 82fd53b7f70af9855eda613450a7e4701ffdae20 (patch) | |
tree | b23e2494e9e6734f83de81111150364b7ac9be00 /drivers/video/backlight/Kconfig | |
parent | 9844ce0501b03843c44156d6e36afb80e847c974 (diff) |
backlight: new driver for the ADP8860 backlight parts
The ADP8860 combines a programmable backlight LED charge pump driver with
automatic phototransistor control.
Signed-off-by: Michael Hennerich <michael.hennerich@analog.com>
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'drivers/video/backlight/Kconfig')
-rw-r--r-- | drivers/video/backlight/Kconfig | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/drivers/video/backlight/Kconfig b/drivers/video/backlight/Kconfig index 4dfb5f44dff..0f7e795f27f 100644 --- a/drivers/video/backlight/Kconfig +++ b/drivers/video/backlight/Kconfig | |||
@@ -264,6 +264,18 @@ config BACKLIGHT_ADP5520 | |||
264 | To compile this driver as a module, choose M here: the module will | 264 | To compile this driver as a module, choose M here: the module will |
265 | be called adp5520_bl. | 265 | be called adp5520_bl. |
266 | 266 | ||
267 | config BACKLIGHT_ADP8860 | ||
268 | tristate "Backlight Driver for ADP8860 using WLED" | ||
269 | depends on BACKLIGHT_CLASS_DEVICE && I2C | ||
270 | select NEW_LEDS | ||
271 | select LEDS_CLASS | ||
272 | help | ||
273 | If you have a LCD backlight connected to the ADP8860, | ||
274 | say Y here to enable this driver. | ||
275 | |||
276 | To compile this driver as a module, choose M here: the module will | ||
277 | be called adp8860_bl. | ||
278 | |||
267 | config BACKLIGHT_88PM860X | 279 | config BACKLIGHT_88PM860X |
268 | tristate "Backlight Driver for 88PM8606 using WLED" | 280 | tristate "Backlight Driver for 88PM8606 using WLED" |
269 | depends on MFD_88PM860X | 281 | depends on MFD_88PM860X |