diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2009-12-16 13:28:56 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2009-12-16 13:28:56 -0500 |
commit | 7949456b1b96924c2d9ae5aea5fa7d4c81c946ed (patch) | |
tree | 819e64dcd686c8b53c698c164aea96a002e8b5f8 /drivers/dma/Kconfig | |
parent | 60d9aa758c00f20ade0cb1951f6a934f628dd2d7 (diff) | |
parent | 12458ea06efd7b44281e68fe59c950ec7d59c649 (diff) |
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/async_tx
* 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/async_tx:
ppc440spe-adma: adds updated ppc440spe adma driver
iop-adma.c: use resource_size()
dmaengine: clarify the meaning of the DMA_CTRL_ACK flag
sh: stylistic improvements for the DMA driver
dmaengine: fix dmatest to verify minimum transfer length and test buffer size
sh: DMA driver has to specify its alignment requirements
Add COH 901 318 DMA block driver v5
Diffstat (limited to 'drivers/dma/Kconfig')
-rw-r--r-- | drivers/dma/Kconfig | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/drivers/dma/Kconfig b/drivers/dma/Kconfig index eb140ff38c27..e02d74b1e892 100644 --- a/drivers/dma/Kconfig +++ b/drivers/dma/Kconfig | |||
@@ -111,6 +111,24 @@ config SH_DMAE | |||
111 | help | 111 | help |
112 | Enable support for the Renesas SuperH DMA controllers. | 112 | Enable support for the Renesas SuperH DMA controllers. |
113 | 113 | ||
114 | config COH901318 | ||
115 | bool "ST-Ericsson COH901318 DMA support" | ||
116 | select DMA_ENGINE | ||
117 | depends on ARCH_U300 | ||
118 | help | ||
119 | Enable support for ST-Ericsson COH 901 318 DMA. | ||
120 | |||
121 | config AMCC_PPC440SPE_ADMA | ||
122 | tristate "AMCC PPC440SPe ADMA support" | ||
123 | depends on 440SPe || 440SP | ||
124 | select DMA_ENGINE | ||
125 | select ARCH_HAS_ASYNC_TX_FIND_CHANNEL | ||
126 | help | ||
127 | Enable support for the AMCC PPC440SPe RAID engines. | ||
128 | |||
129 | config ARCH_HAS_ASYNC_TX_FIND_CHANNEL | ||
130 | bool | ||
131 | |||
114 | config DMA_ENGINE | 132 | config DMA_ENGINE |
115 | bool | 133 | bool |
116 | 134 | ||