diff options
| author | Santosh Shilimkar <santosh.shilimkar@ti.com> | 2013-07-24 20:28:19 -0400 |
|---|---|---|
| committer | Wolfram Sang <wsa@the-dreams.de> | 2013-08-15 08:29:34 -0400 |
| commit | d654b5489eb4950cddf6d72a5c3a2fb1cab4f15b (patch) | |
| tree | b6b8571b1136778a5f2b0d44e22d35377b2d07a8 | |
| parent | 9adad4dfd121bb529ef028d3785310275ccbcc47 (diff) | |
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 <santosh.shilimkar@ti.com>
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
| -rw-r--r-- | drivers/i2c/busses/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
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 | |||
| 385 | 385 | ||
| 386 | config I2C_DAVINCI | 386 | config I2C_DAVINCI |
| 387 | tristate "DaVinci I2C driver" | 387 | tristate "DaVinci I2C driver" |
| 388 | depends on ARCH_DAVINCI | 388 | depends on ARCH_DAVINCI || ARCH_KEYSTONE |
| 389 | help | 389 | help |
| 390 | Support for TI DaVinci I2C controller driver. | 390 | Support for TI DaVinci I2C controller driver. |
| 391 | 391 | ||
