forked from Minki/linux
700e262920
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>
17 lines
413 B
Plaintext
17 lines
413 B
Plaintext
config ARCH_KEYSTONE
|
|
bool "Texas Instruments Keystone Devices"
|
|
depends on ARCH_MULTI_V7
|
|
select CPU_V7
|
|
select ARM_GIC
|
|
select HAVE_ARM_ARCH_TIMER
|
|
select HAVE_SMP
|
|
select CLKSRC_MMIO
|
|
select GENERIC_CLOCKEVENTS
|
|
select ARCH_WANT_OPTIONAL_GPIOLIB
|
|
select ARM_ERRATA_798181 if SMP
|
|
select COMMON_CLK_KEYSTONE
|
|
select TI_EDMA
|
|
help
|
|
Support for boards based on the Texas Instruments Keystone family of
|
|
SoCs.
|