diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2014-07-23 05:36:00 -0700 |
---|---|---|
committer | Bryan Wu <cooloney@gmail.com> | 2014-07-23 13:33:04 -0700 |
commit | 4da498fc65de321682396401393340fef5b9c2f6 (patch) | |
tree | 424629560a1b432dd2a39b480bfdc6e2daa7c9c0 /drivers/leds/Makefile | |
parent | 5995eb6d58cf2b5c18a292f611364aefb4892aa8 (diff) | |
download | op-kernel-dev-4da498fc65de321682396401393340fef5b9c2f6.zip op-kernel-dev-4da498fc65de321682396401393340fef5b9c2f6.tar.gz |
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 79c5155..b2a6295 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 |