Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 199072
b: refs/heads/master
c: 82fd53b
h: refs/heads/master
v: v3
  • Loading branch information
Michael Hennerich authored and Richard Purdie committed May 26, 2010
1 parent 0a0898b commit ffa5fc9
Show file tree
Hide file tree
Showing 5 changed files with 960 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: 9844ce0501b03843c44156d6e36afb80e847c974
refs/heads/master: 82fd53b7f70af9855eda613450a7e4701ffdae20
12 changes: 12 additions & 0 deletions trunk/drivers/video/backlight/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,18 @@ config BACKLIGHT_ADP5520
To compile this driver as a module, choose M here: the module will
be called adp5520_bl.

config BACKLIGHT_ADP8860
tristate "Backlight Driver for ADP8860 using WLED"
depends on BACKLIGHT_CLASS_DEVICE && I2C
select NEW_LEDS
select LEDS_CLASS
help
If you have a LCD backlight connected to the ADP8860,
say Y here to enable this driver.

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

config BACKLIGHT_88PM860X
tristate "Backlight Driver for 88PM8606 using WLED"
depends on MFD_88PM860X
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/video/backlight/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,6 @@ 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
obj-$(CONFIG_BACKLIGHT_ADP8860) += adp8860_bl.o
obj-$(CONFIG_BACKLIGHT_88PM860X) += 88pm860x_bl.o

Loading

0 comments on commit ffa5fc9

Please sign in to comment.