aboutsummaryrefslogtreecommitdiff
path: root/drivers/i2c/busses
diff options
context:
space:
mode:
authorBen Dooks <ben-linux@fluff.org>2008-10-31 16:10:26 +0000
committerBen Dooks <ben-linux@fluff.org>2008-10-31 16:13:48 +0000
commitcbe998bd430fd01f721d30774164b115867faf63 (patch)
tree8ad9c974493165fcc225540fdff1f167c8ae73c9 /drivers/i2c/busses
parente7f89f2e53218809add3645787feb67283b7ad9d (diff)
i2c-s3c2410: Add ARCH_S3C64XX to allowed archs
The i2c-s3c2410 driver should be able to support the ARCH_S3C64XX as well as the ARCH_S3C2410. Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Diffstat (limited to 'drivers/i2c/busses')
-rw-r--r--drivers/i2c/busses/Kconfig7
1 files changed, 4 insertions, 3 deletions
diff --git a/drivers/i2c/busses/Kconfig b/drivers/i2c/busses/Kconfig
index 7f95905bbb9..1bb4d092c3c 100644
--- a/drivers/i2c/busses/Kconfig
+++ b/drivers/i2c/busses/Kconfig
@@ -455,11 +455,12 @@ config I2C_PXA_SLAVE
I2C bus.
config I2C_S3C2410
- tristate "S3C2410 I2C Driver"
- depends on ARCH_S3C2410
+ tristate "Samsung SoC I2C Driver (S3C24XX and S3C64XX series)"
+ depends on ARCH_S3C2410 || ARCH_S3C64XX
help
Say Y here to include support for I2C controller in the
- Samsung S3C2410 based System-on-Chip devices.
+ Samsung S3C based System-on-Chip devices such as the S3C2410,
+ S3C2440, S3C2442, S3C2443 and S3C6410.
config I2C_SH7760
tristate "Renesas SH7760 I2C Controller"