diff options
author | G.Shark Jeong <gshark.jeong@gmail.com> | 2012-10-04 20:12:55 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2012-10-05 14:04:53 -0400 |
commit | 0f59858d511960caefb42c4535dc73c2c5f3136c (patch) | |
tree | dd0936348366a9f9b7d03d5706a50217eab89e09 /drivers/video/backlight/Kconfig | |
parent | 0c2a665a648ea74879ce6333d3a31a96a7c361ce (diff) |
backlight: add new lm3639 backlight driver
This driver is a general version for LM3639 backlgiht + flash driver chip
of TI.
LM3639:
The LM3639 is a single chip LCD Display Backlight driver + white LED
Camera driver. Programming is done over an I2C compatible interface.
www.ti.com
[akpm@linux-foundation.org: code layout tweaks]
Signed-off-by: G.Shark Jeong <gshark.jeong@gmail.com>
Cc: Richard Purdie <rpurdie@rpsys.net>
Cc: Daniel Jeong <daniel.jeong@ti.com>
Cc: Randy Dunlap <rdunlap@xenotime.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.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 b9008b54ac5d..2b98fb8e711d 100644 --- a/drivers/video/backlight/Kconfig +++ b/drivers/video/backlight/Kconfig | |||
@@ -359,6 +359,15 @@ config BACKLIGHT_LM3630 | |||
359 | help | 359 | help |
360 | This supports TI LM3630 Backlight Driver | 360 | This supports TI LM3630 Backlight Driver |
361 | 361 | ||
362 | config BACKLIGHT_LM3639 | ||
363 | tristate "Backlight Driver for LM3639" | ||
364 | depends on BACKLIGHT_CLASS_DEVICE && I2C | ||
365 | select REGMAP_I2C | ||
366 | select NEW_LEDS | ||
367 | select LEDS_CLASS | ||
368 | help | ||
369 | This supports TI LM3639 Backlight + 1.5A Flash LED Driver | ||
370 | |||
362 | config BACKLIGHT_LP855X | 371 | config BACKLIGHT_LP855X |
363 | tristate "Backlight driver for TI LP855X" | 372 | tristate "Backlight driver for TI LP855X" |
364 | depends on BACKLIGHT_CLASS_DEVICE && I2C | 373 | depends on BACKLIGHT_CLASS_DEVICE && I2C |