diff options
author | David Dajun Chen <dchen@diasemi.com> | 2012-05-29 18:07:26 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2012-05-29 19:22:31 -0400 |
commit | 5ba736311bf6fea25c97e868b7de6d3de8800aba (patch) | |
tree | 347d7e042b9fb7bf977daa95441ea0169c918d11 /drivers/leds/Kconfig | |
parent | 5bc9ad774c063f6b41965e7314f2c26aa5e465a0 (diff) |
leds: driver for DA9052/53 PMIC v2
LED Driver for Dialog Semiconductor DA9052/53 PMICs.
[akpm@linux-foundation.org: make led_reg static]
Signed-off-by: David Dajun Chen <dchen@diasemi.com>
Signed-off-by: Ashish Jangam <ashish.jangam@kpitcummins.com>
Reviewed-by: Lars-Peter Clausen <lars@metafoo.de>
Cc: Richard Purdie <rpurdie@rpsys.net>
Cc: Bryan Wu <bryan.wu@canonical.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/leds/Kconfig')
-rw-r--r-- | drivers/leds/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/leds/Kconfig b/drivers/leds/Kconfig index ff4b8cfda585..cede3397bb12 100644 --- a/drivers/leds/Kconfig +++ b/drivers/leds/Kconfig | |||
@@ -259,6 +259,14 @@ config LEDS_DA903X | |||
259 | This option enables support for on-chip LED drivers found | 259 | This option enables support for on-chip LED drivers found |
260 | on Dialog Semiconductor DA9030/DA9034 PMICs. | 260 | on Dialog Semiconductor DA9030/DA9034 PMICs. |
261 | 261 | ||
262 | config LEDS_DA9052 | ||
263 | tristate "Dialog DA9052/DA9053 LEDS" | ||
264 | depends on LEDS_CLASS | ||
265 | depends on PMIC_DA9052 | ||
266 | help | ||
267 | This option enables support for on-chip LED drivers found | ||
268 | on Dialog Semiconductor DA9052-BC and DA9053-AA/Bx PMICs. | ||
269 | |||
262 | config LEDS_DAC124S085 | 270 | config LEDS_DAC124S085 |
263 | tristate "LED Support for DAC124S085 SPI DAC" | 271 | tristate "LED Support for DAC124S085 SPI DAC" |
264 | depends on LEDS_CLASS | 272 | depends on LEDS_CLASS |