aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/regulator/Kconfig
diff options
context:
space:
mode:
authorRobert Jarzmik <robert.jarzmik@free.fr>2009-04-23 14:10:43 -0400
committerLiam Girdwood <lrg@slimlogic.co.uk>2009-06-15 06:18:22 -0400
commit55f4fa4e33e90c6b25b4c8ed038392a73b654fef (patch)
tree59e9c50090ca6f2bc5ed1a743c0521560c77fcfa /drivers/regulator/Kconfig
parent45e3e1935e2857c54783291107d33323b3ef33c8 (diff)
Maxim 1586 regulator driver
The Maxim 1586 regulator is a voltage regulator with 2 voltage outputs, specially suitable for Marvell PXA chips. One output is in the range of required VCC_CORE by the PXA27x chips, the other in the VCC_USIM required as well by PXA27x chips. The chip is controlled through the I2C bus. Signed-off-by: Robert Jarzmik <robert.jarzmik@free.fr> Acked-by: Mark Brown <broonie@opensource.wolfsonmicro.com> Signed-off-by: Liam Girdwood <lrg@slimlogic.co.uk>
Diffstat (limited to 'drivers/regulator/Kconfig')
-rw-r--r--drivers/regulator/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/regulator/Kconfig b/drivers/regulator/Kconfig
index e58c0ce65aa6..707da4d23537 100644
--- a/drivers/regulator/Kconfig
+++ b/drivers/regulator/Kconfig
@@ -56,6 +56,15 @@ config REGULATOR_BQ24022
56 charging select between 100 mA and 500 mA charging current 56 charging select between 100 mA and 500 mA charging current
57 limit. 57 limit.
58 58
59config REGULATOR_MAX1586
60 tristate "Maxim 1586/1587 voltage regulator"
61 depends on I2C
62 default n
63 help
64 This driver controls a Maxim 1586 or 1587 voltage output
65 regulator via I2C bus. The provided regulator is suitable
66 for PXA27x chips to control VCC_CORE and VCC_USIM voltages.
67
59config REGULATOR_TWL4030 68config REGULATOR_TWL4030
60 bool "TI TWL4030/TWL5030/TPS695x0 PMIC" 69 bool "TI TWL4030/TWL5030/TPS695x0 PMIC"
61 depends on TWL4030_CORE 70 depends on TWL4030_CORE