diff options
author | Margarita Olaya <magi@slimlogic.co.uk> | 2011-06-09 15:50:27 -0400 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2011-07-31 17:28:22 -0400 |
commit | 9260ad98dcb0e6ec3a9ee6b13699cf52c684dfd2 (patch) | |
tree | 121bf806cdd048335172a06d88544c41be1c5561 /drivers/regulator/Kconfig | |
parent | 668a6cc710ee054af2b059d27bbec746ead0fbca (diff) |
tps65912: add regulator driver
The tps65912 consist of 4 DCDCs and 10 LDOs. The output voltages can be
configured by the SPI or I2C interface, they are meant to supply power
to the main processor and other components.
Signed-off-by: Margarita Olaya Cabrera <magi@slimlogic.co.uk>
Acked-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Acked-by: Liam Girdwood <lrg@ti.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
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 118eb213eb3a..13722a7e7abd 100644 --- a/drivers/regulator/Kconfig +++ b/drivers/regulator/Kconfig | |||
@@ -249,6 +249,12 @@ config REGULATOR_TPS6507X | |||
249 | three step-down converters and two general-purpose LDO voltage regulators. | 249 | three step-down converters and two general-purpose LDO voltage regulators. |
250 | It supports TI's software based Class-2 SmartReflex implementation. | 250 | It supports TI's software based Class-2 SmartReflex implementation. |
251 | 251 | ||
252 | config REGULATOR_TPS65912 | ||
253 | tristate "TI TPS65912 Power regulator" | ||
254 | depends on (MFD_TPS65912_I2C || MFD_TPS65912_SPI) | ||
255 | help | ||
256 | This driver supports TPS65912 voltage regulator chip. | ||
257 | |||
252 | config REGULATOR_88PM8607 | 258 | config REGULATOR_88PM8607 |
253 | bool "Marvell 88PM8607 Power regulators" | 259 | bool "Marvell 88PM8607 Power regulators" |
254 | depends on MFD_88PM860X=y | 260 | depends on MFD_88PM860X=y |