From: Santosh Shilimkar Date: Thu, 25 Jul 2013 00:28:19 +0000 (-0400) Subject: i2c: davinci: Allow i2c driver available for keystone platforms X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=d654b5489eb4950cddf6d72a5c3a2fb1cab4f15b;p=sagit-ice-cold%2Fkernel_xiaomi_msm8998.git i2c: davinci: Allow i2c driver available for keystone platforms Keystone SOCs uses the same I2C IP as available on DaVinci SOCs. Update the config so that ARCH_KEYSTONE can use it. Signed-off-by: Santosh Shilimkar Signed-off-by: Wolfram Sang --- diff --git a/drivers/i2c/busses/Kconfig b/drivers/i2c/busses/Kconfig index dc6dea614abd..fcdd321f709e 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.