aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/leds/Kconfig
diff options
context:
space:
mode:
authorLinus Walleij <linus.walleij@linaro.org>2014-02-27 08:44:17 -0500
committerLinus Walleij <linus.walleij@linaro.org>2014-03-28 05:54:15 -0400
commit1dc7d8374dccf2815294ceb6a1092253f45ba860 (patch)
treebeb594f2cc4adb185b4fd727a29c36860cdb2cfa /drivers/leds/Kconfig
parente4ecf2bda239ddef5f4edd0e05d48bfdf88a475d (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/Kconfig')
-rw-r--r--drivers/leds/Kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/leds/Kconfig b/drivers/leds/Kconfig
index 72156c123033..93235f7378ba 100644
--- a/drivers/leds/Kconfig
+++ b/drivers/leds/Kconfig
@@ -487,6 +487,14 @@ config LEDS_BLINKM
487 This option enables support for the BlinkM RGB LED connected 487 This option enables support for the BlinkM RGB LED connected
488 through I2C. Say Y to enable support for the BlinkM LED. 488 through I2C. Say Y to enable support for the BlinkM LED.
489 489
490config LEDS_VERSATILE
491 bool "LED support for the ARM Versatile and RealView"
492 depends on ARCH_REALVIEW || ARCH_VERSATILE
493 depends on LEDS_CLASS
494 help
495 This option enabled support for the LEDs on the ARM Versatile
496 and RealView boards. Say Y to enabled these.
497
490comment "LED Triggers" 498comment "LED Triggers"
491source "drivers/leds/trigger/Kconfig" 499source "drivers/leds/trigger/Kconfig"
492 500