diff options
author | David Dajun Chen <dchen@diasemi.com> | 2012-05-29 15:07:26 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2012-05-29 16:22:31 -0700 |
commit | 5ba736311bf6fea25c97e868b7de6d3de8800aba (patch) | |
tree | 347d7e042b9fb7bf977daa95441ea0169c918d11 /drivers/leds/Kconfig | |
parent | 5bc9ad774c063f6b41965e7314f2c26aa5e465a0 (diff) | |
download | talos-op-linux-5ba736311bf6fea25c97e868b7de6d3de8800aba.tar.gz talos-op-linux-5ba736311bf6fea25c97e868b7de6d3de8800aba.zip |
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 This option enables support for on-chip LED drivers found on Dialog Semiconductor DA9030/DA9034 PMICs. +config LEDS_DA9052 + tristate "Dialog DA9052/DA9053 LEDS" + depends on LEDS_CLASS + depends on PMIC_DA9052 + help + This option enables support for on-chip LED drivers found + on Dialog Semiconductor DA9052-BC and DA9053-AA/Bx PMICs. + config LEDS_DAC124S085 tristate "LED Support for DAC124S085 SPI DAC" depends on LEDS_CLASS |