diff options
author | Maxime Ripard <maxime.ripard@free-electrons.com> | 2014-07-17 21:46:16 +0200 |
---|---|---|
committer | Vinod Koul <vinod.koul@intel.com> | 2014-07-25 18:14:58 +0530 |
commit | 555859308723d8d5b828304f5eb9281143fd86b5 (patch) | |
tree | 42a65ffdcaf22614ec6565ed5e8f703a9829d57c /drivers/dma/Makefile | |
parent | 3c677cc4605db1138518d0cd2de3900236607562 (diff) |
dmaengine: sun6i: Add driver for the Allwinner A31 DMA controller
The Allwinner A31 has a 16 channels DMA controller that it shares with the
newer A23. Although sharing some similarities with the DMA controller of the
older Allwinner SoCs, it's significantly different, I don't expect it to be
possible to share the driver for these two.
The A31 Controller is able to memory-to-memory or memory-to-device transfers on
the 16 channels in parallel.
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
Diffstat (limited to 'drivers/dma/Makefile')
-rw-r--r-- | drivers/dma/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/dma/Makefile b/drivers/dma/Makefile index aca5eb577d4..d08bd966da1 100644 --- a/drivers/dma/Makefile +++ b/drivers/dma/Makefile @@ -47,3 +47,4 @@ obj-$(CONFIG_MOXART_DMA) += moxart-dma.o obj-$(CONFIG_FSL_EDMA) += fsl-edma.o obj-$(CONFIG_QCOM_BAM_DMA) += qcom_bam_dma.o obj-y += xilinx/ +obj-$(CONFIG_DMA_SUN6I) += sun6i-dma.o |