diff options
author | Linus Walleij <linus.walleij@stericsson.com> | 2009-11-19 13:49:17 -0500 |
---|---|---|
committer | Dan Williams <dan.j.williams@intel.com> | 2009-11-20 01:45:19 -0500 |
commit | 61f135b92f4758bc4d4767cd0a5d2da954e27f14 (patch) | |
tree | 388fdc08150e2f8fcb2859f70ca67cdd86616f36 /drivers/dma/Kconfig | |
parent | b419148e567728f6af0c3b01965c1cc141e3e13a (diff) |
Add COH 901 318 DMA block driver v5
This patch adds support for the ST-Ericsson COH 901 318 DMA block,
found in the U300 series platforms. It registers a DMA slave for
device I/O and also a memcpy slave for memcpy.
Signed-off-by: Linus Walleij <linus.walleij@stericsson.com>
Acked-by: Maciej Sosnowski <maciej.sosnowski@intel.com>
Signed-off-by: Dan Williams <dan.j.williams@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 5903a88351bf..24cdd20fe462 100644 --- a/drivers/dma/Kconfig +++ b/drivers/dma/Kconfig | |||
@@ -109,6 +109,13 @@ config SH_DMAE | |||
109 | help | 109 | help |
110 | Enable support for the Renesas SuperH DMA controllers. | 110 | Enable support for the Renesas SuperH DMA controllers. |
111 | 111 | ||
112 | config COH901318 | ||
113 | bool "ST-Ericsson COH901318 DMA support" | ||
114 | select DMA_ENGINE | ||
115 | depends on ARCH_U300 | ||
116 | help | ||
117 | Enable support for ST-Ericsson COH 901 318 DMA. | ||
118 | |||
112 | config DMA_ENGINE | 119 | config DMA_ENGINE |
113 | bool | 120 | bool |
114 | 121 | ||