Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 142045
b: refs/heads/master
c: 0b56129
h: refs/heads/master
i:
  142043: 40c0eb4
v: v3
  • Loading branch information
Kim Kyuwon authored and Richard Purdie committed Apr 6, 2009
1 parent c34477b commit 969aa65
Show file tree
Hide file tree
Showing 5 changed files with 800 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: 95dc5768c9e9ce207319e17bcf7e28288c671d02
refs/heads/master: 0b56129be72c38179697b7441aacbe133d515ff9
7 changes: 7 additions & 0 deletions trunk/drivers/leds/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,13 @@ config LEDS_PWM
help
This option enables support for pwm driven LEDs

config LEDS_BD2802
tristate "LED driver for BD2802 RGB LED"
depends on LEDS_CLASS && I2C
help
This option enables support for BD2802GU RGB LED driver chips
accessed via the I2C bus.

comment "LED Triggers"

config LEDS_TRIGGERS
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/leds/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ obj-$(CONFIG_LEDS_TRIGGERS) += led-triggers.o

# LED Platform Drivers
obj-$(CONFIG_LEDS_ATMEL_PWM) += leds-atmel-pwm.o
obj-$(CONFIG_LEDS_BD2802) += leds-bd2802.o
obj-$(CONFIG_LEDS_LOCOMO) += leds-locomo.o
obj-$(CONFIG_LEDS_MIKROTIK_RB532) += leds-rb532.o
obj-$(CONFIG_LEDS_S3C24XX) += leds-s3c24xx.o
Expand Down
Loading

0 comments on commit 969aa65

Please sign in to comment.