summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-mxs/devices/Makefile
diff options
context:
space:
mode:
authorWolfram Sang2011-02-28 17:40:04 +0100
committerSascha Hauer2011-03-07 19:29:17 +0100
commit30feed37f21e00655475d8bf17bcea02221e53d2 (patch)
treec11e878cd649d8d2c1988430fd2b7372e277889c /arch/arm/mach-mxs/devices/Makefile
parentMX1: Add registration functions for SPI. (diff)
downloadkernel-qcow2-linux-30feed37f21e00655475d8bf17bcea02221e53d2.tar.gz
kernel-qcow2-linux-30feed37f21e00655475d8bf17bcea02221e53d2.tar.xz
kernel-qcow2-linux-30feed37f21e00655475d8bf17bcea02221e53d2.zip
arm: mxs: add i2c-devices for mx28
Signed-off-by: Wolfram Sang <w.sang@pengutronix.de> Acked-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/mach-mxs/devices/Makefile')
-rw-r--r--arch/arm/mach-mxs/devices/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-mxs/devices/Makefile b/arch/arm/mach-mxs/devices/Makefile
index 978310fcafd6..345b8399b80e 100644
--- a/arch/arm/mach-mxs/devices/Makefile
+++ b/arch/arm/mach-mxs/devices/Makefile
@@ -2,4 +2,5 @@ obj-$(CONFIG_MXS_HAVE_AMBA_DUART) += amba-duart.o
obj-$(CONFIG_MXS_HAVE_PLATFORM_AUART) += platform-auart.o
obj-$(CONFIG_MXS_HAVE_PLATFORM_FEC) += platform-fec.o
obj-$(CONFIG_MXS_HAVE_PLATFORM_FLEXCAN) += platform-flexcan.o
+obj-$(CONFIG_MXS_HAVE_PLATFORM_MXS_I2C) += platform-mxs-i2c.o
obj-$(CONFIG_MXS_HAVE_PLATFORM_MXS_PWM) += platform-mxs-pwm.o