diff options
author | ChiYuan Huang <cy_huang@richtek.com> | 2020-09-28 10:19:43 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2020-09-28 21:26:32 +0300 |
commit | b8c054a5eaf0cf2b9532969e5168ce5e2d78c284 (patch) | |
tree | aa12a01bd11567aa28df502c3170e4aecd6dafba /drivers/regulator/Makefile | |
parent | 8d23b0b8fc950cba2046840c46b21db9b5c0573c (diff) | |
download | linux-b8c054a5eaf0cf2b9532969e5168ce5e2d78c284.tar.xz |
regulator: rtmv20: Adds support for Richtek RTMV20 load switch regulator
Add support for Richtek RTMV20 load switch regulator.
Signed-off-by: ChiYuan Huang <cy_huang@richtek.com>
Link: https://lore.kernel.org/r/1601277584-5526-1-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 cf908f67b486..6ebae516258e 100644 --- a/drivers/regulator/Makefile +++ b/drivers/regulator/Makefile @@ -116,6 +116,7 @@ obj-$(CONFIG_REGULATOR_RN5T618) += rn5t618-regulator.o obj-$(CONFIG_REGULATOR_ROHM) += rohm-regulator.o obj-$(CONFIG_REGULATOR_RT4801) += rt4801-regulator.o obj-$(CONFIG_REGULATOR_RT5033) += rt5033-regulator.o +obj-$(CONFIG_REGULATOR_RTMV20) += rtmv20-regulator.o obj-$(CONFIG_REGULATOR_S2MPA01) += s2mpa01.o obj-$(CONFIG_REGULATOR_S2MPS11) += s2mps11.o obj-$(CONFIG_REGULATOR_S5M8767) += s5m8767.o |