aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/regulator/Kconfig
diff options
context:
space:
mode:
authorAshish Jangam <ashish.jangam@kpitcummins.com>2011-12-09 09:18:20 -0500
committerMark Brown <broonie@opensource.wolfsonmicro.com>2011-12-14 13:00:10 -0500
commit08bf1c0ae97f4e322471ec2111fd5d57d3d696e0 (patch)
tree8a99cd643016126c8105c29382c1cf4df2c0cebf /drivers/regulator/Kconfig
parent2f288efd2f9dd04e9a601364153d465fdd9a49bb (diff)
regulator: DA9052/53 Regulator support
The Dialog PMIC has below featured regulators:- DA9052-BC - 4 DVS Buck converters 0.5V - 3.6V upto 1Amp. DA9053-AA/BX - 4 DVS Buck converters 0.5V - 2.5V upto 3Amp. DA9052/53 - 10 Programmable LDO's High PSSR, 1% accuracy. This patch support all the DA9052 and Da9053 regulators. The output voltages are fully programmable via I2C or SPI interface. The platform data with regulation constraints is passed down from the board to the regulator. Signed-off-by: David Dajun Chen <dchen@diasemi.com> Signed-off-by: Ashish Jangam <ashish.jangam@kpitcummins.com> Tested-by: Ying-Chun Liu (PaulLiu) <paul.liu@linaro.org> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'drivers/regulator/Kconfig')
-rw-r--r--drivers/regulator/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/regulator/Kconfig b/drivers/regulator/Kconfig
index 4e919b2ac7e..7a61b17ddd0 100644
--- a/drivers/regulator/Kconfig
+++ b/drivers/regulator/Kconfig
@@ -178,6 +178,13 @@ config REGULATOR_DA903X
178 Say y here to support the BUCKs and LDOs regulators found on 178 Say y here to support the BUCKs and LDOs regulators found on
179 Dialog Semiconductor DA9030/DA9034 PMIC. 179 Dialog Semiconductor DA9030/DA9034 PMIC.
180 180
181config REGULATOR_DA9052
182 tristate "Dialog DA9052/DA9053 regulators"
183 depends on PMIC_DA9052
184 help
185 This driver supports the voltage regulators of DA9052-BC and
186 DA9053-AA/Bx PMIC.
187
181config REGULATOR_PCF50633 188config REGULATOR_PCF50633
182 tristate "PCF50633 regulator driver" 189 tristate "PCF50633 regulator driver"
183 depends on MFD_PCF50633 190 depends on MFD_PCF50633