aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/regulator/Kconfig
diff options
context:
space:
mode:
authorMike Rapoport <mike@compulab.co.il>2010-07-27 07:03:01 -0400
committerLiam Girdwood <lrg@slimlogic.co.uk>2010-08-11 06:38:01 -0400
commit49610235d58ac44617b4878eb731f65ec4e87aa2 (patch)
tree542d3fe6893962a01d47fea0424dd6cea48d0e5f /drivers/regulator/Kconfig
parentc5a4655db9e0b5e49a0b17e1bf96462e93e3c326 (diff)
regulator: add TPS6586X regulator driver
Signed-off-by: Mike Rapoport <mike@compulab.co.il> Acked-by: Mark Brown <broonie@opensource.wolfsonmicro.com> Signed-off-by: Liam Girdwood <lrg@slimlogic.co.uk>
Diffstat (limited to 'drivers/regulator/Kconfig')
-rw-r--r--drivers/regulator/Kconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/regulator/Kconfig b/drivers/regulator/Kconfig
index 6c14afd258b..93bf5fe5660 100644
--- a/drivers/regulator/Kconfig
+++ b/drivers/regulator/Kconfig
@@ -229,5 +229,11 @@ config REGULATOR_AB8500
229 This driver supports the regulators found on the ST-Ericsson mixed 229 This driver supports the regulators found on the ST-Ericsson mixed
230 signal AB8500 PMIC 230 signal AB8500 PMIC
231 231
232config REGULATOR_TPS6586X
233 tristate "TI TPS6586X Power regulators"
234 depends on I2C
235 help
236 This driver supports TPS6586X voltage regulator chips.
237
232endif 238endif
233 239