aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/regulator/Kconfig
diff options
context:
space:
mode:
authorDaniel Ribeiro <drwyrm@gmail.com>2009-06-26 23:18:02 -0400
committerSamuel Ortiz <sameo@linux.intel.com>2009-09-17 03:46:49 -0400
commit39b1772a24126d74699cea623f96b50ca6b6f08f (patch)
tree00e6d47584c49e962e763189f44a83b5ce28d709 /drivers/regulator/Kconfig
parentb75ea16ae74e77244e134943a5676ca770036cac (diff)
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
117 Say Y here to support the voltage regulators and convertors 117 Say Y here to support the voltage regulators and convertors
118 on National Semiconductors LP3971 PMIC 118 on National Semiconductors LP3971 PMIC
119 119
120config REGULATOR_PCAP
121 tristate "PCAP2 regulator driver"
122 depends on EZX_PCAP
123 help
124 This driver provides support for the voltage regulators of the
125 PCAP2 PMIC.
126
120endif 127endif