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/Makefile | |
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/Makefile')
-rw-r--r-- | drivers/regulator/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/regulator/Makefile b/drivers/regulator/Makefile index 23074714a81a..b2b059b5ee56 100644 --- a/drivers/regulator/Makefile +++ b/drivers/regulator/Makefile @@ -69,6 +69,7 @@ obj-$(CONFIG_REGULATOR_LTC3676) += ltc3676.o obj-$(CONFIG_REGULATOR_MAX14577) += max14577-regulator.o obj-$(CONFIG_REGULATOR_MAX1586) += max1586.o obj-$(CONFIG_REGULATOR_MAX5970) += max5970-regulator.o +obj-$(CONFIG_REGULATOR_MAX77503) += max77503-regulator.o obj-$(CONFIG_REGULATOR_MAX77541) += max77541-regulator.o obj-$(CONFIG_REGULATOR_MAX77620) += max77620-regulator.o obj-$(CONFIG_REGULATOR_MAX77650) += max77650-regulator.o |