diff options
author | Andrew F. Davis <afd@ti.com> | 2015-11-04 11:12:14 -0600 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2015-11-16 09:46:51 +0000 |
commit | d2a2e729a666972d1938e63e804ee5bb6ea13549 (patch) | |
tree | 049e4893f59b8e5675cc3487be2980853c11ca34 /drivers/regulator/Kconfig | |
parent | 8005c49d9aea74d382f474ce11afbbc7d7130bec (diff) | |
download | linux-d2a2e729a666972d1938e63e804ee5bb6ea13549.tar.gz linux-d2a2e729a666972d1938e63e804ee5bb6ea13549.tar.bz2 linux-d2a2e729a666972d1938e63e804ee5bb6ea13549.zip |
regulator: tps65086: Add regulator driver for the TPS65086 PMIC
Add support for TPS65086 PMIC regulators.
The regulators set consists of 3 Step-down Controllers, 3 Step-down
Converters, 3 LDOs, 3 Load Switches, and a Sink and Source LDO. The
output voltages are configurable and are meant to supply power to a
SoC and/or other components.
Signed-off-by: Andrew F. Davis <afd@ti.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'drivers/regulator/Kconfig')
-rw-r--r-- | drivers/regulator/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/regulator/Kconfig b/drivers/regulator/Kconfig index 8df0b0e62976..b45fc6023bef 100644 --- a/drivers/regulator/Kconfig +++ b/drivers/regulator/Kconfig @@ -680,6 +680,13 @@ config REGULATOR_TPS6507X three step-down converters and two general-purpose LDO voltage regulators. It supports TI's software based Class-2 SmartReflex implementation. +config REGULATOR_TPS65086 + tristate "TI TPS65086 Power regulators" + depends on MFD_TPS65086 + help + This driver provides support for the voltage regulators on + TI TPS65086 PMICs. + config REGULATOR_TPS65090 tristate "TI TPS65090 Power regulator" depends on MFD_TPS65090 |