summary refs log tree commit diff
path: root/drivers/power/Makefile
diff options
context:
space:
mode:
authorGrazvydas Ignotas <notasas@gmail.com>2010-09-27 23:18:24 +0300
committerAnton Vorontsov <cbouatmailru@gmail.com>2010-09-30 19:28:09 +0400
commit2e727f1787e311087950711451e6eec82c05d81c (patch)
treecbe33d41acf306546724627cba527f5d639f77ad /drivers/power/Makefile
parentd3ab61ecbab2b8950108b3541bc9eda515d605e0 (diff)
downloadlinux-2e727f1787e311087950711451e6eec82c05d81c.tar.gz
power_supply: Add driver for TWL4030/TPS65950 BCI charger
TWL4030/TPS65950 is a multi-function device with integrated charger,
which allows charging from AC or USB. This driver enables the charger
and provides several monitoring functions.

Tested on OMAP3 Pandora board.

Signed-off-by: Grazvydas Ignotas <notasas@gmail.com>
Acked-by: Felipe Balbi <balbi@ti.com>
Signed-off-by: Anton Vorontsov <cbouatmailru@gmail.com>
Diffstat (limited to 'drivers/power/Makefile')
-rw-r--r--drivers/power/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/power/Makefile b/drivers/power/Makefile
index 2799a8418186..695e54fdbcdb 100644
--- a/drivers/power/Makefile
+++ b/drivers/power/Makefile
@@ -39,3 +39,4 @@ obj-$(CONFIG_CHARGER_PCF50633)	+= pcf50633-charger.o
 obj-$(CONFIG_BATTERY_JZ4740)	+= jz4740-battery.o
 obj-$(CONFIG_BATTERY_INTEL_MID)	+= intel_mid_battery.o
 obj-$(CONFIG_CHARGER_ISP1704)	+= isp1704_charger.o
+obj-$(CONFIG_CHARGER_TWL4030)	+= twl4030_charger.o