aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/power/Makefile
diff options
context:
space:
mode:
authorTodd Brandt <todd.e.brandt@linux.intel.com>2015-02-04 16:24:38 -0800
committerSebastian Reichel <sre@kernel.org>2015-03-07 20:08:58 +0100
commit5a5bf49088f4c92f36786a2e4c20e17f715f0827 (patch)
treecbc9958cbf61c584532b88eeb3863436d0b1309a /drivers/power/Makefile
parentmfd/axp20x: change battery cell name to fuel gauge (diff)
downloadlinux-dev-5a5bf49088f4c92f36786a2e4c20e17f715f0827.tar.xz
linux-dev-5a5bf49088f4c92f36786a2e4c20e17f715f0827.zip
X-Power AXP288 PMIC Fuel Gauge Driver
New power_supply driver at driver/power which interfaces with the axp20x mfd driver as a cell. Provides battery info, monitors for changes, and generates alerts on temperature and capacity issues Signed-off-by: Todd Brandt <todd.e.brandt@linux.intel.com> Acked-by: Jacob Pan <jacob.jun.pan@linux.intel.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 7b604f4926fc..b7b0181c95e5 100644
--- a/drivers/power/Makefile
+++ b/drivers/power/Makefile
@@ -63,3 +63,4 @@ obj-$(CONFIG_POWER_AVS) += avs/
obj-$(CONFIG_CHARGER_SMB347) += smb347-charger.o
obj-$(CONFIG_CHARGER_TPS65090) += tps65090-charger.o
obj-$(CONFIG_POWER_RESET) += reset/
+obj-$(CONFIG_AXP288_FUEL_GAUGE) += axp288_fuel_gauge.o