summaryrefslogtreecommitdiffstats
path: root/drivers/power/supply/Makefile
diff options
context:
space:
mode:
authorDmitry Osipenko <digetx@gmail.com>2020-12-28 17:05:47 +0100
committerSebastian Reichel <sre@kernel.org>2021-01-14 23:39:43 +0100
commitc82a2fbe6c02d5caf5a3312f6ea119da450ccee0 (patch)
tree33779ab4a823c1d1933b62008e0f135a46e8769b /drivers/power/supply/Makefile
parentpower: supply: bq256xx: Fix BQ256XX_NUM_WD_VAL and bq256xx_watchdog_time[] ov... (diff)
downloadlinux-c82a2fbe6c02d5caf5a3312f6ea119da450ccee0.tar.xz
linux-c82a2fbe6c02d5caf5a3312f6ea119da450ccee0.zip
power: supply: Add battery gauge driver for Acer Iconia Tab A500
This patch adds battery gauge driver for Acer Iconia Tab A500 device. The battery gauge function is provided via the Embedded Controller, which is found on the Acer A500. Signed-off-by: Dmitry Osipenko <digetx@gmail.com> Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
Diffstat (limited to 'drivers/power/supply/Makefile')
-rw-r--r--drivers/power/supply/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/power/supply/Makefile b/drivers/power/supply/Makefile
index ae3d9c83c790..5e5fdbbef531 100644
--- a/drivers/power/supply/Makefile
+++ b/drivers/power/supply/Makefile
@@ -100,3 +100,4 @@ obj-$(CONFIG_CHARGER_BD70528) += bd70528-charger.o
obj-$(CONFIG_CHARGER_BD99954) += bd99954-charger.o
obj-$(CONFIG_CHARGER_WILCO) += wilco-charger.o
obj-$(CONFIG_RN5T618_POWER) += rn5t618_power.o
+obj-$(CONFIG_BATTERY_ACER_A500) += acer_a500_battery.o