summaryrefslogtreecommitdiffstats
path: root/drivers/mfd/Makefile
diff options
context:
space:
mode:
authorBartosz Golaszewski2019-04-23 11:04:46 +0200
committerLee Jones2019-05-08 13:06:21 +0200
commitd0f60334500b0fe54e55c2df7029b02d8682c6c0 (patch)
tree684d14fd28af3c0cdcc211d0a8a7d995b4efc9c0 /drivers/mfd/Makefile
parentmfd: mfd-core: Document mfd_add_devices() (diff)
downloadkernel-qcow2-linux-d0f60334500b0fe54e55c2df7029b02d8682c6c0.tar.gz
kernel-qcow2-linux-d0f60334500b0fe54e55c2df7029b02d8682c6c0.tar.xz
kernel-qcow2-linux-d0f60334500b0fe54e55c2df7029b02d8682c6c0.zip
mfd: Add new driver for MAX77650 PMIC
Add the core MFD driver for max77650 PMIC. We define five sub-devices for which the drivers will be added in subsequent patches. Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com> Signed-off-by: Lee Jones <lee.jones@linaro.org>
Diffstat (limited to 'drivers/mfd/Makefile')
-rw-r--r--drivers/mfd/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mfd/Makefile b/drivers/mfd/Makefile
index b4569ed7f3f3..5727d099c16f 100644
--- a/drivers/mfd/Makefile
+++ b/drivers/mfd/Makefile
@@ -155,6 +155,7 @@ obj-$(CONFIG_MFD_DA9150) += da9150-core.o
obj-$(CONFIG_MFD_MAX14577) += max14577.o
obj-$(CONFIG_MFD_MAX77620) += max77620.o
+obj-$(CONFIG_MFD_MAX77650) += max77650.o
obj-$(CONFIG_MFD_MAX77686) += max77686.o
obj-$(CONFIG_MFD_MAX77693) += max77693.o
obj-$(CONFIG_MFD_MAX77843) += max77843.o