diff options
author | Baolin Wang <baolin.wang@linaro.org> | 2018-11-05 15:39:11 +0800 |
---|---|---|
committer | Sebastian Reichel <sebastian.reichel@collabora.com> | 2018-11-09 22:55:46 +0100 |
commit | 195ca1703784d1fbc34b38019aedcb74f08154f1 (patch) | |
tree | 0e11d0f31ff4a2af36bd33ab0be1d818070de3f2 /drivers/power/supply/Makefile | |
parent | 0d5f2e6e9c792d557a2a17c484b1a191c7cd9d6e (diff) | |
download | linux-195ca1703784d1fbc34b38019aedcb74f08154f1.tar.gz linux-195ca1703784d1fbc34b38019aedcb74f08154f1.tar.bz2 linux-195ca1703784d1fbc34b38019aedcb74f08154f1.zip |
power: supply: Add Spreadtrum SC27XX fuel gauge unit driver
This patch adds the Spreadtrum SC27XX serial PMICs fuel gauge support,
which is used to calculate the battery capacity.
Original-by: Yuanjiang Yu <yuanjiang.yu@unisoc.com>
Signed-off-by: Baolin Wang <baolin.wang@linaro.org>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
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 767105b88d00..b731c2a9b695 100644 --- a/drivers/power/supply/Makefile +++ b/drivers/power/supply/Makefile @@ -86,3 +86,4 @@ obj-$(CONFIG_AXP288_FUEL_GAUGE) += axp288_fuel_gauge.o obj-$(CONFIG_AXP288_CHARGER) += axp288_charger.o obj-$(CONFIG_CHARGER_CROS_USBPD) += cros_usbpd-charger.o obj-$(CONFIG_CHARGER_SC2731) += sc2731_charger.o +obj-$(CONFIG_FUEL_GAUGE_SC27XX) += sc27xx_fuel_gauge.o |