diff options
author | James Ban <James.Ban.opensource@diasemi.com> | 2015-12-08 04:57:29 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2015-12-08 21:21:06 +0300 |
commit | c90456e36d9c89de0b6e9c8f21003208e0ad7f13 (patch) | |
tree | 76f66fc06e1c4b046f1f1a6ec42303267e43f1c5 /drivers/regulator/Kconfig | |
parent | f307a7e9b7af401d459d26f98497c9cec766a41f (diff) | |
download | linux-c90456e36d9c89de0b6e9c8f21003208e0ad7f13.tar.xz |
regulator: pv88090: new regulator driver
This is the driver for the Powerventure PV88090 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/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/regulator/Kconfig b/drivers/regulator/Kconfig index c61f72ff1dfd..5433c448aff2 100644 --- a/drivers/regulator/Kconfig +++ b/drivers/regulator/Kconfig @@ -512,6 +512,14 @@ config REGULATOR_PV88060 Say y here to support the voltage regulators and convertors PV88060 +config REGULATOR_PV88090 + tristate "Powerventure Semiconductor PV88090 regulator" + depends on I2C + select REGMAP_I2C + help + Say y here to support the voltage regulators and convertors + on PV88090 + config REGULATOR_PWM tristate "PWM voltage regulator" depends on PWM |