summaryrefslogtreecommitdiffstats
path: root/drivers/regulator/Kconfig
diff options
context:
space:
mode:
authorCyril Chemparathy2010-12-07 18:04:11 +0100
committerLiam Girdwood2011-01-12 15:33:02 +0100
commit1394fd2826afb2adf7f6c4833d36a0feba22e665 (patch)
tree890a66f2d3d9c7a567d97238fd713c2222fcf296 /drivers/regulator/Kconfig
parentregulator: Convert WM831x drivers to use get_voltage_sel() (diff)
downloadkernel-qcow2-linux-1394fd2826afb2adf7f6c4833d36a0feba22e665.tar.gz
kernel-qcow2-linux-1394fd2826afb2adf7f6c4833d36a0feba22e665.tar.xz
kernel-qcow2-linux-1394fd2826afb2adf7f6c4833d36a0feba22e665.zip
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
help
This driver supports TPS6586X voltage regulator chips.
+config REGULATOR_TPS6524X
+ tristate "TI TPS6524X Power regulators"
+ depends on SPI
+ help
+ This driver supports TPS6524X voltage regulator chips. TPS6524X
+ provides three step-down converters and two general-purpose LDO
+ voltage regulators. This device is interfaced using a customized
+ serial interface currently supported on the sequencer serial
+ port controller.
+
endif