aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/regulator/Kconfig
diff options
context:
space:
mode:
authorChao Xie <chao.xie@marvell.com>2013-07-17 23:07:03 -0400
committerMark Brown <broonie@linaro.org>2013-07-19 14:08:36 -0400
commit95f1dc08c6f98a62b5dae6ed86fa04f40fb6b34f (patch)
treec365a36eac72cccef1c022954b5e86c97f72c561 /drivers/regulator/Kconfig
parente54e6aa245c8a3d349b133bea4f5ad3d491465c9 (diff)
regulator: 88pm800: add regulator driver for 88pm800
Add the regulator driver for PMIC 88pm800 including device tree support. 88pm800 is an I2C-based power-management IC containing voltage regulators, a real-time clock, and some general purpose ADC devices, Signed-off-by: Yi Zhang <yizhang@marvell.com> Signed-off-by: Chao Xie <chao.xie@marvell.com> Signed-off-by: Mark Brown <broonie@linaro.org>
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 759b601b54ef..65b7d5b1bb39 100644
--- a/drivers/regulator/Kconfig
+++ b/drivers/regulator/Kconfig
@@ -64,6 +64,16 @@ config REGULATOR_USERSPACE_CONSUMER
64 64
65 If unsure, say no. 65 If unsure, say no.
66 66
67config REGULATOR_88PM800
68 tristate "Marvell 88PM800 Power regulators"
69 depends on MFD_88PM800=y
70 help
71 This driver supports Marvell 88PM800 voltage regulator chips.
72 It delivers digitally programmable output,
73 the voltage is programmed via I2C interface.
74 It's suitable to support PXA988 chips to control VCC_MAIN and
75 various voltages.
76
67config REGULATOR_88PM8607 77config REGULATOR_88PM8607
68 bool "Marvell 88PM8607 Power regulators" 78 bool "Marvell 88PM8607 Power regulators"
69 depends on MFD_88PM860X=y 79 depends on MFD_88PM860X=y