summaryrefslogtreecommitdiffstats
path: root/arch/arm/plat-s3c64xx/Makefile
diff options
context:
space:
mode:
authorBen Dooks2008-10-31 17:14:51 +0100
committerBen Dooks2008-12-16 00:42:21 +0100
commit55132b8b4630a4b03d5c5556808c8d3866381536 (patch)
tree98625f4a1b884763fe0641d15c7dd4581d4c7166 /arch/arm/plat-s3c64xx/Makefile
parent[ARM] S3C64XX: GPIO definitions for BANKS N,O,P,Q (diff)
downloadkernel-qcow2-linux-55132b8b4630a4b03d5c5556808c8d3866381536.tar.gz
kernel-qcow2-linux-55132b8b4630a4b03d5c5556808c8d3866381536.tar.xz
kernel-qcow2-linux-55132b8b4630a4b03d5c5556808c8d3866381536.zip
[ARM] S3C64XX: Add i2c device setup for I2C device 0
Add the necessary device initialisation information for I2C device 0. Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Diffstat (limited to 'arch/arm/plat-s3c64xx/Makefile')
-rw-r--r--arch/arm/plat-s3c64xx/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/plat-s3c64xx/Makefile b/arch/arm/plat-s3c64xx/Makefile
index a5b7c388351e..469f066daab7 100644
--- a/arch/arm/plat-s3c64xx/Makefile
+++ b/arch/arm/plat-s3c64xx/Makefile
@@ -23,3 +23,7 @@ obj-y += gpiolib.o
obj-$(CONFIG_CPU_S3C6400_INIT) += s3c6400-init.o
obj-$(CONFIG_CPU_S3C6400_CLOCK) += s3c6400-clock.o
+
+# Device setup
+
+obj-$(CONFIG_S3C64XX_SETUP_I2C0) += setup-i2c0.o