|
@@ -487,6 +487,14 @@ config LEDS_BLINKM
|
|
|
This option enables support for the BlinkM RGB LED connected
|
|
|
through I2C. Say Y to enable support for the BlinkM LED.
|
|
|
|
|
|
+config LEDS_VERSATILE
|
|
|
+ bool "LED support for the ARM Versatile and RealView"
|
|
|
+ depends on ARCH_REALVIEW || ARCH_VERSATILE
|
|
|
+ depends on LEDS_CLASS
|
|
|
+ help
|
|
|
+ This option enabled support for the LEDs on the ARM Versatile
|
|
|
+ and RealView boards. Say Y to enabled these.
|
|
|
+
|
|
|
comment "LED Triggers"
|
|
|
source "drivers/leds/trigger/Kconfig"
|
|
|
|