aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dma/Kconfig
diff options
context:
space:
mode:
authorRichard Röjfors <richard.rojfors@pelagicore.com>2010-03-25 14:44:21 -0400
committerDan Williams <dan.j.williams@intel.com>2010-03-25 20:18:43 -0400
commitde5d4453c5b224eefd02b6a141ed411a76d458af (patch)
tree2c208ec52e52363b1f403b82b570b843e98d1384 /drivers/dma/Kconfig
parent84c8447c544bc7579097649273bc3f4e1b5de6af (diff)
dma: Add timb-dma
Adds the support for the DMA engine withing the timberdale FPGA. The DMA channels are strict device to host, or host to device and can not be used for generic memcpy. Signed-off-by: Richard Röjfors <richard.rojfors@pelagicore.com> Signed-off-by: Dan Williams <dan.j.williams@intel.com>
Diffstat (limited to 'drivers/dma/Kconfig')
-rw-r--r--drivers/dma/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/dma/Kconfig b/drivers/dma/Kconfig
index c27f80e5d531..a2fcb2ead892 100644
--- a/drivers/dma/Kconfig
+++ b/drivers/dma/Kconfig
@@ -149,6 +149,13 @@ config AMCC_PPC440SPE_ADMA
149 help 149 help
150 Enable support for the AMCC PPC440SPe RAID engines. 150 Enable support for the AMCC PPC440SPe RAID engines.
151 151
152config TIMB_DMA
153 tristate "Timberdale FPGA DMA support"
154 depends on MFD_TIMBERDALE || HAS_IOMEM
155 select DMA_ENGINE
156 help
157 Enable support for the Timberdale FPGA DMA engine.
158
152config ARCH_HAS_ASYNC_TX_FIND_CHANNEL 159config ARCH_HAS_ASYNC_TX_FIND_CHANNEL
153 bool 160 bool
154 161