aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/dma/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/dma/Kconfig b/drivers/dma/Kconfig
index 6c3692da2072..f2fefa327c35 100644
--- a/drivers/dma/Kconfig
+++ b/drivers/dma/Kconfig
@@ -378,6 +378,7 @@ config XILINX_VDMA
378config DMA_SUN6I 378config DMA_SUN6I
379 tristate "Allwinner A31 SoCs DMA support" 379 tristate "Allwinner A31 SoCs DMA support"
380 depends on MACH_SUN6I || COMPILE_TEST 380 depends on MACH_SUN6I || COMPILE_TEST
381 depends on RESET_CONTROLLER
381 select DMA_ENGINE 382 select DMA_ENGINE
382 select DMA_VIRTUAL_CHANNELS 383 select DMA_VIRTUAL_CHANNELS
383 help 384 help