aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/regulator/Kconfig
diff options
context:
space:
mode:
authorLaxman Dewangan <ldewangan@nvidia.com>2012-01-09 09:57:41 -0500
committerMark Brown <broonie@opensource.wolfsonmicro.com>2012-01-20 07:01:23 -0500
commit6219929f5f82708309b3054ec7db6cb6e3ee47d5 (patch)
tree7c2f518ac97b57f7b373987032578e69b25dadcd /drivers/regulator/Kconfig
parentdcd6c92267155e70a94b3927bce681ce74b80d1f (diff)
regulator: TPS62360: Add tps62360 regulator driver
The regulator module consists of 1 DCDC. The output voltage is configurable and is meant for supply power to the core voltage of Soc. Signed-off-by: Laxman Dewangan <ldewangan@nvidia.com> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'drivers/regulator/Kconfig')
-rw-r--r--drivers/regulator/Kconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/regulator/Kconfig b/drivers/regulator/Kconfig
index 7a61b17ddd04..b9ad3d8e03c7 100644
--- a/drivers/regulator/Kconfig
+++ b/drivers/regulator/Kconfig
@@ -328,6 +328,16 @@ config REGULATOR_TPS65910
328 help 328 help
329 This driver supports TPS65910 voltage regulator chips. 329 This driver supports TPS65910 voltage regulator chips.
330 330
331config REGULATOR_TPS62360
332 tristate "TI TPS62360 Power Regulator"
333 depends on I2C
334 select REGMAP_I2C
335 help
336 This driver supports TPS62360 voltage regulator chip. This
337 regulator is meant for processor core supply. This chip is
338 high-frequency synchronous step down dc-dc converter optimized
339 for battery-powered portable applications.
340
331config REGULATOR_AAT2870 341config REGULATOR_AAT2870
332 tristate "AnalogicTech AAT2870 Regulators" 342 tristate "AnalogicTech AAT2870 Regulators"
333 depends on MFD_AAT2870_CORE 343 depends on MFD_AAT2870_CORE