diff options
author | Santosh Shilimkar <santosh.shilimkar@ti.com> | 2013-09-30 11:08:20 -0400 |
---|---|---|
committer | Santosh Shilimkar <santosh.shilimkar@ti.com> | 2013-10-10 19:52:18 -0400 |
commit | 700e26292016d723d03a21139de9d5d955d99716 (patch) | |
tree | e05a9a07d60173699021c59614880e13eca44af2 /arch/arm/mach-keystone/Kconfig | |
parent | e7ed8b40e417bf0c9c323427ec3ca702c7e249eb (diff) | |
download | op-kernel-dev-700e26292016d723d03a21139de9d5d955d99716.zip op-kernel-dev-700e26292016d723d03a21139de9d5d955d99716.tar.gz |
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>
Diffstat (limited to 'arch/arm/mach-keystone/Kconfig')
-rw-r--r-- | arch/arm/mach-keystone/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-keystone/Kconfig b/arch/arm/mach-keystone/Kconfig index d7c425d..f20c53e 100644 --- a/arch/arm/mach-keystone/Kconfig +++ b/arch/arm/mach-keystone/Kconfig @@ -10,6 +10,7 @@ config ARCH_KEYSTONE 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. |