[PATCH v2 3/3] i2c/busses: Select I2C bus support for S5PV210 and S5P6440.
Kukjin Kim
kgene.kim at samsung.com
Wed Jul 21 08:59:27 EDT 2010
From: Naveen Krishna Ch <ch.naveen at samsung.com>
This patch is to select support I2C channels 0, 1 and 2 for S5PV210 and S5P6440.
Signed-off-by: Naveen Krishna Ch <ch.naveen at samsung.com>
Signed-off-by: Kukjin Kim <kgene.kim at samsung.com>
---
Changes since v1:
- Modifed the Kconfig help comments.
drivers/i2c/busses/Kconfig | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/drivers/i2c/busses/Kconfig b/drivers/i2c/busses/Kconfig
index bceafbf..27c96ec 100644
--- a/drivers/i2c/busses/Kconfig
+++ b/drivers/i2c/busses/Kconfig
@@ -523,10 +523,10 @@ config I2C_PXA_SLAVE
config I2C_S3C2410
tristate "S3C2410 I2C Driver"
- depends on ARCH_S3C2410 || ARCH_S3C64XX
+ depends on ARCH_S3C2410 || ARCH_S3C64XX || ARCH_S5P6440 || ARCH_S5PV210
help
- Say Y here to include support for I2C controller in the
- Samsung S3C2410 based System-on-Chip devices.
+ Say Y here to include support for I2C controller in the Samsung
+ S3C2410, S3C64XX, S5P6440 and S5PV210 based System-on-Chip devices.
config I2C_S6000
tristate "S6000 I2C support"
--
1.6.2.5
More information about the linux-arm-kernel
mailing list