aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/power/Kconfig
diff options
context:
space:
mode:
authorJett.Zhou <jtzhou@marvell.com>2012-07-27 04:27:16 -0400
committerAnton Vorontsov <anton.vorontsov@linaro.org>2012-09-20 18:32:55 -0400
commita830d28b48bf92944e57058e87d17cee5a7cd2a1 (patch)
tree304249dfc3d1100114a88e3c01509158a52eb86e /drivers/power/Kconfig
parent98a2766493589c18c327ae3dad5243b53fcb5f70 (diff)
power_supply: Enable battery-charger for 88pm860x
There are charger and battery measurement feature for 88pm860x PMIC. For charger, it can support pre-charge with small current when battery is nearly exausted and then changed into fast-charge with CC&CV mode. For battery monitor, it can support battery measurement such as vbat,vsys,vchg and ibat etc,it can aslo accumulating the Coulomb value charged or discharged from battery based on Conlomb Counter, we use it to estimate battery capacity. Signed-off-by: Jett.Zhou <jtzhou@marvell.com> Signed-off-by: Anton Vorontsov <anton.vorontsov@linaro.org>
Diffstat (limited to 'drivers/power/Kconfig')
-rw-r--r--drivers/power/Kconfig12
1 files changed, 12 insertions, 0 deletions
diff --git a/drivers/power/Kconfig b/drivers/power/Kconfig
index 4ec2ff0ee4a2..9d8047735841 100644
--- a/drivers/power/Kconfig
+++ b/drivers/power/Kconfig
@@ -62,6 +62,12 @@ config TEST_POWER
62 help 62 help
63 This driver is used for testing. It's safe to say M here. 63 This driver is used for testing. It's safe to say M here.
64 64
65config BATTERY_88PM860X
66 tristate "Marvell 88PM860x battery driver"
67 depends on MFD_88PM860X
68 help
69 Say Y here to enable battery monitor for Marvell 88PM860x chip.
70
65config BATTERY_DS2760 71config BATTERY_DS2760
66 tristate "DS2760 battery driver (HP iPAQ & others)" 72 tristate "DS2760 battery driver (HP iPAQ & others)"
67 depends on W1 && W1_SLAVE_DS2760 73 depends on W1 && W1_SLAVE_DS2760
@@ -202,6 +208,12 @@ config BATTERY_S3C_ADC
202 help 208 help
203 Say Y here to enable support for iPAQ h1930/h1940/rx1950 battery 209 Say Y here to enable support for iPAQ h1930/h1940/rx1950 battery
204 210
211config CHARGER_88PM860X
212 tristate "Marvell 88PM860x Charger driver"
213 depends on MFD_88PM860X && BATTERY_88PM860X
214 help
215 Say Y here to enable charger for Marvell 88PM860x chip.
216
205config CHARGER_PCF50633 217config CHARGER_PCF50633
206 tristate "NXP PCF50633 MBC" 218 tristate "NXP PCF50633 MBC"
207 depends on MFD_PCF50633 219 depends on MFD_PCF50633