summaryrefslogtreecommitdiff
path: root/drivers/leds
diff options
context:
space:
mode:
authorZhou Jingyu <b02241@freescale.com>2011-01-05 10:03:43 +0800
committerAlan Tull <alan.tull@freescale.com>2011-02-03 16:35:58 -0600
commit1ab2ef9bf975ec5ff768f65d02bfd58fe743fa2f (patch)
tree45fce033c5a03f77319b9a5de4b813c19c62803b /drivers/leds
parent6a74001d6eda0fbe07c97269d0d59d6358699540 (diff)
ENGR00137556-2 porting da9053 pmic driver
porting da9053 pmic driver Signed-off-by: Zhou Jingyu <Jingyu.Zhou@freescale.com>
Diffstat (limited to 'drivers/leds')
-rw-r--r--drivers/leds/Kconfig10
-rw-r--r--drivers/leds/Makefile1
2 files changed, 11 insertions, 0 deletions
diff --git a/drivers/leds/Kconfig b/drivers/leds/Kconfig
index 50590c770691..196270d08960 100644
--- a/drivers/leds/Kconfig
+++ b/drivers/leds/Kconfig
@@ -246,6 +246,16 @@ 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 LEDS"
+ depends on PMIC_DA9052
+ help
+ This option enables support for on-chip LED drivers found
+ on Dialog Semiconductor DA9052 PMICs.
+
+ To compile this driver as a module, choose M here: the
+ module will be called leds-da9052.
+
config LEDS_DAC124S085
tristate "LED Support for DAC124S085 SPI DAC"
depends on SPI
diff --git a/drivers/leds/Makefile b/drivers/leds/Makefile
index fd8042e113e2..8285efc54a03 100644
--- a/drivers/leds/Makefile
+++ b/drivers/leds/Makefile
@@ -29,6 +29,7 @@ obj-$(CONFIG_LEDS_HP6XX) += leds-hp6xx.o
obj-$(CONFIG_LEDS_FSG) += leds-fsg.o
obj-$(CONFIG_LEDS_PCA955X) += leds-pca955x.o
obj-$(CONFIG_LEDS_DA903X) += leds-da903x.o
+obj-$(CONFIG_LEDS_DA9052) += leds-da9052.o
obj-$(CONFIG_LEDS_WM831X_STATUS) += leds-wm831x-status.o
obj-$(CONFIG_LEDS_WM8350) += leds-wm8350.o
obj-$(CONFIG_LEDS_PWM) += leds-pwm.o