diff options
author | Keerthy <j-keerthy@ti.com> | 2016-05-10 00:04:39 -0400 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2016-05-11 12:53:08 -0400 |
commit | 994aae32b13e373dcbe001af33d5b01379483463 (patch) | |
tree | 9629cae2f67f43198c42e39a900fa4d8e3cbc747 /drivers/regulator/Kconfig | |
parent | f55532a0c0b8bb6148f4e07853b876ef73bc69ca (diff) |
regulator: lp873x: Add support for lp873x PMIC regulators
The regulators set consists of 2 BUCKs and 2 LDOs. The output
voltages are configurable and are meant to supply power to the
main processor and other components. The ramp delay is configurable
for both BUCKs.
Signed-off-by: Keerthy <j-keerthy@ti.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'drivers/regulator/Kconfig')
-rw-r--r-- | drivers/regulator/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/regulator/Kconfig b/drivers/regulator/Kconfig index c77dc08b1202..4d2d737f8c7e 100644 --- a/drivers/regulator/Kconfig +++ b/drivers/regulator/Kconfig | |||
@@ -321,6 +321,15 @@ config REGULATOR_LP872X | |||
321 | help | 321 | help |
322 | This driver supports LP8720/LP8725 PMIC | 322 | This driver supports LP8720/LP8725 PMIC |
323 | 323 | ||
324 | config REGULATOR_LP873X | ||
325 | tristate "TI LP873X Power regulators" | ||
326 | depends on MFD_LP873X && OF | ||
327 | help | ||
328 | This driver supports LP873X voltage regulator chips. LP873X | ||
329 | provides two step-down converters and two general-purpose LDO | ||
330 | voltage regulators. It supports software based voltage control | ||
331 | for different voltage domains | ||
332 | |||
324 | config REGULATOR_LP8755 | 333 | config REGULATOR_LP8755 |
325 | tristate "TI LP8755 High Performance PMU driver" | 334 | tristate "TI LP8755 High Performance PMU driver" |
326 | depends on I2C | 335 | depends on I2C |