diff options
author | Kyungmin Park <kyungmin.park@samsung.com> | 2010-10-08 09:34:56 -0400 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2010-10-25 03:03:01 -0400 |
commit | 3b7998f529a18696baafb8cca63a7720565ad77f (patch) | |
tree | 9201940bf2d58e9b58d75ca50f25b1be8d681b70 /arch/arm/mach-s5pv310/Kconfig | |
parent | acf5eda92da23c904d1e37ba80c75572f3e2c860 (diff) |
ARM: S5PV310: I2C0/1 devices support on Universal board
Camera devices use the I2C0 and Gyro uese the I2C1 on universal board.
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
[kgene.kim@samsung.com: minor title fixes]
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch/arm/mach-s5pv310/Kconfig')
-rw-r--r-- | arch/arm/mach-s5pv310/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-s5pv310/Kconfig b/arch/arm/mach-s5pv310/Kconfig index 6b2b948c9ccd..f12f560894ad 100644 --- a/arch/arm/mach-s5pv310/Kconfig +++ b/arch/arm/mach-s5pv310/Kconfig | |||
@@ -57,6 +57,8 @@ config MACH_UNIVERSAL_C210 | |||
57 | bool "Mobile UNIVERSAL_C210 Board" | 57 | bool "Mobile UNIVERSAL_C210 Board" |
58 | select CPU_S5PV310 | 58 | select CPU_S5PV310 |
59 | select S5P_DEV_ONENAND | 59 | select S5P_DEV_ONENAND |
60 | select S3C_DEV_I2C1 | ||
61 | select S5PV310_SETUP_I2C1 | ||
60 | help | 62 | help |
61 | Machine support for Samsung Mobile Universal S5PC210 Reference | 63 | Machine support for Samsung Mobile Universal S5PC210 Reference |
62 | Board. S5PC210(MCP) is one of package option of S5PV310 | 64 | Board. S5PC210(MCP) is one of package option of S5PV310 |