aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/regulator/Kconfig
diff options
context:
space:
mode:
authorAxel Lin <axel.lin@gmail.com>2010-09-16 04:48:49 -0400
committerLiam Girdwood <lrg@slimlogic.co.uk>2010-10-28 17:40:31 -0400
commit5976f0959d5251ae5b4db848eaa2f42a19e98652 (patch)
treeee8396999d0b037a72bc5b8b8e5c8f18e10c0d49 /drivers/regulator/Kconfig
parent202f4f53e503ae09b431459131b5b3a99fa6d839 (diff)
Regulator: LP3972 PMIC regulator driver
This patch adds regulator drivers for National Semiconductors LP3972 PMIC. This LP3972 PMIC controller has 3 DC/DC voltage converters and 5 low drop-out (LDO) regulators. LP3972 PMIC controller uses I2C interface. Signed-off-by: Axel Lin <axel.lin@gmail.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/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/regulator/Kconfig b/drivers/regulator/Kconfig
index 4889caabc632..dd30e883d4a7 100644
--- a/drivers/regulator/Kconfig
+++ b/drivers/regulator/Kconfig
@@ -172,6 +172,13 @@ config REGULATOR_LP3971
172 Say Y here to support the voltage regulators and convertors 172 Say Y here to support the voltage regulators and convertors
173 on National Semiconductors LP3971 PMIC 173 on National Semiconductors LP3971 PMIC
174 174
175config REGULATOR_LP3972
176 tristate "National Semiconductors LP3972 PMIC regulator driver"
177 depends on I2C
178 help
179 Say Y here to support the voltage regulators and convertors
180 on National Semiconductors LP3972 PMIC
181
175config REGULATOR_PCAP 182config REGULATOR_PCAP
176 tristate "PCAP2 regulator driver" 183 tristate "PCAP2 regulator driver"
177 depends on EZX_PCAP 184 depends on EZX_PCAP