diff options
author | Bjorn Andersson <bjorn.andersson@linaro.org> | 2023-01-24 21:44:39 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2023-01-25 15:39:26 +0300 |
commit | 047ebaffd8171a47eb5462aec0f6006416fbe62e (patch) | |
tree | fc48404455e82c514c8555ceb709c6f4b0a2dc4f /drivers/regulator/Kconfig | |
parent | c1bf8de25d0aa6e399399d6410b1140d4402c2e0 (diff) | |
download | linux-047ebaffd8171a47eb5462aec0f6006416fbe62e.tar.xz |
regulator: Introduce Maxim MAX20411 Step-Down converter
Introduce a driver to control the Maxim MAX20411 family of
high-efficiency, syncrhonous step-down converters.
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Signed-off-by: Bjorn Andersson <quic_bjorande@quicinc.com>
Link: https://lore.kernel.org/r/20230124184440.1421074-3-quic_bjorande@quicinc.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 820c9a0788e5..aae28d0a489c 100644 --- a/drivers/regulator/Kconfig +++ b/drivers/regulator/Kconfig @@ -655,6 +655,14 @@ config REGULATOR_MAX20086 protectorvia I2C bus. The regulator has 2 or 4 outputs depending on the device model. This driver is only capable to turn on/off them. +config REGULATOR_MAX20411 + tristate "Maxim MAX20411 High-Efficiency Single Step-Down Converter" + depends on I2C + select REGMAP_I2C + help + This driver controls the Maxim MAX20411 family of high-efficiency, + syncrhonous step-down converters. + config REGULATOR_MAX77686 tristate "Maxim 77686 regulator" depends on MFD_MAX77686 || COMPILE_TEST |