aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/regulator/Makefile
diff options
context:
space:
mode:
authorRobin Gong <yibin.gong@nxp.com>2020-07-04 00:19:35 +0800
committerMark Brown <broonie@kernel.org>2020-07-06 15:23:33 +0100
commit0935ff5f1f0a44f66a13e075ed49f97ad99d2fdc (patch)
treea2e351bf2f6ce09efa00a89109a0650b45528fe5 /drivers/regulator/Makefile
parentdt-bindings: regulator: Document bindings for fan53880 (diff)
downloadlinux-dev-0935ff5f1f0a44f66a13e075ed49f97ad99d2fdc.tar.xz
linux-dev-0935ff5f1f0a44f66a13e075ed49f97ad99d2fdc.zip
regulator: pca9450: add pca9450 pmic driver
Add NXP pca9450 pmic driver. Signed-off-by: Robin Gong <yibin.gong@nxp.com> Reviewed-by: Frieder Schrempf <frieder.schrempf@kontron.de> Link: https://lore.kernel.org/r/1593793178-9737-2-git-send-email-yibin.gong@nxp.com 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 85bc3ef0be1c..6adfe769a47c 100644
--- a/drivers/regulator/Makefile
+++ b/drivers/regulator/Makefile
@@ -96,6 +96,7 @@ obj-$(CONFIG_REGULATOR_QCOM_SMD_RPM) += qcom_smd-regulator.o
obj-$(CONFIG_REGULATOR_QCOM_SPMI) += qcom_spmi-regulator.o
obj-$(CONFIG_REGULATOR_QCOM_USB_VBUS) += qcom_usb_vbus-regulator.o
obj-$(CONFIG_REGULATOR_PALMAS) += palmas-regulator.o
+obj-$(CONFIG_REGULATOR_PCA9450) += pca9450-regulator.o
obj-$(CONFIG_REGULATOR_PFUZE100) += pfuze100-regulator.o
obj-$(CONFIG_REGULATOR_PV88060) += pv88060-regulator.o
obj-$(CONFIG_REGULATOR_PV88080) += pv88080-regulator.o