diff options
author | Rongjun Ying <Rongjun.Ying@csr.com> | 2011-10-27 22:22:39 -0400 |
---|---|---|
committer | Vinod Koul <vinod.koul@linux.intel.com> | 2011-11-18 01:55:22 -0500 |
commit | ca21a146a45a179a2a7bc86d938a2fbf571a7510 (patch) | |
tree | cd0e029a9b29a083e8245ae6cf7aa01f6e1fd99f /drivers/dma/Kconfig | |
parent | b14dab792dee3245b628e046d80a7fad5573fea6 (diff) |
dmaengine: add CSR SiRFprimaII DMAC driver
Cc: Jassi Brar <jaswinder.singh@linaro.org>
Cc: Arnd Bergmann <arnd@arndb.de>
Cc: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Rongjun Ying <rongjun.ying@csr.com>
Signed-off-by: Barry Song <Baohua.Song@csr.com>
[fixed direction enums and cyclic api based on changes
already merged]
Signed-off-by: Vinod Koul <vinod.koul@linux.intel.com>
Diffstat (limited to 'drivers/dma/Kconfig')
-rw-r--r-- | drivers/dma/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/dma/Kconfig b/drivers/dma/Kconfig index 7ec0d6cef0c3..f1a274994bb1 100644 --- a/drivers/dma/Kconfig +++ b/drivers/dma/Kconfig | |||
@@ -187,6 +187,13 @@ config TIMB_DMA | |||
187 | help | 187 | help |
188 | Enable support for the Timberdale FPGA DMA engine. | 188 | Enable support for the Timberdale FPGA DMA engine. |
189 | 189 | ||
190 | config SIRF_DMA | ||
191 | tristate "CSR SiRFprimaII DMA support" | ||
192 | depends on ARCH_PRIMA2 | ||
193 | select DMA_ENGINE | ||
194 | help | ||
195 | Enable support for the CSR SiRFprimaII DMA engine. | ||
196 | |||
190 | config ARCH_HAS_ASYNC_TX_FIND_CHANNEL | 197 | config ARCH_HAS_ASYNC_TX_FIND_CHANNEL |
191 | bool | 198 | bool |
192 | 199 | ||