diff options
author | Márton Németh <nm127@freemail.hu> | 2007-10-31 11:46:41 +0100 |
---|---|---|
committer | Richard Purdie <rpurdie@rpsys.net> | 2008-02-07 09:22:17 +0000 |
commit | cec035de8265b18252742ef359b12e9694641112 (patch) | |
tree | e9098d3aa81807a36aeafe2503ec40f217e4cba9 /drivers/leds/Makefile | |
parent | 488b5ec871191359b9b79262a3d48456dae7ea5f (diff) | |
download | kernel_samsung_crespo-cec035de8265b18252742ef359b12e9694641112.zip kernel_samsung_crespo-cec035de8265b18252742ef359b12e9694641112.tar.gz kernel_samsung_crespo-cec035de8265b18252742ef359b12e9694641112.tar.bz2 |
leds: Add clevo notebook LED driver
The driver supports the mail LED commonly found on different Clevo notebooks.
The driver access the LED through the i8042 hardware which is handled by
the input subsystem.
Signed-off-by: Márton Németh <nm127@freemail.hu>
Signed-off-by: Richard Purdie <rpurdie@rpsys.net>
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 a60de1b..e433e2f 100644 --- a/drivers/leds/Makefile +++ b/drivers/leds/Makefile @@ -19,6 +19,7 @@ obj-$(CONFIG_LEDS_COBALT_QUBE) += leds-cobalt-qube.o obj-$(CONFIG_LEDS_COBALT_RAQ) += leds-cobalt-raq.o obj-$(CONFIG_LEDS_GPIO) += leds-gpio.o obj-$(CONFIG_LEDS_CM_X270) += leds-cm-x270.o +obj-$(CONFIG_LEDS_CLEVO_MAIL) += leds-clevo-mail.o # LED Triggers obj-$(CONFIG_LEDS_TRIGGER_TIMER) += ledtrig-timer.o |