diff options
author | Bartosz Golaszewski <bgolaszewski@baylibre.com> | 2019-01-29 16:35:40 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2019-01-29 18:22:12 +0300 |
commit | bcc61f1c44fd21ef0095c38553d2adfe9c1ccae1 (patch) | |
tree | bf63ac323baa66c83ebc87b79582b8e7faa35ea5 /drivers/regulator/Kconfig | |
parent | 1dceee5eb320e76c996ee7e61795299fe40aa4cc (diff) | |
download | linux-bcc61f1c44fd21ef0095c38553d2adfe9c1ccae1.tar.xz |
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/Kconfig | 8 |
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 |