diff options
author | Kyungmin Park <kyungmin.park@samsung.com> | 2010-08-05 04:10:24 -0400 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2010-08-05 05:32:42 -0400 |
commit | 793177b5542d99aab0cd35a213fc8ffe72adbb28 (patch) | |
tree | 2ddc12cef172c7b6400f670cf621285b96116d8b /arch/arm/mach-s5pv310/Makefile | |
parent | acfdc56d541517266eeeeca3a4e5baafaa01c2a1 (diff) |
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/Makefile | 5 |
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 | |||
22 | # machine support | 22 | # machine support |
23 | 23 | ||
24 | obj-$(CONFIG_MACH_SMDKV310) += mach-smdkv310.o | 24 | obj-$(CONFIG_MACH_SMDKV310) += mach-smdkv310.o |
25 | |||
26 | # device support | ||
27 | |||
28 | obj-$(CONFIG_S5PV310_SETUP_I2C1) += setup-i2c1.o | ||
29 | obj-$(CONFIG_S5PV310_SETUP_I2C2) += setup-i2c2.o | ||