diff options
author | Alexandre Bailon <abailon@baylibre.com> | 2017-01-30 18:49:20 +0100 |
---|---|---|
committer | Vinod Koul <vinod.koul@intel.com> | 2017-03-07 13:42:27 +0530 |
commit | e3fa49acf00a6db3bfdee725ac5d688dd98dc2c9 (patch) | |
tree | 2769a23f3fb97f16a860389f1e12fd8c1f204c83 /drivers/dma/Kconfig | |
parent | d567206e478f744f90b52f80b85debc3377ea5a0 (diff) | |
download | linux-e3fa49acf00a6db3bfdee725ac5d688dd98dc2c9.tar.bz2 |
dmaengine: cppi41: Add support of DA8xx to CPPI 4.1
The DA8xx has a CPPI 4.1 DMA controller.
This is add the glue layer required to make it work on DA8xx.
Signed-off-by: Alexandre Bailon <abailon@baylibre.com>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
Diffstat (limited to 'drivers/dma/Kconfig')
-rw-r--r-- | drivers/dma/Kconfig | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/dma/Kconfig b/drivers/dma/Kconfig index d01d59812cf3..fc3435c5240b 100644 --- a/drivers/dma/Kconfig +++ b/drivers/dma/Kconfig @@ -514,12 +514,12 @@ config TIMB_DMA Enable support for the Timberdale FPGA DMA engine. config TI_CPPI41 - tristate "AM33xx CPPI41 DMA support" - depends on ARCH_OMAP + tristate "CPPI 4.1 DMA support" + depends on (ARCH_OMAP || ARCH_DAVINCI_DA8XX) select DMA_ENGINE help The Communications Port Programming Interface (CPPI) 4.1 DMA engine - is currently used by the USB driver on AM335x platforms. + is currently used by the USB driver on AM335x and DA8xx platforms. config TI_DMA_CROSSBAR bool |