projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9adad4d
)
i2c: davinci: Allow i2c driver available for keystone platforms
author
Santosh Shilimkar
<santosh.shilimkar@ti.com>
Thu, 25 Jul 2013 00:28:19 +0000
(20:28 -0400)
committer
Wolfram Sang
<wsa@the-dreams.de>
Thu, 15 Aug 2013 12:29:34 +0000
(14:29 +0200)
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>
drivers/i2c/busses/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/i2c/busses/Kconfig
b/drivers/i2c/busses/Kconfig
index dc6dea614abd68dca0e32f7d6948b9c8e40696ef..fcdd321f709ecb2f284c3afefce962a2b1a8a42c 100644
(file)
--- 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.