aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/regulator/Kconfig
diff options
context:
space:
mode:
authorDaniel Ribeiro <drwyrm@gmail.com>2009-06-27 00:18:02 -0300
committerSamuel Ortiz <sameo@linux.intel.com>2009-09-17 09:46:49 +0200
commit39b1772a24126d74699cea623f96b50ca6b6f08f (patch)
tree00e6d47584c49e962e763189f44a83b5ce28d709 /drivers/regulator/Kconfig
parentMAINTAINERS: Add entry for Wolfson PMIC drivers (diff)
downloadlinux-dev-39b1772a24126d74699cea623f96b50ca6b6f08f.tar.xz
linux-dev-39b1772a24126d74699cea623f96b50ca6b6f08f.zip
regulator: add pcap driver
Add (partial) support for the voltage regulators on the PCAP2 PMIC. Signed-off-by: Daniel Ribeiro <drwyrm@gmail.com> Signed-off-by: Liam Girdwood <lrg@slimlogic.co.uk> Signed-off-by: Samuel Ortiz <sameo@linux.intel.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 f4317798e47c..da7483ef32b3 100644
--- a/drivers/regulator/Kconfig
+++ b/drivers/regulator/Kconfig
@@ -117,4 +117,11 @@ config REGULATOR_LP3971
Say Y here to support the voltage regulators and convertors
on National Semiconductors LP3971 PMIC
+config REGULATOR_PCAP
+ tristate "PCAP2 regulator driver"
+ depends on EZX_PCAP
+ help
+ This driver provides support for the voltage regulators of the
+ PCAP2 PMIC.
+
endif