diff options
author | Gokhan Celik <gokhan.celik@analog.com> | 2023-10-22 21:52:50 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2023-10-23 15:30:01 +0300 |
commit | a0c543bdf4ba4f10d21fb2d44a9abc5715184966 (patch) | |
tree | 2b6bf9b6ce97b4a0ff2aafbe0a37012a07c3ae80 /drivers/regulator/Kconfig | |
parent | 8f7e17d847edf6bc02d0813b123b9d78ba504098 (diff) | |
download | linux-a0c543bdf4ba4f10d21fb2d44a9abc5715184966.tar.xz |
regulator: max77503: Add ADI MAX77503 support
Add ADI MAX77503 buck converter driver support.
Signed-off-by: Gokhan Celik <gokhan.celik@analog.com>
Link: https://lore.kernel.org/r/10bb3894fea31a098d768e346c8721e730d7cb21.1698000185.git.gokhan.celik@analog.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'drivers/regulator/Kconfig')
-rw-r--r-- | drivers/regulator/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/regulator/Kconfig b/drivers/regulator/Kconfig index 965d4f0c18a6..f3ec24691378 100644 --- a/drivers/regulator/Kconfig +++ b/drivers/regulator/Kconfig @@ -564,6 +564,16 @@ config REGULATOR_MAX5970 The MAX5970/5978 is a smart switch with no output regulation, but fault protection and voltage and current monitoring capabilities. +config REGULATOR_MAX77503 + tristate "Analog Devices MAX77503 Regulator" + depends on I2C + select REGMAP_I2C + help + This driver controls a Analog Devices MAX77503 14V input, 1.5A + high-efficiency buck converter via I2C bus. + Say M here if you want to include support for the regulator as a + module. + config REGULATOR_MAX77541 tristate "Analog Devices MAX77541/77540 Regulator" depends on MFD_MAX77541 |