summaryrefslogtreecommitdiff
path: root/drivers/regulator/Kconfig
diff options
context:
space:
mode:
authorGuennadi Liakhovetski <g.liakhovetski@gmx.de>2012-11-22 11:12:08 +0100
committerMark Brown <broonie@opensource.wolfsonmicro.com>2012-11-23 21:14:40 +0900
commitf1e64f90269c197a0619535917210543c0112fcc (patch)
treeebb06fb5729dca187b9d77094e2dcdd752e8a0db /drivers/regulator/Kconfig
parentf4a75d2eb7b1e2206094b901be09adb31ba63681 (diff)
downloadlinux-3.10-f1e64f90269c197a0619535917210543c0112fcc.tar.gz
linux-3.10-f1e64f90269c197a0619535917210543c0112fcc.tar.bz2
linux-3.10-f1e64f90269c197a0619535917210543c0112fcc.zip
regulator: add a regulator driver for the AS3711 PMIC
This driver supports the 4 DCDC and 8 LDO regulators on the AS3711 PMIC. Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
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 67d47b59a66..f73d6f5ce6d 100644
--- a/drivers/regulator/Kconfig
+++ b/drivers/regulator/Kconfig
@@ -450,5 +450,12 @@ config REGULATOR_WM8994
This driver provides support for the voltage regulators on the
WM8994 CODEC.
+config REGULATOR_AS3711
+ tristate "AS3711 PMIC"
+ depends on MFD_AS3711
+ help
+ This driver provides support for the voltage regulators on the
+ AS3711 PMIC
+
endif