diff options
author | Kyungmin Park <kyungmin.park@samsung.com> | 2010-10-11 18:49:24 -0400 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2010-10-25 03:03:43 -0400 |
commit | b7a9825553e9213e5129f7e8e53065e918981a70 (patch) | |
tree | 80ed354a12576f90a0e7b3ff2bc4c6e9c52f2202 /arch/arm/Kconfig | |
parent | 8a3710dfbfb9f2712e3df3861ee7d0e8573be943 (diff) |
ARM: S5PV310: Add I2C channel 3, 4, 5, 6, and 7 device support
S5PV310 and S5PC210 support more I2C devices than previous SoCs.
Add the device support code for them.
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r-- | arch/arm/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 80203dcb97f..b2204d9e509 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig | |||
@@ -736,6 +736,7 @@ config ARCH_S5PV310 | |||
736 | select HAVE_CLK | 736 | select HAVE_CLK |
737 | select GENERIC_CLOCKEVENTS | 737 | select GENERIC_CLOCKEVENTS |
738 | select HAVE_S3C_RTC | 738 | select HAVE_S3C_RTC |
739 | select HAVE_S3C2410_I2C | ||
739 | select HAVE_S3C2410_WATCHDOG | 740 | select HAVE_S3C2410_WATCHDOG |
740 | help | 741 | help |
741 | Samsung S5PV310 series based systems | 742 | Samsung S5PV310 series based systems |