summaryrefslogtreecommitdiffstats
path: root/drivers/regulator/Kconfig
diff options
context:
space:
mode:
authorKim, Milo2012-07-18 16:32:57 +0200
committerMark Brown2012-07-20 12:12:15 +0200
commitade7515fefad9af13f6dd469f35bb413b6a5b473 (patch)
tree3234f46bde310a3df94fa835e72688faf29eb94c /drivers/regulator/Kconfig
parentregulator: mc13xxx: Remove extern function declaration for mc13xxx_sw_regulator (diff)
downloadkernel-qcow2-linux-ade7515fefad9af13f6dd469f35bb413b6a5b473.tar.gz
kernel-qcow2-linux-ade7515fefad9af13f6dd469f35bb413b6a5b473.tar.xz
kernel-qcow2-linux-ade7515fefad9af13f6dd469f35bb413b6a5b473.zip
regulator: add new lp8788 regulator driver
TI LP8788 PMU has 4 BUCKS and 22 LDOs. The voltage of BUCK1 and BUCK2 can be controlled by external gpios. And some LDOs also can be enabled by external gpios. The regmap interface is used for regulator operations. Signed-off-by: Milo(Woogyom) Kim <milo.kim@ti.com> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'drivers/regulator/Kconfig')
-rw-r--r--drivers/regulator/Kconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/regulator/Kconfig b/drivers/regulator/Kconfig
index 3923a3b2e472..f34c3be6c9fe 100644
--- a/drivers/regulator/Kconfig
+++ b/drivers/regulator/Kconfig
@@ -239,6 +239,12 @@ config REGULATOR_LP872X
help
This driver supports LP8720/LP8725 PMIC
+config REGULATOR_LP8788
+ bool "TI LP8788 Power Regulators"
+ depends on MFD_LP8788
+ help
+ This driver supports LP8788 voltage regulator chip.
+
config REGULATOR_PCF50633
tristate "NXP PCF50633 regulator driver"
depends on MFD_PCF50633