aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/power/Kconfig
diff options
context:
space:
mode:
authorGrazvydas Ignotas <notasas@gmail.com>2010-09-27 16:18:24 -0400
committerAnton Vorontsov <cbouatmailru@gmail.com>2010-09-30 11:28:09 -0400
commit2e727f1787e311087950711451e6eec82c05d81c (patch)
treecbe33d41acf306546724627cba527f5d639f77ad /drivers/power/Kconfig
parentd3ab61ecbab2b8950108b3541bc9eda515d605e0 (diff)
power_supply: Add driver for TWL4030/TPS65950 BCI charger
TWL4030/TPS65950 is a multi-function device with integrated charger, which allows charging from AC or USB. This driver enables the charger and provides several monitoring functions. Tested on OMAP3 Pandora board. Signed-off-by: Grazvydas Ignotas <notasas@gmail.com> Acked-by: Felipe Balbi <balbi@ti.com> Signed-off-by: Anton Vorontsov <cbouatmailru@gmail.com>
Diffstat (limited to 'drivers/power/Kconfig')
-rw-r--r--drivers/power/Kconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/power/Kconfig b/drivers/power/Kconfig
index 0e98b20d4c22..60d83d983a36 100644
--- a/drivers/power/Kconfig
+++ b/drivers/power/Kconfig
@@ -179,4 +179,10 @@ config CHARGER_ISP1704
179 Say Y to enable support for USB Charger Detection with 179 Say Y to enable support for USB Charger Detection with
180 ISP1707/ISP1704 USB transceivers. 180 ISP1707/ISP1704 USB transceivers.
181 181
182config CHARGER_TWL4030
183 tristate "OMAP TWL4030 BCI charger driver"
184 depends on TWL4030_CORE
185 help
186 Say Y here to enable support for TWL4030 Battery Charge Interface.
187
182endif # POWER_SUPPLY 188endif # POWER_SUPPLY