aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mfd/Makefile
diff options
context:
space:
mode:
authorAbhijeet Dharmapurikar <adharmap@codeaurora.org>2011-04-05 14:40:52 -0700
committerSamuel Ortiz <sameo@linux.intel.com>2011-05-26 19:45:27 +0200
commitcbdb53e1f33baf60ded045dc79cd0dd4e9705fa5 (patch)
tree6fba90fb0b27968c75437bf5c5df2c43f15ce64b /drivers/mfd/Makefile
parent1305134e8246fb4e86b93d5b6a21caa0e07a8ecf (diff)
downloadkernel_samsung_smdk4412-cbdb53e1f33baf60ded045dc79cd0dd4e9705fa5.zip
kernel_samsung_smdk4412-cbdb53e1f33baf60ded045dc79cd0dd4e9705fa5.tar.gz
kernel_samsung_smdk4412-cbdb53e1f33baf60ded045dc79cd0dd4e9705fa5.tar.bz2
mfd: Add Qualcomm PMIC 8921 core driver
Add support for the Qualcomm PM8921 PMIC chip. The core driver will communicate with the PMIC chip via the MSM SSBI bus. Signed-off-by: Abhijeet Dharmapurikar <adharmap@codeaurora.org> Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
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 24aa444..d32a7b8 100644
--- a/drivers/mfd/Makefile
+++ b/drivers/mfd/Makefile
@@ -91,3 +91,4 @@ obj-$(CONFIG_MFD_VX855) += vx855.o
obj-$(CONFIG_MFD_WL1273_CORE) += wl1273-core.o
obj-$(CONFIG_MFD_CS5535) += cs5535-mfd.o
obj-$(CONFIG_MFD_OMAP_USB_HOST) += omap-usb-host.o
+obj-$(CONFIG_MFD_PM8921_CORE) += pm8921-core.o