diff options
author | Daniel Ribeiro <drwyrm@gmail.com> | 2009-06-27 07:18:02 +0400 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2009-09-17 11:46:49 +0400 |
commit | 39b1772a24126d74699cea623f96b50ca6b6f08f (patch) | |
tree | 00e6d47584c49e962e763189f44a83b5ce28d709 /drivers/regulator/Kconfig | |
parent | b75ea16ae74e77244e134943a5676ca770036cac (diff) | |
download | linux-39b1772a24126d74699cea623f96b50ca6b6f08f.tar.xz |
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/Kconfig | 7 |
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 |