aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mfd/Makefile
diff options
context:
space:
mode:
authorAndrew F. Davis <afd@ti.com>2016-01-25 09:50:11 -0600
committerLee Jones <lee.jones@linaro.org>2016-03-16 08:50:15 +0000
commitb45b719ee03162eb54772c30a6474d57b41b6b54 (patch)
tree07f87dcc3b8d1395d0d79e881d3d8078ed0a4545 /drivers/mfd/Makefile
parentDocumentation: tps65086: Add DT bindings for the TPS65086 PMIC (diff)
downloadlinux-dev-b45b719ee03162eb54772c30a6474d57b41b6b54.tar.xz
linux-dev-b45b719ee03162eb54772c30a6474d57b41b6b54.zip
mfd: tps65086: Add driver for the TPS65086 PMIC
Add support for the TPS65912 device. It provides communication through I2C and contains the following components: - Regulators - Load switches - GPO controller Signed-off-by: Andrew F. Davis <afd@ti.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 b7a3cd9adaee..d2ddcf45ccd1 100644
--- a/drivers/mfd/Makefile
+++ b/drivers/mfd/Makefile
@@ -70,6 +70,7 @@ obj-$(CONFIG_MFD_WM8994) += wm8994.o
obj-$(CONFIG_TPS6105X) += tps6105x.o
obj-$(CONFIG_TPS65010) += tps65010.o
obj-$(CONFIG_TPS6507X) += tps6507x.o
+obj-$(CONFIG_MFD_TPS65086) += tps65086.o
obj-$(CONFIG_MFD_TPS65217) += tps65217.o
obj-$(CONFIG_MFD_TPS65218) += tps65218.o
obj-$(CONFIG_MFD_TPS65910) += tps65910.o