summaryrefslogtreecommitdiff
path: root/drivers/power/Makefile
diff options
context:
space:
mode:
authorEnric Balletbo i Serra <eballetbo@gmail.com>2015-09-24 19:44:21 (GMT)
committerSebastian Reichel <sre@kernel.org>2015-09-24 20:43:13 (GMT)
commit3636859b280ca595da4556274a509223f47e9a39 (patch)
treec5535606434651787a91f4e5a4d5fdf30ec3ffdd /drivers/power/Makefile
parent8e97a88c5b5864004ec5e87e7088dba7dcf79fdc (diff)
downloadlinux-3636859b280ca595da4556274a509223f47e9a39.tar.xz
power_supply: Add support for tps65217-charger.
This patch adds support for the tps65217 charger driver. This driver is responsible for controlling the charger aspect of the tps65217 mfd. Currently, this mainly consists of turning on and off the charger, but some other features of the charger can be supported through this driver. Signed-off-by: Enric Balletbo i Serra <enric.balletbo@collabora.com> Signed-off-by: Sebastian Reichel <sre@kernel.org>
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 8eb30a5..b0e1bf1 100644
--- a/drivers/power/Makefile
+++ b/drivers/power/Makefile
@@ -67,6 +67,7 @@ obj-$(CONFIG_CHARGER_BQ25890) += bq25890_charger.o
obj-$(CONFIG_POWER_AVS) += avs/
obj-$(CONFIG_CHARGER_SMB347) += smb347-charger.o
obj-$(CONFIG_CHARGER_TPS65090) += tps65090-charger.o
+obj-$(CONFIG_CHARGER_TPS65217) += tps65217_charger.o
obj-$(CONFIG_POWER_RESET) += reset/
obj-$(CONFIG_AXP288_FUEL_GAUGE) += axp288_fuel_gauge.o
obj-$(CONFIG_AXP288_CHARGER) += axp288_charger.o