diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2014-07-23 14:36:00 +0200 |
---|---|---|
committer | Bryan Wu <cooloney@gmail.com> | 2014-07-23 22:33:04 +0200 |
commit | 4da498fc65de321682396401393340fef5b9c2f6 (patch) | |
tree | 424629560a1b432dd2a39b480bfdc6e2daa7c9c0 /drivers/leds/Makefile | |
parent | Documentation: dts: tcs6507: Fix wrong statement about #gpio-cells (diff) | |
download | linux-4da498fc65de321682396401393340fef5b9c2f6.tar.xz linux-4da498fc65de321682396401393340fef5b9c2f6.zip |
leds: add driver for the iPAQ micro
This adds a driver for the iPAQ microcontroller LED.
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
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 79c5155199a7..b2a62959ff8f 100644 --- a/drivers/leds/Makefile +++ b/drivers/leds/Makefile @@ -31,6 +31,7 @@ obj-$(CONFIG_LEDS_LP8501) += leds-lp8501.o obj-$(CONFIG_LEDS_LP8788) += leds-lp8788.o obj-$(CONFIG_LEDS_TCA6507) += leds-tca6507.o obj-$(CONFIG_LEDS_CLEVO_MAIL) += leds-clevo-mail.o +obj-$(CONFIG_LEDS_IPAQ_MICRO) += leds-ipaq-micro.o obj-$(CONFIG_LEDS_HP6XX) += leds-hp6xx.o obj-$(CONFIG_LEDS_OT200) += leds-ot200.o obj-$(CONFIG_LEDS_FSG) += leds-fsg.o |