diff options
author | Enric Balletbo i Serra <eballetbo@gmail.com> | 2015-09-24 21:44:21 +0200 |
---|---|---|
committer | Sebastian Reichel <sre@kernel.org> | 2015-09-24 22:43:13 +0200 |
commit | 3636859b280ca595da4556274a509223f47e9a39 (patch) | |
tree | c5535606434651787a91f4e5a4d5fdf30ec3ffdd /drivers/power/Kconfig | |
parent | 8e97a88c5b5864004ec5e87e7088dba7dcf79fdc (diff) |
power_supply: Add support for tps65217-charger.
This patch adds support for the tps65217 charger driver. This driver is
responsible for controlling the charger aspect of the tps65217 mfd.
Currently, this mainly consists of turning on and off the charger, but
some other features of the charger can be supported through this driver.
Signed-off-by: Enric Balletbo i Serra <enric.balletbo@collabora.com>
Signed-off-by: Sebastian Reichel <sre@kernel.org>
Diffstat (limited to 'drivers/power/Kconfig')
-rw-r--r-- | drivers/power/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/power/Kconfig b/drivers/power/Kconfig index d3cd2ea54440..eeb577653c9d 100644 --- a/drivers/power/Kconfig +++ b/drivers/power/Kconfig @@ -446,6 +446,13 @@ config CHARGER_TPS65090 Say Y here to enable support for battery charging with TPS65090 PMIC chips. +config CHARGER_TPS65217 + tristate "TPS65217 battery charger driver" + depends on MFD_TPS65217 + help + Say Y here to enable support for battery charging with TPS65217 + PMIC chips. + config BATTERY_GAUGE_LTC2941 tristate "LTC2941/LTC2943 Battery Gauge Driver" depends on I2C |