summaryrefslogtreecommitdiffstats
path: root/drivers/mfd/Makefile
diff options
context:
space:
mode:
authorMark Brown2010-10-20 00:00:11 +0200
committerSamuel Ortiz2010-10-29 00:30:25 +0200
commit2aa13b9e8096ab7f12c67f3a5b9a38b194a30ce9 (patch)
tree648b95fc9019f284e172de9b9241df11fb865738 /drivers/mfd/Makefile
parentmfd: Factor out WM831x I2C I/O from the core driver (diff)
downloadkernel-qcow2-linux-2aa13b9e8096ab7f12c67f3a5b9a38b194a30ce9.tar.gz
kernel-qcow2-linux-2aa13b9e8096ab7f12c67f3a5b9a38b194a30ce9.tar.xz
kernel-qcow2-linux-2aa13b9e8096ab7f12c67f3a5b9a38b194a30ce9.zip
mfd: Add WM831x SPI support
Implement support for controlling WM831x and WM832x devices using SPI. Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com> 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 c9ef41b13bf3..f54b3659abbb 100644
--- a/drivers/mfd/Makefile
+++ b/drivers/mfd/Makefile
@@ -25,6 +25,7 @@ obj-$(CONFIG_MFD_WM8400) += wm8400-core.o
wm831x-objs := wm831x-core.o wm831x-irq.o wm831x-otp.o
obj-$(CONFIG_MFD_WM831X) += wm831x.o
obj-$(CONFIG_MFD_WM831X_I2C) += wm831x-i2c.o
+obj-$(CONFIG_MFD_WM831X_SPI) += wm831x-spi.o
wm8350-objs := wm8350-core.o wm8350-regmap.o wm8350-gpio.o
wm8350-objs += wm8350-irq.o
obj-$(CONFIG_MFD_WM8350) += wm8350.o