aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mfd/Makefile
diff options
context:
space:
mode:
authorKeerthy <j-keerthy@ti.com>2014-02-06 00:50:12 -0500
committerLee Jones <lee.jones@linaro.org>2014-03-19 04:58:06 -0400
commit44b4dc616365d7897808555d415099330e3af9df (patch)
tree041fb72168a4e1695e8a8c27bc63c80c3b48db1b /drivers/mfd/Makefile
parenta381b13e2aa064122325de9deaec51d6e4765ad7 (diff)
mfd: tps65218: Add driver for the TPS65218 PMIC
The TPS65218 chip is a power management IC for Portable Navigation Systems and Tablet Computing devices. It contains the following components: - Regulators. - Over Temperature warning and Shut down. This patch adds support for tps65218 mfd device. At this time only the regulator functionality is made available. Signed-off-by: Keerthy <j-keerthy@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 c8eb0bcf4da0..5e5cfbd1b8da 100644
--- a/drivers/mfd/Makefile
+++ b/drivers/mfd/Makefile
@@ -62,6 +62,7 @@ obj-$(CONFIG_TPS6105X) += tps6105x.o
62obj-$(CONFIG_TPS65010) += tps65010.o 62obj-$(CONFIG_TPS65010) += tps65010.o
63obj-$(CONFIG_TPS6507X) += tps6507x.o 63obj-$(CONFIG_TPS6507X) += tps6507x.o
64obj-$(CONFIG_MFD_TPS65217) += tps65217.o 64obj-$(CONFIG_MFD_TPS65217) += tps65217.o
65obj-$(CONFIG_MFD_TPS65218) += tps65218.o
65obj-$(CONFIG_MFD_TPS65910) += tps65910.o 66obj-$(CONFIG_MFD_TPS65910) += tps65910.o
66tps65912-objs := tps65912-core.o tps65912-irq.o 67tps65912-objs := tps65912-core.o tps65912-irq.o
67obj-$(CONFIG_MFD_TPS65912) += tps65912.o 68obj-$(CONFIG_MFD_TPS65912) += tps65912.o