summaryrefslogtreecommitdiffstats
path: root/drivers/leds/Makefile
diff options
context:
space:
mode:
authorLuotao Fu2009-02-11 22:24:40 +0100
committerRichard Purdie2009-04-06 17:06:26 +0200
commit41c42ff5dbe29b7b826e6736f960959c76e7acf0 (patch)
treec405b8e5e266994fbf81d7610cf8498215e0baff /drivers/leds/Makefile
parentleds: Fix leds-gpio driver multiple module_init/exit usage (diff)
downloadkernel-qcow2-linux-41c42ff5dbe29b7b826e6736f960959c76e7acf0.tar.gz
kernel-qcow2-linux-41c42ff5dbe29b7b826e6736f960959c76e7acf0.tar.xz
kernel-qcow2-linux-41c42ff5dbe29b7b826e6736f960959c76e7acf0.zip
leds: simple driver for pwm driven LEDs
Add a simple driver for pwm driver LEDs. pwm_id and period can be defined in board file. It is developed for pxa, however it is probably generic enough to be used on other platforms with pwm. Signed-off-by: Luotao Fu <l.fu@pengutronix.de> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'drivers/leds/Makefile')
-rw-r--r--drivers/leds/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/leds/Makefile b/drivers/leds/Makefile
index 4157e86b9747..584a3f6c2530 100644
--- a/drivers/leds/Makefile
+++ b/drivers/leds/Makefile
@@ -24,6 +24,7 @@ obj-$(CONFIG_LEDS_FSG) += leds-fsg.o
obj-$(CONFIG_LEDS_PCA955X) += leds-pca955x.o
obj-$(CONFIG_LEDS_DA903X) += leds-da903x.o
obj-$(CONFIG_LEDS_WM8350) += leds-wm8350.o
+obj-$(CONFIG_LEDS_PWM) += leds-pwm.o
# LED SPI Drivers
obj-$(CONFIG_LEDS_DAC124S085) += leds-dac124s085.o