diff options
author | James Ban <James.Ban.opensource@diasemi.com> | 2016-04-15 13:34:22 +0900 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2016-04-18 17:53:57 +0100 |
commit | 99cf3af5e2d5c74e016ae9517a4dced3f1dbcf6a (patch) | |
tree | 7a67c55efa3e847d4d981ac256ddadbed68e1685 /drivers/regulator/Kconfig | |
parent | f55532a0c0b8bb6148f4e07853b876ef73bc69ca (diff) |
regulator: pv88080: new regulator driver
This is the driver for the Powerventure PV88080 BUCKs 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 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/regulator/Kconfig b/drivers/regulator/Kconfig index c77dc08b1202..0b616e2192cc 100644 --- a/drivers/regulator/Kconfig +++ b/drivers/regulator/Kconfig @@ -548,6 +548,13 @@ config REGULATOR_PV88060 Say y here to support the voltage regulators and convertors PV88060 +config REGULATOR_PV88080 + tristate "Powerventure Semiconductor PV88080 regulator" + depends on I2C + select REGMAP_I2C + help + Say y here to support the buck convertors on PV88080 + config REGULATOR_PV88090 tristate "Powerventure Semiconductor PV88090 regulator" depends on I2C |