diff options
author | Axel Lin <axel.lin@gmail.com> | 2010-09-16 04:48:49 -0400 |
---|---|---|
committer | Liam Girdwood <lrg@slimlogic.co.uk> | 2010-10-28 17:40:31 -0400 |
commit | 5976f0959d5251ae5b4db848eaa2f42a19e98652 (patch) | |
tree | ee8396999d0b037a72bc5b8b8e5c8f18e10c0d49 /drivers/regulator/Kconfig | |
parent | 202f4f53e503ae09b431459131b5b3a99fa6d839 (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/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/regulator/Kconfig b/drivers/regulator/Kconfig index 4889caabc63..dd30e883d4a 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 | ||
175 | config 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 | |||
175 | config REGULATOR_PCAP | 182 | config REGULATOR_PCAP |
176 | tristate "PCAP2 regulator driver" | 183 | tristate "PCAP2 regulator driver" |
177 | depends on EZX_PCAP | 184 | depends on EZX_PCAP |