summaryrefslogtreecommitdiffstats
path: root/drivers/regulator/Kconfig
diff options
context:
space:
mode:
authorPhilipp Zabel2008-07-11 17:28:06 +0200
committerLiam Girdwood2008-07-30 11:10:23 +0200
commit0eb5d5ab3ec99bfd22ff16797d95835369ffb25b (patch)
tree38f384a106bcfa8e92e37bf5459e755bc8a9c15b /drivers/regulator/Kconfig
parentregulator: maintainers - add maintainers for regulator framework. (diff)
downloadkernel-qcow2-linux-0eb5d5ab3ec99bfd22ff16797d95835369ffb25b.tar.gz
kernel-qcow2-linux-0eb5d5ab3ec99bfd22ff16797d95835369ffb25b.tar.xz
kernel-qcow2-linux-0eb5d5ab3ec99bfd22ff16797d95835369ffb25b.zip
regulator: TI bq24022 Li-Ion Charger driver
This adds a regulator driver for the TI bq24022 Single-Chip Li-Ion Charger with its nCE and ISET2 pins connected to GPIOs. Signed-off-by: Philipp Zabel <philipp.zabel@gmail.com> Signed-off-by: Liam Girdwood <lg@opensource.wolfsonmicro.com>
Diffstat (limited to 'drivers/regulator/Kconfig')
-rw-r--r--drivers/regulator/Kconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/regulator/Kconfig b/drivers/regulator/Kconfig
index 84f89ecce69e..a656128f1fdd 100644
--- a/drivers/regulator/Kconfig
+++ b/drivers/regulator/Kconfig
@@ -46,4 +46,14 @@ config REGULATOR_VIRTUAL_CONSUMER
If unsure, say no.
+config REGULATOR_BQ24022
+ tristate "TI bq24022 Dual Input 1-Cell Li-Ion Charger IC"
+ default n
+ select REGULATOR
+ help
+ This driver controls a TI bq24022 Charger attached via
+ GPIOs. The provided current regulator can enable/disable
+ charging select between 100 mA and 500 mA charging current
+ limit.
+
endmenu