diff options
author | Dmitry Osipenko <digetx@gmail.com> | 2020-12-28 17:05:47 +0100 |
---|---|---|
committer | Sebastian Reichel <sre@kernel.org> | 2021-01-14 23:39:43 +0100 |
commit | c82a2fbe6c02d5caf5a3312f6ea119da450ccee0 (patch) | |
tree | 33779ab4a823c1d1933b62008e0f135a46e8769b /drivers/power/supply/Makefile | |
parent | power: supply: bq256xx: Fix BQ256XX_NUM_WD_VAL and bq256xx_watchdog_time[] ov... (diff) | |
download | linux-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/Makefile | 1 |
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 |