aboutsummaryrefslogtreecommitdiff
path: root/drivers/regulator/Makefile
diff options
context:
space:
mode:
authorGravatar Alistair Francis <alistair@alistair23.me> 2021-06-15 20:33:58 +1000
committerGravatar Mark Brown <broonie@kernel.org> 2021-06-15 16:43:00 +0100
commit8c485bedfb7852fa4de2a34aac2a6fd911f539f4 (patch)
treeb625fbf5043e0c33c5852131eb7a91bd6e2fa8a9 /drivers/regulator/Makefile
parentregulator: rt6160: Remove vsel_active_low from struct rt6160_priv (diff)
downloadlinux-8c485bedfb7852fa4de2a34aac2a6fd911f539f4.tar.gz
linux-8c485bedfb7852fa4de2a34aac2a6fd911f539f4.tar.bz2
linux-8c485bedfb7852fa4de2a34aac2a6fd911f539f4.zip
regulator: sy7636a: Initial commit
Initial support for the Silergy SY7636A-regulator Power Management chip. Signed-off-by: Alistair Francis <alistair@alistair23.me> Link: https://lore.kernel.org/r/20210615103400.946-3-alistair@alistair23.me Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'drivers/regulator/Makefile')
-rw-r--r--drivers/regulator/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/regulator/Makefile b/drivers/regulator/Makefile
index 59ce3359a84a..028f2b8788db 100644
--- a/drivers/regulator/Makefile
+++ b/drivers/regulator/Makefile
@@ -138,6 +138,7 @@ obj-$(CONFIG_REGULATOR_STM32_VREFBUF) += stm32-vrefbuf.o
obj-$(CONFIG_REGULATOR_STM32_PWR) += stm32-pwr.o
obj-$(CONFIG_REGULATOR_STPMIC1) += stpmic1_regulator.o
obj-$(CONFIG_REGULATOR_STW481X_VMMC) += stw481x-vmmc.o
+obj-$(CONFIG_REGULATOR_SY7636A) += sy7636a-regulator.o
obj-$(CONFIG_REGULATOR_SY8106A) += sy8106a-regulator.o
obj-$(CONFIG_REGULATOR_SY8824X) += sy8824x.o
obj-$(CONFIG_REGULATOR_SY8827N) += sy8827n.o