diff options
author | Andrew F. Davis <afd@ti.com> | 2016-01-25 18:43:46 +0300 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2016-02-11 19:31:06 +0300 |
commit | 33f9d8c0b49c1e63d6efc6e60a52afcf85f5de65 (patch) | |
tree | 7069c77515954927e93aecb054503f4babd94837 /drivers/regulator/Kconfig | |
parent | 796f5692daac4ea47fa5252af742976cd1955f0b (diff) | |
download | linux-33f9d8c0b49c1e63d6efc6e60a52afcf85f5de65.tar.xz |
regulator: tps65912: Add regulator driver for the TPS65912 PMIC
This patch adds support for TPS65912 PMIC regulators.
The regulators set consists of 4 DCDCs and 10 LDOs. The output
voltages are configurable and are meant to supply power to the
main processor and other components.
Signed-off-by: Andrew F. Davis <afd@ti.com>
Acked-by: Mark Brown <broonie@kernel.org>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Diffstat (limited to 'drivers/regulator/Kconfig')
-rw-r--r-- | drivers/regulator/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/regulator/Kconfig b/drivers/regulator/Kconfig index eb1b4a26cb3e..32f77a1e8305 100644 --- a/drivers/regulator/Kconfig +++ b/drivers/regulator/Kconfig @@ -760,6 +760,12 @@ config REGULATOR_TPS65910 help This driver supports TPS65910/TPS65911 voltage regulator chips. +config REGULATOR_TPS65912 + tristate "TI TPS65912 Power regulator" + depends on MFD_TPS65912 + help + This driver supports TPS65912 voltage regulator chip. + config REGULATOR_TPS80031 tristate "TI TPS80031/TPS80032 power regualtor driver" depends on MFD_TPS80031 |