aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/regulator/Kconfig
diff options
context:
space:
mode:
authorCyril Chemparathy <cyril@ti.com>2010-12-07 12:04:11 -0500
committerLiam Girdwood <lrg@slimlogic.co.uk>2011-01-12 09:33:02 -0500
commit1394fd2826afb2adf7f6c4833d36a0feba22e665 (patch)
tree890a66f2d3d9c7a567d97238fd713c2222fcf296 /drivers/regulator/Kconfig
parentafb8bb805bb9336ec1f7b74e7b5c0e9baceb42c1 (diff)
regulator: add driver for tps6524x regulator
TPS6524X provides three step-down converters and two general-purpose LDO voltage regulators. This device is interfaced using SPI. Signed-off-by: Cyril Chemparathy <cyril@ti.com> 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/Kconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/regulator/Kconfig b/drivers/regulator/Kconfig
index dd30e883d4a7..da34981b1675 100644
--- a/drivers/regulator/Kconfig
+++ b/drivers/regulator/Kconfig
@@ -250,5 +250,15 @@ config REGULATOR_TPS6586X
250 help 250 help
251 This driver supports TPS6586X voltage regulator chips. 251 This driver supports TPS6586X voltage regulator chips.
252 252
253config REGULATOR_TPS6524X
254 tristate "TI TPS6524X Power regulators"
255 depends on SPI
256 help
257 This driver supports TPS6524X voltage regulator chips. TPS6524X
258 provides three step-down converters and two general-purpose LDO
259 voltage regulators. This device is interfaced using a customized
260 serial interface currently supported on the sequencer serial
261 port controller.
262
253endif 263endif
254 264