diff options
author | ChiYuan Huang <cy_huang@richtek.com> | 2022-03-26 19:39:48 +0800 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2022-04-04 08:48:13 +0100 |
commit | 7b36ddb208bd1744f4769f11e530bc08c3701964 (patch) | |
tree | 6bd8e52e2a7fbe7b473836838d5194f0b322c3e9 /drivers/regulator/Makefile | |
parent | 3123109284176b1532874591f7c81f3837bbdc17 (diff) | |
download | linux-7b36ddb208bd1744f4769f11e530bc08c3701964.tar.gz linux-7b36ddb208bd1744f4769f11e530bc08c3701964.tar.bz2 linux-7b36ddb208bd1744f4769f11e530bc08c3701964.zip |
regulator: rt5759: Add support for Richtek RT5759 DCDC converter
Add support for Richtek RT5759 high-performance DCDC converter.
Signed-off-by: ChiYuan Huang <cy_huang@richtek.com>
Link: https://lore.kernel.org/r/1648294788-11758-3-git-send-email-u0084500@gmail.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 1b64ad5767be..69b5a196acd2 100644 --- a/drivers/regulator/Makefile +++ b/drivers/regulator/Makefile @@ -127,6 +127,7 @@ obj-$(CONFIG_REGULATOR_RT4801) += rt4801-regulator.o obj-$(CONFIG_REGULATOR_RT4831) += rt4831-regulator.o obj-$(CONFIG_REGULATOR_RT5033) += rt5033-regulator.o obj-$(CONFIG_REGULATOR_RT5190A) += rt5190a-regulator.o +obj-$(CONFIG_REGULATOR_RT5759) += rt5759-regulator.o obj-$(CONFIG_REGULATOR_RT6160) += rt6160-regulator.o obj-$(CONFIG_REGULATOR_RT6245) += rt6245-regulator.o obj-$(CONFIG_REGULATOR_RTMV20) += rtmv20-regulator.o |