mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-11-01 17:08:10 +00:00
ARM: keystone: Select TI_EDMA to be able to enable SPI driver
Select the TI EDMA to be able to enable SPI driver on Keystone SOCs. Keystone SOCs share the EDMA IP with other TI SOCs. Note that EDMA support hasn't been added and tested yet for Keystone SOC data(device tree), but building it, is harmless since driver like SPI already takes care of supporting non-dma mode in the absence of such data. Signed-off-by: Santosh Shilimkar <santosh.shilimkar@ti.com>
This commit is contained in:
parent
e7ed8b40e4
commit
700e262920
1 changed files with 1 additions and 0 deletions
|
@ -10,6 +10,7 @@ config ARCH_KEYSTONE
|
||||||
select ARCH_WANT_OPTIONAL_GPIOLIB
|
select ARCH_WANT_OPTIONAL_GPIOLIB
|
||||||
select ARM_ERRATA_798181 if SMP
|
select ARM_ERRATA_798181 if SMP
|
||||||
select COMMON_CLK_KEYSTONE
|
select COMMON_CLK_KEYSTONE
|
||||||
|
select TI_EDMA
|
||||||
help
|
help
|
||||||
Support for boards based on the Texas Instruments Keystone family of
|
Support for boards based on the Texas Instruments Keystone family of
|
||||||
SoCs.
|
SoCs.
|
||||||
|
|
Loading…
Reference in a new issue