aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/leds/Kconfig
diff options
context:
space:
mode:
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 f028f0348e83..f0aaf415316d 100644
--- a/drivers/leds/Kconfig
+++ b/drivers/leds/Kconfig
@@ -430,6 +430,14 @@ config LEDS_OT200
430 This option enables support for the LEDs on the Bachmann OT200. 430 This option enables support for the LEDs on the Bachmann OT200.
431 Say Y to enable LEDs on the Bachmann OT200. 431 Say Y to enable LEDs on the Bachmann OT200.
432 432
433config LEDS_BLINKM
434 tristate "LED support for the BlinkM I2C RGB LED"
435 depends on LEDS_CLASS
436 depends on I2C
437 help
438 This option enables support for the BlinkM RGB LED connected
439 through I2C. Say Y to enable support for the BlinkM LED.
440
433config LEDS_TRIGGERS 441config LEDS_TRIGGERS
434 bool "LED Trigger support" 442 bool "LED Trigger support"
435 depends on LEDS_CLASS 443 depends on LEDS_CLASS