diff options
author | Haojian Zhuang <haojian.zhuang@marvell.com> | 2010-01-06 17:10:09 -0500 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2010-03-07 16:17:05 -0500 |
commit | 0a2f915b405ac1a8d19d9b7cf7873f26ba682a24 (patch) | |
tree | a879be7f4611811ea052cfe2f176c8d2de75c187 /drivers/leds/Kconfig | |
parent | d07e8bf83fd71567aaf9c27c3b133ab3cf8f3c4c (diff) |
led: Enable led in 88pm860x
Enable led sub device in Marvell 88PM860x. Two LED arrays can be supported.
Each LED array can be used for R,G,B leds.
Signed-off-by: Haojian Zhuang <haojian.zhuang@marvell.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
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 8a0e1ec95e4a..e0b64312e66a 100644 --- a/drivers/leds/Kconfig +++ b/drivers/leds/Kconfig | |||
@@ -17,6 +17,13 @@ config LEDS_CLASS | |||
17 | 17 | ||
18 | comment "LED drivers" | 18 | comment "LED drivers" |
19 | 19 | ||
20 | config LEDS_88PM860X | ||
21 | tristate "LED Support for Marvell 88PM860x PMIC" | ||
22 | depends on LEDS_CLASS && MFD_88PM860X | ||
23 | help | ||
24 | This option enables support for on-chip LED drivers found on Marvell | ||
25 | Semiconductor 88PM8606 PMIC. | ||
26 | |||
20 | config LEDS_ATMEL_PWM | 27 | config LEDS_ATMEL_PWM |
21 | tristate "LED Support using Atmel PWM outputs" | 28 | tristate "LED Support using Atmel PWM outputs" |
22 | depends on LEDS_CLASS && ATMEL_PWM | 29 | depends on LEDS_CLASS && ATMEL_PWM |