diff options
author | Linus Walleij <linus.walleij@stericsson.com> | 2010-03-30 09:33:42 -0400 |
---|---|---|
committer | Dan Williams <dan.j.williams@intel.com> | 2010-04-14 17:49:20 -0400 |
commit | 8d318a50b3d72e3daf94131f91e1ab799a8d5ad4 (patch) | |
tree | ae36452931d2e836f725b3f91eebd7f4d9e27589 /drivers/dma/Kconfig | |
parent | 6a3cd3ea48584d14f60dce0b3c4e9e4428beb0fe (diff) |
DMAENGINE: Support for ST-Ericssons DMA40 block v3
This is a straightforward driver for the ST-Ericsson DMA40 DMA
controller found in U8500, implemented akin to the existing
COH 901 318 driver.
Signed-off-by: Linus Walleij <linus.walleij@stericsson.com>
Acked-by: Srinidh Kasagar <srinidhi.kasagar@stericsson.com>
Cc: STEricsson_nomadik_linux@list.st.com
Cc: Alessandro Rubini <rubini@unipv.it>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
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 a2fcb2ead892..1b8877922fb0 100644 --- a/drivers/dma/Kconfig +++ b/drivers/dma/Kconfig | |||
@@ -141,6 +141,13 @@ config COH901318 | |||
141 | help | 141 | help |
142 | Enable support for ST-Ericsson COH 901 318 DMA. | 142 | Enable support for ST-Ericsson COH 901 318 DMA. |
143 | 143 | ||
144 | config STE_DMA40 | ||
145 | bool "ST-Ericsson DMA40 support" | ||
146 | depends on ARCH_U8500 | ||
147 | select DMA_ENGINE | ||
148 | help | ||
149 | Support for ST-Ericsson DMA40 controller | ||
150 | |||
144 | config AMCC_PPC440SPE_ADMA | 151 | config AMCC_PPC440SPE_ADMA |
145 | tristate "AMCC PPC440SPe ADMA support" | 152 | tristate "AMCC PPC440SPe ADMA support" |
146 | depends on 440SPe || 440SP | 153 | depends on 440SPe || 440SP |