diff options
author | Naveen Krishna Ch <ch.naveen@samsung.com> | 2010-07-20 23:51:56 -0400 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2010-08-05 05:36:22 -0400 |
commit | 170d7415db431801baf5105298cf73131cc6d4f2 (patch) | |
tree | 006a7d3f6e451f38a794fb41e86ac691cf6522ef /arch/arm/mach-s5pv210/Kconfig | |
parent | 4550ee20c8d1c280bd26ec3afbcf636ae2897486 (diff) |
ARM: S5PV210: Add support for I2C devices on SMDKV210 and SMDKC110
This patch adds support I2C-0/1/2 devices to the SMDKV210/SMDKC110.
Signed-off-by: Naveen Krishna Ch <ch.naveen@samsung.com>
[kgene.kim@samsung.com: Fixes wrong name]
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch/arm/mach-s5pv210/Kconfig')
-rw-r--r-- | arch/arm/mach-s5pv210/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/mach-s5pv210/Kconfig b/arch/arm/mach-s5pv210/Kconfig index 18270d848908..d9464a6d9416 100644 --- a/arch/arm/mach-s5pv210/Kconfig +++ b/arch/arm/mach-s5pv210/Kconfig | |||
@@ -80,11 +80,15 @@ config MACH_SMDKC110 | |||
80 | bool "SMDKC110" | 80 | bool "SMDKC110" |
81 | select CPU_S5PV210 | 81 | select CPU_S5PV210 |
82 | select ARCH_SPARSEMEM_ENABLE | 82 | select ARCH_SPARSEMEM_ENABLE |
83 | select S3C_DEV_I2C1 | ||
84 | select S3C_DEV_I2C2 | ||
83 | select SAMSUNG_DEV_IDE | 85 | select SAMSUNG_DEV_IDE |
84 | select S3C_DEV_RTC | 86 | select S3C_DEV_RTC |
85 | select S3C_DEV_WDT | 87 | select S3C_DEV_WDT |
86 | select HAVE_S3C_RTC | 88 | select HAVE_S3C_RTC |
87 | select HAVE_S3C2410_WATCHDOG | 89 | select HAVE_S3C2410_WATCHDOG |
90 | select S5PV210_SETUP_I2C1 | ||
91 | select S5PV210_SETUP_I2C2 | ||
88 | select S5PV210_SETUP_IDE | 92 | select S5PV210_SETUP_IDE |
89 | help | 93 | help |
90 | Machine support for Samsung SMDKC110 | 94 | Machine support for Samsung SMDKC110 |
@@ -108,6 +112,8 @@ config MACH_SMDKV210 | |||
108 | select S3C_DEV_HSMMC1 | 112 | select S3C_DEV_HSMMC1 |
109 | select S3C_DEV_HSMMC2 | 113 | select S3C_DEV_HSMMC2 |
110 | select S3C_DEV_HSMMC3 | 114 | select S3C_DEV_HSMMC3 |
115 | select S3C_DEV_I2C1 | ||
116 | select S3C_DEV_I2C2 | ||
111 | select SAMSUNG_DEV_IDE | 117 | select SAMSUNG_DEV_IDE |
112 | select SAMSUNG_DEV_KEYPAD | 118 | select SAMSUNG_DEV_KEYPAD |
113 | select SAMSUNG_DEV_TS | 119 | select SAMSUNG_DEV_TS |
@@ -115,6 +121,8 @@ config MACH_SMDKV210 | |||
115 | select S3C_DEV_WDT | 121 | select S3C_DEV_WDT |
116 | select HAVE_S3C_RTC | 122 | select HAVE_S3C_RTC |
117 | select HAVE_S3C2410_WATCHDOG | 123 | select HAVE_S3C2410_WATCHDOG |
124 | select S5PV210_SETUP_I2C1 | ||
125 | select S5PV210_SETUP_I2C2 | ||
118 | select S5PV210_SETUP_IDE | 126 | select S5PV210_SETUP_IDE |
119 | select S5PV210_SETUP_KEYPAD | 127 | select S5PV210_SETUP_KEYPAD |
120 | select S5PV210_SETUP_SDHCI | 128 | select S5PV210_SETUP_SDHCI |