aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-s5pv310/Makefile
diff options
context:
space:
mode:
authorKyungmin Park <kyungmin.park@samsung.com>2010-08-05 17:10:24 +0900
committerKukjin Kim <kgene.kim@samsung.com>2010-08-05 18:32:42 +0900
commit793177b5542d99aab0cd35a213fc8ffe72adbb28 (patch)
tree2ddc12cef172c7b6400f670cf621285b96116d8b /arch/arm/mach-s5pv310/Makefile
parentARM: S5PV310: Add serial port support (diff)
downloadlinux-dev-793177b5542d99aab0cd35a213fc8ffe72adbb28.tar.xz
linux-dev-793177b5542d99aab0cd35a213fc8ffe72adbb28.zip
ARM: S5PV310: Add I2C channel 0, 1 and 2 support
This patch adds configuration of proper mux pins for support I2C channel 0, 1, and 2 on S5PV310/S5PC210. Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com> [kgene.kim@samsung.com: coding-style and minor comment fixes] Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch/arm/mach-s5pv310/Makefile')
-rw-r--r--arch/arm/mach-s5pv310/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/mach-s5pv310/Makefile b/arch/arm/mach-s5pv310/Makefile
index 56e7693ad861..967e2c8f7c0b 100644
--- a/arch/arm/mach-s5pv310/Makefile
+++ b/arch/arm/mach-s5pv310/Makefile
@@ -22,3 +22,8 @@ obj-$(CONFIG_HOTPLUG_CPU) += hotplug.o
# machine support
obj-$(CONFIG_MACH_SMDKV310) += mach-smdkv310.o
+
+# device support
+
+obj-$(CONFIG_S5PV310_SETUP_I2C1) += setup-i2c1.o
+obj-$(CONFIG_S5PV310_SETUP_I2C2) += setup-i2c2.o