aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/regulator/Kconfig
diff options
context:
space:
mode:
authorLaxman Dewangan <ldewangan@nvidia.com>2012-04-04 03:14:00 -0400
committerMark Brown <broonie@opensource.wolfsonmicro.com>2012-04-04 06:48:02 -0400
commit6ffc3270210efa2bea526953a142ffc908f5bd86 (patch)
treee05119524423cebeceb0f263901752decfed6fe5 /drivers/regulator/Kconfig
parent173f24d1ffe23f46b689159ee9d6b6aa402ff2e9 (diff)
regulator: Add support for RICOH PMIC RC5T583 regulator
The RC5T583 PMIC from RICOH consists of 4 DCDC and 10 LDOs. This driver supports the control of different regulator output through regulator interface. This driver depends on MFD driver of RC5T583 and uses mfd rc5t583 apis to communicate to device for accessing different device's registers. Signed-off-by: Laxman Dewangan <ldewangan@nvidia.com> Signed-off-by: Mark Brown <broonie@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 8fb5f81c3569..4ad4e8d3c1ee 100644
--- a/drivers/regulator/Kconfig
+++ b/drivers/regulator/Kconfig
@@ -223,6 +223,16 @@ config REGULATOR_PCF50633
223 Say Y here to support the voltage regulators and convertors 223 Say Y here to support the voltage regulators and convertors
224 on PCF50633 224 on PCF50633
225 225
226config REGULATOR_RC5T583
227 tristate "RICOH RC5T583 Power regulators"
228 depends on MFD_RC5T583
229 help
230 Select this option to enable the power regulator of RICOH
231 PMIC RC5T583.
232 This driver supports the control of different power rails of device
233 through regulator interface. The device supports multiple DCDC/LDO
234 outputs which can be controlled by i2c communication.
235
226config REGULATOR_S5M8767 236config REGULATOR_S5M8767
227 tristate "Samsung S5M8767A voltage regulator" 237 tristate "Samsung S5M8767A voltage regulator"
228 depends on MFD_S5M_CORE 238 depends on MFD_S5M_CORE