diff options
author | ChiYuan Huang <cy_huang@richtek.com> | 2020-12-17 23:00:44 +0800 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2020-12-28 12:24:50 +0000 |
commit | 9351ab8b0cb61ffbef30343d28d1855e329c98fb (patch) | |
tree | c41de5c2bc8487dc9aa11c90109a0f562baa56ec /drivers/regulator/Makefile | |
parent | 934b05e818620e922151734b2d0e070e388e3c53 (diff) | |
download | linux-9351ab8b0cb61ffbef30343d28d1855e329c98fb.tar.gz |
regulator: rt4831: Adds support for Richtek RT4831 DSV regulator
Adds support for Richtek RT4831 DSV Regulator
Signed-off-by: ChiYuan Huang <cy_huang@richtek.com>
Link: https://lore.kernel.org/r/1608217244-314-6-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 680e539f6579..f8363ea0cb4c 100644 --- a/drivers/regulator/Makefile +++ b/drivers/regulator/Makefile @@ -118,6 +118,7 @@ obj-$(CONFIG_REGULATOR_RK808) += rk808-regulator.o obj-$(CONFIG_REGULATOR_RN5T618) += rn5t618-regulator.o obj-$(CONFIG_REGULATOR_ROHM) += rohm-regulator.o obj-$(CONFIG_REGULATOR_RT4801) += rt4801-regulator.o +obj-$(CONFIG_REGULATOR_RT4831) += rt4831-regulator.o obj-$(CONFIG_REGULATOR_RT5033) += rt5033-regulator.o obj-$(CONFIG_REGULATOR_RTMV20) += rtmv20-regulator.o obj-$(CONFIG_REGULATOR_S2MPA01) += s2mpa01.o |