diff options
author | Tobias Schramm <t.schramm@manjaro.org> | 2020-04-14 15:52:08 +0300 |
---|---|---|
committer | Sebastian Reichel <sre@kernel.org> | 2020-05-03 18:40:39 +0300 |
commit | b4c7715c10c106a041b0b3fabd26151c214ea394 (patch) | |
tree | 53210d399adbea4c44dc111f0638be37385db545 /drivers/power/supply/Kconfig | |
parent | 6e776188635ace8d1f5c032d8c8e8f0d4fa33b64 (diff) | |
download | linux-b4c7715c10c106a041b0b3fabd26151c214ea394.tar.xz |
power: supply: add CellWise cw2015 fuel gauge driver
This patch adds a driver for the CellWise cw2015 fuel gauge.
The CellWise cw2015 is a shuntless, single-cell Li-Ion fuel gauge used
in the pine64 Pinebook Pro laptop and some Raspberry Pi UPS HATs.
Signed-off-by: Tobias Schramm <t.schramm@manjaro.org>
Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
Diffstat (limited to 'drivers/power/supply/Kconfig')
-rw-r--r-- | drivers/power/supply/Kconfig | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/power/supply/Kconfig b/drivers/power/supply/Kconfig index d37ec0d03237..efdcf49f27bf 100644 --- a/drivers/power/supply/Kconfig +++ b/drivers/power/supply/Kconfig @@ -116,6 +116,17 @@ config BATTERY_CPCAP Say Y here to enable support for battery on Motorola phones and tablets such as droid 4. +config BATTERY_CW2015 + tristate "CW2015 Battery driver" + depends on I2C + select REGMAP_I2C + help + Say Y here to enable support for the cellwise cw2015 + battery fuel gauge (used in the Pinebook Pro & others) + + This driver can also be built as a module. If so, the module will be + called cw2015_battery. + config BATTERY_DS2760 tristate "DS2760 battery driver (HP iPAQ & others)" depends on W1 |