summaryrefslogtreecommitdiffstats
path: root/drivers/regulator/Kconfig
diff options
context:
space:
mode:
authorVenu Byravarasu2012-03-22 14:04:09 +0100
committerMark Brown2012-04-01 12:59:27 +0200
commit452534e50780697a7e1d3cf87cdfdd2b5a0d3c6b (patch)
treeb6f7e4249bceea50cb12039156056171d5e0f856 /drivers/regulator/Kconfig
parentregulator: gpio-regulator: Set the smallest voltage/current in the specified ... (diff)
downloadkernel-qcow2-linux-452534e50780697a7e1d3cf87cdfdd2b5a0d3c6b.tar.gz
kernel-qcow2-linux-452534e50780697a7e1d3cf87cdfdd2b5a0d3c6b.tar.xz
kernel-qcow2-linux-452534e50780697a7e1d3cf87cdfdd2b5a0d3c6b.zip
regulator: Add TPS65090 regulator driver
Add TPS65090 regulator driver TPS65090 PMIC from TI consists of 3 step down converters, 2 always on LDOs and 7 current limited load switches. The output voltages are ON/OFF controllable and are meant to supply power to the components on target board. Signed-off-by: Venu Byravarasu <vbyravarasu@nvidia.com> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'drivers/regulator/Kconfig')
-rw-r--r--drivers/regulator/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/regulator/Kconfig b/drivers/regulator/Kconfig
index 36db5a441eba..ed37125b8877 100644
--- a/drivers/regulator/Kconfig
+++ b/drivers/regulator/Kconfig
@@ -294,6 +294,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_TPS65090
+ tristate "TI TPS65090 Power regulator"
+ depends on MFD_TPS65090
+ help
+ This driver provides support for the voltage regulators on the
+ TI TPS65090 PMIC.
+
config REGULATOR_TPS65217
tristate "TI TPS65217 Power regulators"
depends on MFD_TPS65217