diff options
author | Jisheng Zhang <Jisheng.Zhang@synaptics.com> | 2020-03-16 15:30:20 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2020-03-16 19:27:34 +0100 |
commit | 97be82880b617fb6bc06ff19e3ddb039501b2dcf (patch) | |
tree | d33902e58aa23fe1e967dc9a605eb1bccd80c6b0 /drivers/regulator/Kconfig | |
parent | regulator: bindings: add MPS mp8869 voltage regulator (diff) | |
download | linux-97be82880b617fb6bc06ff19e3ddb039501b2dcf.tar.xz linux-97be82880b617fb6bc06ff19e3ddb039501b2dcf.zip |
regulator: add support for MP8869 regulator
The MP8869 from Monolithic Power Systems is a single output DC/DC
converter. The voltage can be controlled via I2C.
Signed-off-by: Jisheng Zhang <Jisheng.Zhang@synaptics.com>
Link: https://lore.kernel.org/r/20200316223020.1a6d92ae@xhacker
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 64a39f34ef37..f4b72cb098ef 100644 --- a/drivers/regulator/Kconfig +++ b/drivers/regulator/Kconfig @@ -635,6 +635,13 @@ config REGULATOR_MP8859 Say M here if you want to include support for the regulator as a module. The module will be named "mp8859". +config REGULATOR_MP886X + tristate "MPS MP8869 regulator driver" + depends on I2C && (OF || COMPILE_TEST) + select REGMAP_I2C + help + This driver supports the MP8869 voltage regulator. + config REGULATOR_MPQ7920 tristate "Monolithic MPQ7920 PMIC" depends on I2C && OF |