[PATCH 2/2] i2c: davinci: Allow i2c driver available for keystone platforms

Santosh Shilimkar santosh.shilimkar at ti.com
Wed Jul 24 20:28:19 EDT 2013


Keystone SOCs uses the same I2C IP as available on DaVinci SOCs.
Update the config so that ARCH_KEYSTONE can use it.

Cc: Sekhar Nori <nsekhar at ti.com>
Cc: Wolfram Sang <wsa at the-dreams.de>

Signed-off-by: Santosh Shilimkar <santosh.shilimkar at ti.com>
---
 drivers/i2c/busses/Kconfig |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/i2c/busses/Kconfig b/drivers/i2c/busses/Kconfig
index dc6dea6..fcdd321 100644
--- a/drivers/i2c/busses/Kconfig
+++ b/drivers/i2c/busses/Kconfig
@@ -385,7 +385,7 @@ config I2C_CPM
 
 config I2C_DAVINCI
 	tristate "DaVinci I2C driver"
-	depends on ARCH_DAVINCI
+	depends on ARCH_DAVINCI || ARCH_KEYSTONE
 	help
 	  Support for TI DaVinci I2C controller driver.
 
-- 
1.7.9.5




More information about the linux-arm-kernel mailing list