summaryrefslogtreecommitdiffstats
path: root/drivers/mfd/Makefile
diff options
context:
space:
mode:
authorHemanth V <hemanthv@ti.com>2010-07-14 12:04:56 +0200
committerSamuel Ortiz <sameo@linux.intel.com>2010-08-12 11:27:59 +0200
commit31fc03df5df364100a41134783c02490fbd25745 (patch)
tree761c424eebb03314ca98b49e6c3b05e4c9ad8cda /drivers/mfd/Makefile
parent9accdc1bf239ef20c0fe12ceff2a7532374fd7cd (diff)
downloadop-kernel-dev-31fc03df5df364100a41134783c02490fbd25745.zip
op-kernel-dev-31fc03df5df364100a41134783c02490fbd25745.tar.gz
mfd: Add support for TWL6030 PWM
TWL6030 supports PWM (Pulse Width Modulator) which is used to control charging LED. PWM allows for controlling brightness. This patch implements the APIs required by leds-pwm driver. Signed-off-by: Hemanth V <hemanthv@ti.com> Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Diffstat (limited to 'drivers/mfd/Makefile')
-rw-r--r--drivers/mfd/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mfd/Makefile b/drivers/mfd/Makefile
index 1f70779..cc7cce0 100644
--- a/drivers/mfd/Makefile
+++ b/drivers/mfd/Makefile
@@ -37,6 +37,7 @@ obj-$(CONFIG_MENELAUS) += menelaus.o
obj-$(CONFIG_TWL4030_CORE) += twl-core.o twl4030-irq.o twl6030-irq.o
obj-$(CONFIG_TWL4030_POWER) += twl4030-power.o
obj-$(CONFIG_TWL4030_CODEC) += twl4030-codec.o
+obj-$(CONFIG_TWL6030_PWM) += twl6030-pwm.o
obj-$(CONFIG_MFD_MC13783) += mc13783-core.o
OpenPOWER on IntegriCloud