diff options
| author | Keerthy <j-keerthy@ti.com> | 2014-02-06 00:50:13 -0500 |
|---|---|---|
| committer | Mark Brown <broonie@linaro.org> | 2014-02-14 15:20:35 -0500 |
| commit | 90e7d52627960e751da4fb2076ce79c51da82163 (patch) | |
| tree | 2653e59275fe2c727b042592bb985c8bbc58156a /drivers/regulator/Kconfig | |
| parent | 38dbfb59d1175ef458d006556061adeaa8751b72 (diff) | |
regulator: tps65218: Add Regulator driver for TPS65218 PMIC
This patch adds support for TPS65218 PMIC regulators.
The regulators set consists of 6 DCDCs and 1 LDO. The output
voltages are configurable and are meant to supply power to the
main processor and other components.
Signed-off-by: Keerthy <j-keerthy@ti.com>
Signed-off-by: Mark Brown <broonie@linaro.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 6a7932822e37..b05da8803bd1 100644 --- a/drivers/regulator/Kconfig +++ b/drivers/regulator/Kconfig | |||
| @@ -513,6 +513,15 @@ config REGULATOR_TPS65217 | |||
| 513 | voltage regulators. It supports software based voltage control | 513 | voltage regulators. It supports software based voltage control |
| 514 | for different voltage domains | 514 | for different voltage domains |
| 515 | 515 | ||
| 516 | config REGULATOR_TPS65218 | ||
| 517 | tristate "TI TPS65218 Power regulators" | ||
| 518 | depends on MFD_TPS65218 | ||
| 519 | help | ||
| 520 | This driver supports TPS65218 voltage regulator chips. TPS65218 | ||
| 521 | provides six step-down converters and one general-purpose LDO | ||
| 522 | voltage regulators. It supports software based voltage control | ||
| 523 | for different voltage domains | ||
| 524 | |||
| 516 | config REGULATOR_TPS6524X | 525 | config REGULATOR_TPS6524X |
| 517 | tristate "TI TPS6524X Power regulators" | 526 | tristate "TI TPS6524X Power regulators" |
| 518 | depends on SPI | 527 | depends on SPI |
