aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mfd/Makefile
diff options
context:
space:
mode:
authorMark Brown <broonie@opensource.wolfsonmicro.com>2008-10-10 15:58:11 +0100
committerLiam Girdwood <lrg@slimlogic.co.uk>2008-10-13 21:51:55 +0100
commitc661a0b92d487ac20cc9cddbb8f4d40e4dcdbec1 (patch)
tree9970f064cceac8a7cbe7b265305c49412a1e13a5 /drivers/mfd/Makefile
parentmfd: Core support for the WM8350 AudioPlus PMIC (diff)
downloadlinux-dev-c661a0b92d487ac20cc9cddbb8f4d40e4dcdbec1.tar.xz
linux-dev-c661a0b92d487ac20cc9cddbb8f4d40e4dcdbec1.zip
mfd: Add I2C control support for WM8350
Implement the I2C control interface for the WM8350. This code was originally written by Liam Girdwood and has been updated for submission by Mark Brown. Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com> Acked-by: Samuel Ortiz <sameo@openedhand.com> Signed-off-by: Liam Girdwood <lrg@slimlogic.co.uk>
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 bec1e92d37ba..45038aed2d31 100644
--- a/drivers/mfd/Makefile
+++ b/drivers/mfd/Makefile
@@ -15,6 +15,7 @@ obj-$(CONFIG_MFD_TC6393XB) += tc6393xb.o
obj-$(CONFIG_MFD_WM8400) += wm8400-core.o
wm8350-objs := wm8350-core.o wm8350-regmap.o
obj-$(CONFIG_MFD_WM8350) += wm8350.o
+obj-$(CONFIG_MFD_WM8350_I2C) += wm8350-i2c.o
obj-$(CONFIG_MFD_CORE) += mfd-core.o