diff options
| author | Linus Walleij <linus.walleij@linaro.org> | 2014-02-27 08:44:17 -0500 |
|---|---|---|
| committer | Linus Walleij <linus.walleij@linaro.org> | 2014-03-28 05:54:15 -0400 |
| commit | 1dc7d8374dccf2815294ceb6a1092253f45ba860 (patch) | |
| tree | beb594f2cc4adb185b4fd727a29c36860cdb2cfa /drivers/leds/Makefile | |
| parent | e4ecf2bda239ddef5f4edd0e05d48bfdf88a475d (diff) | |
ARM/leds: move ARM Versatile LED driver to leds subsystem
Now that we have converted this driver to a real platform device
module-based thing, we move the driver down into the LEDs
subsystem and rename the config option to LEDS_VERSATILE.
Cc: Richard Purdie <rpurdie@rpsys.net>
Cc: Russell King <linux@arm.linux.org.uk>
Cc: Pawel Moll <pawel.moll@arm.com>
Acked-by: Bryan Wu <cooloney@gmail.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
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 3cd76dbd9be2..8b4c956e11ba 100644 --- a/drivers/leds/Makefile +++ b/drivers/leds/Makefile | |||
| @@ -54,6 +54,7 @@ obj-$(CONFIG_LEDS_ASIC3) += leds-asic3.o | |||
| 54 | obj-$(CONFIG_LEDS_MAX8997) += leds-max8997.o | 54 | obj-$(CONFIG_LEDS_MAX8997) += leds-max8997.o |
| 55 | obj-$(CONFIG_LEDS_LM355x) += leds-lm355x.o | 55 | obj-$(CONFIG_LEDS_LM355x) += leds-lm355x.o |
| 56 | obj-$(CONFIG_LEDS_BLINKM) += leds-blinkm.o | 56 | obj-$(CONFIG_LEDS_BLINKM) += leds-blinkm.o |
| 57 | obj-$(CONFIG_LEDS_VERSATILE) += leds-versatile.o | ||
| 57 | 58 | ||
| 58 | # LED SPI Drivers | 59 | # LED SPI Drivers |
| 59 | obj-$(CONFIG_LEDS_DAC124S085) += leds-dac124s085.o | 60 | obj-$(CONFIG_LEDS_DAC124S085) += leds-dac124s085.o |
