Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 166464
b: refs/heads/master
c: a7998ce
h: refs/heads/master
v: v3
  • Loading branch information
Michael Hennerich authored and Richard Purdie committed Sep 26, 2009
1 parent cfad7fa commit a56b99b
Show file tree
Hide file tree
Showing 4 changed files with 391 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 89dfc28ccbff6521a4df9dc3699a94bbde11a6ed
refs/heads/master: a7998cecf5073e0755feeb7fd50b2bdc08dea6bd
11 changes: 11 additions & 0 deletions trunk/drivers/video/backlight/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -251,3 +251,14 @@ config BACKLIGHT_ADX
help
Say Y to enable the backlight driver on Avionic Design Xanthos-based
boards.

config BACKLIGHT_ADP5520
tristate "Backlight Driver for ADP5520/ADP5501 using WLED"
depends on BACKLIGHT_CLASS_DEVICE && PMIC_ADP5520
help
If you have a LCD backlight connected to the BST/BL_SNK output of
ADP5520 or ADP5501, say Y here to enable this driver.

To compile this driver as a module, choose M here: the module will
be called adp5520_bl.

2 changes: 2 additions & 0 deletions trunk/drivers/video/backlight/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,5 @@ obj-$(CONFIG_BACKLIGHT_TOSA) += tosa_bl.o
obj-$(CONFIG_BACKLIGHT_SAHARA) += kb3886_bl.o
obj-$(CONFIG_BACKLIGHT_WM831X) += wm831x_bl.o
obj-$(CONFIG_BACKLIGHT_ADX) += adx_bl.o
obj-$(CONFIG_BACKLIGHT_ADP5520) += adp5520_bl.o

Loading

0 comments on commit a56b99b

Please sign in to comment.