diff options
Diffstat (limited to 'drivers/dma/Kconfig')
-rw-r--r-- | drivers/dma/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/dma/Kconfig b/drivers/dma/Kconfig index faf30a4e642b..a874b6ec6650 100644 --- a/drivers/dma/Kconfig +++ b/drivers/dma/Kconfig | |||
@@ -416,6 +416,15 @@ config NBPFAXI_DMA | |||
416 | help | 416 | help |
417 | Support for "Type-AXI" NBPF DMA IPs from Renesas | 417 | Support for "Type-AXI" NBPF DMA IPs from Renesas |
418 | 418 | ||
419 | config IMG_MDC_DMA | ||
420 | tristate "IMG MDC support" | ||
421 | depends on MIPS || COMPILE_TEST | ||
422 | depends on MFD_SYSCON | ||
423 | select DMA_ENGINE | ||
424 | select DMA_VIRTUAL_CHANNELS | ||
425 | help | ||
426 | Enable support for the IMG multi-threaded DMA controller (MDC). | ||
427 | |||
419 | config DMA_ENGINE | 428 | config DMA_ENGINE |
420 | bool | 429 | bool |
421 | 430 | ||