aboutsummaryrefslogtreecommitdiff
path: root/drivers/leds/Makefile
diff options
context:
space:
mode:
authorGravatar Dmitry Osipenko <digetx@gmail.com> 2020-09-06 22:51:02 +0300
committerGravatar Pavel Machek <pavel@ucw.cz> 2020-09-26 21:56:42 +0200
commit1ece06acd29e028734431f9ccc79a57c3fc6281e (patch)
treef6a0196049aca7a2a55461d4a160a1ac634ac729 /drivers/leds/Makefile
parentleds: pca9532 - simplify the return expression of pca9532_remove (diff)
downloadlinux-1ece06acd29e028734431f9ccc79a57c3fc6281e.tar.gz
linux-1ece06acd29e028734431f9ccc79a57c3fc6281e.tar.bz2
linux-1ece06acd29e028734431f9ccc79a57c3fc6281e.zip
leds: Add driver for Acer Iconia Tab A500
Acer Iconia Tab A500 is an Android tablet device which has two LEDs embedded into the Power Button. Orange LED indicates "battery charging" status and white LED indicates "wake-up/charge-done" status. The new LED driver provides control over both LEDs to userspace. Signed-off-by: Dmitry Osipenko <digetx@gmail.com> Signed-off-by: Pavel Machek <pavel@ucw.cz>
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 778cb4bb8c52..73e603e1727e 100644
--- a/drivers/leds/Makefile
+++ b/drivers/leds/Makefile
@@ -10,6 +10,7 @@ obj-$(CONFIG_LEDS_TRIGGERS) += led-triggers.o
# LED Platform Drivers (keep this sorted, M-| sort)
obj-$(CONFIG_LEDS_88PM860X) += leds-88pm860x.o
obj-$(CONFIG_LEDS_AAT1290) += leds-aat1290.o
+obj-$(CONFIG_LEDS_ACER_A500) += leds-acer-a500.o
obj-$(CONFIG_LEDS_ADP5520) += leds-adp5520.o
obj-$(CONFIG_LEDS_AN30259A) += leds-an30259a.o
obj-$(CONFIG_LEDS_APU) += leds-apu.o