aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/regulator/Kconfig
diff options
context:
space:
mode:
authorBartosz Golaszewski <bgolaszewski@baylibre.com>2019-01-29 14:35:40 +0100
committerMark Brown <broonie@kernel.org>2019-01-29 15:22:12 +0000
commitbcc61f1c44fd21ef0095c38553d2adfe9c1ccae1 (patch)
treebf63ac323baa66c83ebc87b79582b8e7faa35ea5 /drivers/regulator/Kconfig
parentregulator: isl6271a: Constify isl_core_ops and isl_fixed_ops (diff)
downloadwireguard-linux-bcc61f1c44fd21ef0095c38553d2adfe9c1ccae1.tar.xz
wireguard-linux-bcc61f1c44fd21ef0095c38553d2adfe9c1ccae1.zip
regulator: max77650: add regulator support
Add regulator support for max77650. We support all four variants of this PMIC including non-linear voltage table for max77651 SBB1 rail. Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.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 21dc3b59db19..b7f249ee5e68 100644
--- a/drivers/regulator/Kconfig
+++ b/drivers/regulator/Kconfig
@@ -468,6 +468,14 @@ config REGULATOR_MAX77620
chip to control Step-Down DC-DC and LDOs. Say Y here to
enable the regulator driver.
+config REGULATOR_MAX77650
+ tristate "Maxim MAX77650/77651 regulator support"
+ depends on MFD_MAX77650
+ help
+ Regulator driver for MAX77650/77651 PMIC from Maxim
+ Semiconductor. This device has a SIMO with three independent
+ power rails and an LDO.
+
config REGULATOR_MAX8649
tristate "Maxim 8649 voltage regulator"
depends on I2C