aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/power/Kconfig
diff options
context:
space:
mode:
authorArun Murthy <arun.murthy@stericsson.com>2012-02-29 11:24:28 -0500
committerAnton Vorontsov <anton.vorontsov@linaro.org>2012-03-26 12:41:06 -0400
commit1f855824757efab36e08f8fc640f4d9fd1d3d1ab (patch)
tree1ee096578f33d235f0088bd430b8d79eb3da5926 /drivers/power/Kconfig
parent13151631b5bd06a1511353bb221079bbd76606c3 (diff)
ab8500-btemp: AB8500 battery temperature driver
This driver is responsible for battery detection, obtaining battery temperature and monitor the battery temperature by taking precautionary measurements when battery temperature goes beyond or below the thresholds. Signed-off-by: Arun Murthy <arun.murthy@stericsson.com> Acked-by: Linus Walleij <linus.walleij@linaro.org> 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 c728d26dca6c..11f928e4e5b5 100644
--- a/drivers/power/Kconfig
+++ b/drivers/power/Kconfig
@@ -281,4 +281,16 @@ config CHARGER_SMB347
281 Say Y to include support for Summit Microelectronics SMB347 281 Say Y to include support for Summit Microelectronics SMB347
282 Battery Charger. 282 Battery Charger.
283 283
284config AB8500_BM
285 bool "AB8500 Battery Management Driver"
286 depends on AB8500_CORE && AB8500_GPADC
287 help
288 Say Y to include support for AB5500 battery management.
289
290config AB8500_BATTERY_THERM_ON_BATCTRL
291 bool "Thermistor connected on BATCTRL ADC"
292 depends on AB8500_BM
293 help
294 Say Y to enable battery temperature measurements using
295 thermistor connected on BATCTRL ADC.
284endif # POWER_SUPPLY 296endif # POWER_SUPPLY