aboutsummaryrefslogtreecommitdiff
path: root/drivers/regulator/Kconfig
diff options
context:
space:
mode:
authorGravatar Okan Sahin <okan.sahin@analog.com> 2023-07-17 08:07:35 +0300
committerGravatar Mark Brown <broonie@kernel.org> 2023-07-17 06:40:32 +0100
commitaf71cccadecedad3484c2208e2c4fc8eff927d4a (patch)
treedceb7adfbadceeb4cc4331613b0cacaeb34a5e03 /drivers/regulator/Kconfig
parentregulator: Explicitly include correct DT includes (diff)
downloadlinux-af71cccadecedad3484c2208e2c4fc8eff927d4a.tar.gz
linux-af71cccadecedad3484c2208e2c4fc8eff927d4a.tar.bz2
linux-af71cccadecedad3484c2208e2c4fc8eff927d4a.zip
regulator: max77857: Add ADI MAX77857/59/MAX77831 Regulator Support
Regulator driver for MAX77857/59 and MAX77831. The MAX77857 is a high-efficiency, high-performance buck-boost converter targeted for systems requiring a wide input voltage range (2.5V to 16V). The MAX77859 is high-Efficiency Buck-Boost Converter for USB-PD/PPS Applications. It has wide input range (2.5V to 22V) The MAX77831 is a high-efficiency, high-performance buck-boost converter targeted for systems requiring wide input voltage range (2.5V to 16V). Signed-off-by: Okan Sahin <okan.sahin@analog.com> Link: https://lore.kernel.org/r/20230717050736.10075-3-okan.sahin@analog.com Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'drivers/regulator/Kconfig')
-rw-r--r--drivers/regulator/Kconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/regulator/Kconfig b/drivers/regulator/Kconfig
index 18a05b09406f..542a7b427994 100644
--- a/drivers/regulator/Kconfig
+++ b/drivers/regulator/Kconfig
@@ -584,6 +584,16 @@ config REGULATOR_MAX77650
Semiconductor. This device has a SIMO with three independent
power rails and an LDO.
+config REGULATOR_MAX77857
+ tristate "ADI MAX77857/MAX77831 regulator support"
+ depends on I2C
+ select REGMAP_I2C
+ help
+ This driver controls a ADI MAX77857 and MAX77831 regulators.
+ via I2C bus. MAX77857 and MAX77831 are high efficiency buck-boost
+ converters with input voltage range (2.5V to 16V). Say Y here to
+ enable the regulator driver
+
config REGULATOR_MAX8649
tristate "Maxim 8649 voltage regulator"
depends on I2C