summaryrefslogtreecommitdiffstats
path: root/drivers/dma/Kconfig
diff options
context:
space:
mode:
authorRongjun Ying <Rongjun.Ying@csr.com>2011-10-27 19:22:39 -0700
committerVinod Koul <vinod.koul@linux.intel.com>2011-11-18 12:25:22 +0530
commitca21a146a45a179a2a7bc86d938a2fbf571a7510 (patch)
treecd0e029a9b29a083e8245ae6cf7aa01f6e1fd99f /drivers/dma/Kconfig
parentb14dab792dee3245b628e046d80a7fad5573fea6 (diff)
downloadlinux-ca21a146a45a179a2a7bc86d938a2fbf571a7510.tar.gz
linux-ca21a146a45a179a2a7bc86d938a2fbf571a7510.tar.xz
linux-ca21a146a45a179a2a7bc86d938a2fbf571a7510.zip
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/Kconfig7
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
help
Enable support for the Timberdale FPGA DMA engine.
+config SIRF_DMA
+ tristate "CSR SiRFprimaII DMA support"
+ depends on ARCH_PRIMA2
+ select DMA_ENGINE
+ help
+ Enable support for the CSR SiRFprimaII DMA engine.
+
config ARCH_HAS_ASYNC_TX_FIND_CHANNEL
bool