diff options
author | Mike Rapoport <mike@compulab.co.il> | 2008-10-13 10:06:10 +0200 |
---|---|---|
committer | Richard Purdie <rpurdie@rpsys.net> | 2008-10-20 23:34:11 +0200 |
commit | 9e84561c8c8671d9e58d1893cc524a71b20c9183 (patch) | |
tree | 0c3f013a3ad2837e40fced5ab7a72a0f4e34fa1b /drivers/leds/Kconfig | |
parent | fs/Kconfig: move ext2, ext3, ext4, JBD, JBD2 out (diff) | |
download | linux-9e84561c8c8671d9e58d1893cc524a71b20c9183.tar.xz linux-9e84561c8c8671d9e58d1893cc524a71b20c9183.zip |
leds: da903x: Add support for LEDs found on DA9030/DA9034
Signed-off-by: Mike Rapoport <mike@compulab.co.il>
Signed-off-by: Eric Miao <eric.miao@marvell.com>
Signed-off-by: Richard Purdie <rpurdie@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 e3e40427e00e..14bb57b16593 100644 --- a/drivers/leds/Kconfig +++ b/drivers/leds/Kconfig @@ -157,6 +157,13 @@ config LEDS_PCA955X LED driver chips accessed via the I2C bus. Supported devices include PCA9550, PCA9551, PCA9552, and PCA9553. +config LEDS_DA903X + tristate "LED Support for DA9030/DA9034 PMIC" + depends on LEDS_CLASS && PMIC_DA903X + help + This option enables support for on-chip LED drivers found + on Dialog Semiconductor DA9030/DA9034 PMICs. + comment "LED Triggers" config LEDS_TRIGGERS |