summaryrefslogtreecommitdiffstats
path: root/drivers/regulator/Kconfig
diff options
context:
space:
mode:
authorJames Ban2015-11-19 01:59:15 +0100
committerMark Brown2015-11-20 19:06:15 +0100
commitf307a7e9b7af401d459d26f98497c9cec766a41f (patch)
treebd3551cb12f2840f74ae4cde5bd99a4b1debe1d4 /drivers/regulator/Kconfig
parentLinux 4.4-rc1 (diff)
downloadkernel-qcow2-linux-f307a7e9b7af401d459d26f98497c9cec766a41f.tar.gz
kernel-qcow2-linux-f307a7e9b7af401d459d26f98497c9cec766a41f.tar.xz
kernel-qcow2-linux-f307a7e9b7af401d459d26f98497c9cec766a41f.zip
regulator: pv88060: new regulator driver
This is the driver for the Powerventure PV88060 BUCKs and LDOs regulator. It communicates via an I2C bus to the device. Signed-off-by: James Ban <James.Ban.opensource@diasemi.com> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'drivers/regulator/Kconfig')
-rw-r--r--drivers/regulator/Kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/regulator/Kconfig b/drivers/regulator/Kconfig
index 8df0b0e62976..c61f72ff1dfd 100644
--- a/drivers/regulator/Kconfig
+++ b/drivers/regulator/Kconfig
@@ -504,6 +504,14 @@ config REGULATOR_PFUZE100
Say y here to support the regulators found on the Freescale
PFUZE100/PFUZE200 PMIC.
+config REGULATOR_PV88060
+ tristate "Powerventure Semiconductor PV88060 regulator"
+ depends on I2C
+ select REGMAP_I2C
+ help
+ Say y here to support the voltage regulators and convertors
+ PV88060
+
config REGULATOR_PWM
tristate "PWM voltage regulator"
depends on PWM