diff options
author | Marek Szyprowski <m.szyprowski@samsung.com> | 2009-05-19 01:33:55 -0400 |
---|---|---|
committer | Liam Girdwood <lrg@slimlogic.co.uk> | 2009-06-15 06:18:26 -0400 |
commit | 0cbdf7bce5b98807b946d1a96956f30dcae24a50 (patch) | |
tree | a13822c57cf0b2e7cce0ad5f01399e51d6a80534 /drivers/regulator/Kconfig | |
parent | 1909e2f658ee6ec5bcca62a5599f5653857cfe18 (diff) |
LP3971 PMIC regulator driver (updated and combined version)
This patch adds regulator drivers for National Semiconductors LP3971 PMIC.
This LP3971 PMIC controller has 3 DC/DC voltage converters and 5 low
drop-out (LDO) regulators. LP3971 PMIC controller uses I2C interface.
Reviewed-by: Kyungmin Park <kyungmin.park@samsung.com>
Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.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 5bec17cf1d5c..f4317798e47c 100644 --- a/drivers/regulator/Kconfig +++ b/drivers/regulator/Kconfig | |||
@@ -110,4 +110,11 @@ config REGULATOR_PCF50633 | |||
110 | Say Y here to support the voltage regulators and convertors | 110 | Say Y here to support the voltage regulators and convertors |
111 | on PCF50633 | 111 | on PCF50633 |
112 | 112 | ||
113 | config REGULATOR_LP3971 | ||
114 | tristate "National Semiconductors LP3971 PMIC regulator driver" | ||
115 | depends on I2C | ||
116 | help | ||
117 | Say Y here to support the voltage regulators and convertors | ||
118 | on National Semiconductors LP3971 PMIC | ||
119 | |||
113 | endif | 120 | endif |