diff options
Diffstat (limited to 'drivers/dma/Kconfig')
-rw-r--r-- | drivers/dma/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/dma/Kconfig b/drivers/dma/Kconfig index 9520cf02edc8..f82ef10a8361 100644 --- a/drivers/dma/Kconfig +++ b/drivers/dma/Kconfig | |||
@@ -49,6 +49,14 @@ config INTEL_MID_DMAC | |||
49 | config ASYNC_TX_DISABLE_CHANNEL_SWITCH | 49 | config ASYNC_TX_DISABLE_CHANNEL_SWITCH |
50 | bool | 50 | bool |
51 | 51 | ||
52 | config AMBA_PL08X | ||
53 | bool "ARM PrimeCell PL080 or PL081 support" | ||
54 | depends on ARM_AMBA && EXPERIMENTAL | ||
55 | select DMA_ENGINE | ||
56 | help | ||
57 | Platform has a PL08x DMAC device | ||
58 | which can provide DMA engine support | ||
59 | |||
52 | config INTEL_IOATDMA | 60 | config INTEL_IOATDMA |
53 | tristate "Intel I/OAT DMA support" | 61 | tristate "Intel I/OAT DMA support" |
54 | depends on PCI && X86 | 62 | depends on PCI && X86 |