aboutsummaryrefslogtreecommitdiff
path: root/drivers/mfd/Makefile
diff options
context:
space:
mode:
authorGravatar Samuel Ortiz <sameo@linux.intel.com> 2012-07-09 00:17:44 +0200
committerGravatar Samuel Ortiz <sameo@linux.intel.com> 2012-07-09 00:17:44 +0200
commit0620de5983c82c95d83302e7f10064545a6996c5 (patch)
tree5b273ea4fccc8ab48e3d3100af3483c27e78043c /drivers/mfd/Makefile
parentARM: ux500: Register the AB8500 from DB8500 MFD (diff)
parentmfd: wm5102: Build system hookup (diff)
downloadlinux-0620de5983c82c95d83302e7f10064545a6996c5.tar.gz
linux-0620de5983c82c95d83302e7f10064545a6996c5.tar.bz2
linux-0620de5983c82c95d83302e7f10064545a6996c5.zip
Merge tag 'mfd/wm5102' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/misc into for-next
mfd: Initial support for Wolfson Arizona platform and WM5102 devices The Wolfson Arizona platform is used to provide common register interface to a series of low power audio hub CODECs, starting with the WM5102. Since the features of these devices work over a range of subsystems an MFD core driver is provided to instantiate the subdevices and arbitrate access between them. As the new regmap wake IRQ functionality is used as part of the driver it is incorporated as a dependency.
Diffstat (limited to 'drivers/mfd/Makefile')
-rw-r--r--drivers/mfd/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/mfd/Makefile b/drivers/mfd/Makefile
index 8ee7a3bf595b..f28885bb103c 100644
--- a/drivers/mfd/Makefile
+++ b/drivers/mfd/Makefile
@@ -24,6 +24,13 @@ obj-$(CONFIG_MFD_T7L66XB) += t7l66xb.o tmio_core.o
obj-$(CONFIG_MFD_TC6387XB) += tc6387xb.o tmio_core.o
obj-$(CONFIG_MFD_TC6393XB) += tc6393xb.o tmio_core.o
+obj-$(CONFIG_MFD_ARIZONA) += arizona-core.o
+obj-$(CONFIG_MFD_ARIZONA) += arizona-irq.o
+obj-$(CONFIG_MFD_ARIZONA_I2C) += arizona-i2c.o
+obj-$(CONFIG_MFD_ARIZONA_SPI) += arizona-spi.o
+ifneq ($(CONFIG_MFD_WM5102),n)
+obj-$(CONFIG_MFD_ARIZONA) += wm5102-tables.o
+endif
obj-$(CONFIG_MFD_WM8400) += wm8400-core.o
wm831x-objs := wm831x-core.o wm831x-irq.o wm831x-otp.o
wm831x-objs += wm831x-auxadc.o