projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3b2f64d
)
spi: davinci: Update configs to make it selectable on Keystone
author
Santosh Shilimkar
<santosh.shilimkar@ti.com>
Thu, 25 Jul 2013 00:31:37 +0000
(20:31 -0400)
committer
Mark Brown
<broonie@linaro.org>
Thu, 25 Jul 2013 09:19:57 +0000
(10:19 +0100)
Keystone2 SOCs share the SPI IP block with DaVinci based SOCs. Update
the config bits so that its usable on Keystone2 based SOCs.
Signed-off-by: Santosh Shilimkar <santosh.shilimkar@ti.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
drivers/spi/Kconfig
patch
|
blob
|
blame
|
history
diff --git
a/drivers/spi/Kconfig
b/drivers/spi/Kconfig
index 89cbbabaff44c66771efc3f26b18e9b4565a4cc3..3858d6605518535516c059a5fdc98289e4ada776 100644
(file)
--- a/
drivers/spi/Kconfig
+++ b/
drivers/spi/Kconfig
@@
-151,7
+151,7
@@
config SPI_COLDFIRE_QSPI
config SPI_DAVINCI
tristate "Texas Instruments DaVinci/DA8x/OMAP-L/AM1x SoC SPI controller"
- depends on ARCH_DAVINCI
+ depends on ARCH_DAVINCI
|| ARCH_KEYSTONE
select SPI_BITBANG
select TI_EDMA
help