diff options
author | Todd Brandt <todd.e.brandt@linux.intel.com> | 2015-02-05 03:24:38 +0300 |
---|---|---|
committer | Sebastian Reichel <sre@kernel.org> | 2015-03-07 22:08:58 +0300 |
commit | 5a5bf49088f4c92f36786a2e4c20e17f715f0827 (patch) | |
tree | cbc9958cbf61c584532b88eeb3863436d0b1309a /drivers/power/Makefile | |
parent | b571a77a0dec969728e102971dd126cf374c2cef (diff) | |
download | linux-5a5bf49088f4c92f36786a2e4c20e17f715f0827.tar.xz |
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/Makefile | 1 |
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 |