diff options
author | Courtney Cavin <courtney.cavin@sonymobile.com> | 2015-03-12 11:47:08 -0400 |
---|---|---|
committer | Bryan Wu <cooloney@gmail.com> | 2015-03-30 14:55:49 -0400 |
commit | 93c64f1ea1e886a1e43e9b0215affdb696f1fe66 (patch) | |
tree | e9ae977f01a2dd011871642ab14d77fa618409d2 /drivers/leds/Makefile | |
parent | cbbd896f25316e823af228432c690c35992d60f4 (diff) |
leds: add Qualcomm PM8941 WLED driver
This adds support for the WLED ('White' LED) block on Qualcomm's
PM8941 PMICs.
(cooloney@gmail.com: remove unneeded semicolon)
Signed-off-by: Courtney Cavin <courtney.cavin@sonymobile.com>
Signed-off-by: Bjorn Andersson <bjorn.andersson@sonymobile.com>
Signed-off-by: Bryan Wu <cooloney@gmail.com>
Diffstat (limited to 'drivers/leds/Makefile')
-rw-r--r-- | drivers/leds/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/leds/Makefile b/drivers/leds/Makefile index cbba921b6f1c..bf4609338e10 100644 --- a/drivers/leds/Makefile +++ b/drivers/leds/Makefile | |||
@@ -58,6 +58,7 @@ obj-$(CONFIG_LEDS_BLINKM) += leds-blinkm.o | |||
58 | obj-$(CONFIG_LEDS_SYSCON) += leds-syscon.o | 58 | obj-$(CONFIG_LEDS_SYSCON) += leds-syscon.o |
59 | obj-$(CONFIG_LEDS_VERSATILE) += leds-versatile.o | 59 | obj-$(CONFIG_LEDS_VERSATILE) += leds-versatile.o |
60 | obj-$(CONFIG_LEDS_MENF21BMC) += leds-menf21bmc.o | 60 | obj-$(CONFIG_LEDS_MENF21BMC) += leds-menf21bmc.o |
61 | obj-$(CONFIG_LEDS_PM8941_WLED) += leds-pm8941-wled.o | ||
61 | 62 | ||
62 | # LED SPI Drivers | 63 | # LED SPI Drivers |
63 | obj-$(CONFIG_LEDS_DAC124S085) += leds-dac124s085.o | 64 | obj-$(CONFIG_LEDS_DAC124S085) += leds-dac124s085.o |