diff options
Diffstat (limited to 'drivers/leds/Kconfig')
-rw-r--r-- | drivers/leds/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/leds/Kconfig b/drivers/leds/Kconfig index db84d8f616dc..b77baecd50ca 100644 --- a/drivers/leds/Kconfig +++ b/drivers/leds/Kconfig | |||
@@ -210,6 +210,13 @@ config LEDS_PWM | |||
210 | help | 210 | help |
211 | This option enables support for pwm driven LEDs | 211 | This option enables support for pwm driven LEDs |
212 | 212 | ||
213 | config LEDS_BD2802 | ||
214 | tristate "LED driver for BD2802 RGB LED" | ||
215 | depends on LEDS_CLASS && I2C | ||
216 | help | ||
217 | This option enables support for BD2802GU RGB LED driver chips | ||
218 | accessed via the I2C bus. | ||
219 | |||
213 | comment "LED Triggers" | 220 | comment "LED Triggers" |
214 | 221 | ||
215 | config LEDS_TRIGGERS | 222 | config LEDS_TRIGGERS |