diff options
author | Paul Parsons <lost.distance@yahoo.com> | 2011-05-13 14:52:56 -0400 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2011-05-26 13:45:46 -0400 |
commit | 7d9e7e9fbd3041a0596394579d800788bbf94939 (patch) | |
tree | 3e72c63a84b73c14227ec0cc296c07fdb734158e /drivers/leds/Makefile | |
parent | 4a7c00cd94d4ca7061c481fe823a256e37436044 (diff) |
leds: Add ASIC3 LED support
Add LED support for the HTC ASIC3. Underlying support is provided by the mfd/asic3 and leds/leds-asic3 drivers. An example configuration is provided by the pxa/hx4700 platform.
Signed-off-by: Paul Parsons <lost.distance@yahoo.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.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 bccb96c9bb45..bbfd2e367dc0 100644 --- a/drivers/leds/Makefile +++ b/drivers/leds/Makefile | |||
@@ -42,6 +42,7 @@ obj-$(CONFIG_LEDS_DELL_NETBOOKS) += dell-led.o | |||
42 | obj-$(CONFIG_LEDS_MC13783) += leds-mc13783.o | 42 | obj-$(CONFIG_LEDS_MC13783) += leds-mc13783.o |
43 | obj-$(CONFIG_LEDS_NS2) += leds-ns2.o | 43 | obj-$(CONFIG_LEDS_NS2) += leds-ns2.o |
44 | obj-$(CONFIG_LEDS_NETXBIG) += leds-netxbig.o | 44 | obj-$(CONFIG_LEDS_NETXBIG) += leds-netxbig.o |
45 | obj-$(CONFIG_LEDS_ASIC3) += leds-asic3.o | ||
45 | 46 | ||
46 | # LED SPI Drivers | 47 | # LED SPI Drivers |
47 | obj-$(CONFIG_LEDS_DAC124S085) += leds-dac124s085.o | 48 | obj-$(CONFIG_LEDS_DAC124S085) += leds-dac124s085.o |