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 daa4da281e5e..526ec77c7ba0 100644 --- a/drivers/dma/Kconfig +++ b/drivers/dma/Kconfig | |||
@@ -308,6 +308,15 @@ config DMA_JZ4740 | |||
308 | select DMA_ENGINE | 308 | select DMA_ENGINE |
309 | select DMA_VIRTUAL_CHANNELS | 309 | select DMA_VIRTUAL_CHANNELS |
310 | 310 | ||
311 | config K3_DMA | ||
312 | tristate "Hisilicon K3 DMA support" | ||
313 | depends on ARCH_HI3xxx | ||
314 | select DMA_ENGINE | ||
315 | select DMA_VIRTUAL_CHANNELS | ||
316 | help | ||
317 | Support the DMA engine for Hisilicon K3 platform | ||
318 | devices. | ||
319 | |||
311 | config DMA_ENGINE | 320 | config DMA_ENGINE |
312 | bool | 321 | bool |
313 | 322 | ||