summaryrefslogtreecommitdiff
path: root/drivers/regulator/Kconfig
diff options
context:
space:
mode:
authorLaxman Dewangan <ldewangan@nvidia.com>2011-01-21 16:39:41 +0530
committerDan Willemsen <dwillemsen@nvidia.com>2011-11-30 21:43:10 -0800
commita820c3aecc015d4ab27bd1a9792c2819c174a356 (patch)
treed2487b052fd53d4b76f30dc27485b68dd66cf4a6 /drivers/regulator/Kconfig
parent943dfcbcf440ab9b29893c86b206c39bdc4a1638 (diff)
[ARM] tps6591x: Adding regulator and mfd driver
Adding regulator and mfd core driver for TI TPS6591x PMIC family. Original-Change-Id: I65c0e4758094f211f7e9f0944423bd935c1893c4 Reviewed-on: http://git-master/r/16529 Reviewed-by: Scott Williams <scwilliams@nvidia.com> Tested-by: Scott Williams <scwilliams@nvidia.com> Original-Change-Id: I2f82c178e3db0998e7c1a5a3b6b8e49832deaf59 Rebase-Id: Rc23fcc1e98e212ae6dc61a2458cafa016442b441
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 39db573bc566..94e7c7a1e3dc 100644
--- a/drivers/regulator/Kconfig
+++ b/drivers/regulator/Kconfig
@@ -325,5 +325,12 @@ config REGULATOR_AAT2870
If you have a AnalogicTech AAT2870 say Y to enable the
regulator driver.
+config REGULATOR_TPS6591X
+ tristate "TI TPS6591X Power regulators"
+ depends on MFD_TPS6591X
+ default n
+ help
+ This driver supports TPS6591X voltage regulator chips.
+
endif