aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dma/Kconfig
diff options
context:
space:
mode:
authorRussell King <rmk+kernel@arm.linux.org.uk>2012-04-13 07:07:23 -0400
committerRussell King <rmk+kernel@arm.linux.org.uk>2012-07-01 09:15:21 -0400
commit50437bff7f7374f86837986f66e15e73a364f894 (patch)
tree60f2ed3601d374dcc1bf074265e5ab891a3dee55 /drivers/dma/Kconfig
parent6887a4131da3adaab011613776d865f4bcfb5678 (diff)
dmaengine: split out virtual channel DMA support from sa11x0 driver
Split the virtual slave channel DMA support from the sa11x0 driver so this code can be shared with other slave DMA engine drivers. Acked-by: Linus Walleij <linus.walleij@linaro.org> Tested-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'drivers/dma/Kconfig')
-rw-r--r--drivers/dma/Kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/dma/Kconfig b/drivers/dma/Kconfig
index aadeb5be9dba..eb2b60e8e1cb 100644
--- a/drivers/dma/Kconfig
+++ b/drivers/dma/Kconfig
@@ -255,6 +255,7 @@ config DMA_SA11X0
255 tristate "SA-11x0 DMA support" 255 tristate "SA-11x0 DMA support"
256 depends on ARCH_SA1100 256 depends on ARCH_SA1100
257 select DMA_ENGINE 257 select DMA_ENGINE
258 select DMA_VIRTUAL_CHANNELS
258 help 259 help
259 Support the DMA engine found on Intel StrongARM SA-1100 and 260 Support the DMA engine found on Intel StrongARM SA-1100 and
260 SA-1110 SoCs. This DMA engine can only be used with on-chip 261 SA-1110 SoCs. This DMA engine can only be used with on-chip
@@ -263,6 +264,9 @@ config DMA_SA11X0
263config DMA_ENGINE 264config DMA_ENGINE
264 bool 265 bool
265 266
267config DMA_VIRTUAL_CHANNELS
268 tristate
269
266comment "DMA Clients" 270comment "DMA Clients"
267 depends on DMA_ENGINE 271 depends on DMA_ENGINE
268 272