aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/regulator/Kconfig
diff options
context:
space:
mode:
authorAnuj Aggarwal <anuj.aggarwal@ti.com>2009-08-20 15:09:44 -0400
committerLiam Girdwood <lrg@slimlogic.co.uk>2009-09-22 08:32:42 -0400
commit2de798506d7300830a102e18d3d299f740475bc8 (patch)
tree549bc1c41e71b33660633957a218966825e438df /drivers/regulator/Kconfig
parent3fa5b8e08296b250088b1a6b8e3db500ab1b847d (diff)
Regulator: Adding TPS65023 and TPS6507x in Kconfig and Makefile
Adding TPS65023 and TPS6507x regulator driver support in drivers/regulator/Makefile and drivers/regulator/Kconfig Signed-off-by: Anuj Aggarwal <anuj.aggarwal@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/Kconfig16
1 files changed, 16 insertions, 0 deletions
diff --git a/drivers/regulator/Kconfig b/drivers/regulator/Kconfig
index 2dc42bbf6fe9..29910e3a3e41 100644
--- a/drivers/regulator/Kconfig
+++ b/drivers/regulator/Kconfig
@@ -147,5 +147,21 @@ config REGULATOR_AB3100
147 AB3100 analog baseband dealing with power regulators 147 AB3100 analog baseband dealing with power regulators
148 for the system. 148 for the system.
149 149
150config REGULATOR_TPS65023
151 tristate "TI TPS65023 Power regulators"
152 depends on I2C
153 help
154 This driver supports TPS65023 voltage regulator chips. TPS65023 provides
155 three step-down converters and two general-purpose LDO voltage regulators.
156 It supports TI's software based Class-2 SmartReflex implementation.
157
158config REGULATOR_TPS6507X
159 tristate "TI TPS6507X Power regulators"
160 depends on I2C
161 help
162 This driver supports TPS6507X voltage regulator chips. TPS6507X provides
163 three step-down converters and two general-purpose LDO voltage regulators.
164 It supports TI's software based Class-2 SmartReflex implementation.
165
150endif 166endif
151 167