From cbe998bd430fd01f721d30774164b115867faf63 Mon Sep 17 00:00:00 2001 From: Ben Dooks Date: Fri, 31 Oct 2008 16:10:26 +0000 Subject: 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 --- drivers/i2c/busses/Kconfig | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'drivers/i2c') 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" -- cgit v1.2.3