File tree Expand file tree Collapse file tree 4 files changed +1543
-0
lines changed Expand file tree Collapse file tree 4 files changed +1543
-0
lines changed Original file line number Diff line number Diff line change @@ -107,6 +107,13 @@ config AT_HDMAC
107107 help
108108 Support the Atmel AHB DMA controller.
109109
110+ config AT_XDMAC
111+ tristate "Atmel XDMA support"
112+ depends on (ARCH_AT91 || COMPILE_TEST)
113+ select DMA_ENGINE
114+ help
115+ Support the Atmel XDMA controller.
116+
110117config FSL_DMA
111118 tristate "Freescale Elo series DMA support"
112119 depends on FSL_SOC
Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ obj-$(CONFIG_PPC_BESTCOMM) += bestcomm/
1616obj-$(CONFIG_MV_XOR) += mv_xor.o
1717obj-$(CONFIG_DW_DMAC_CORE) += dw/
1818obj-$(CONFIG_AT_HDMAC) += at_hdmac.o
19+ obj-$(CONFIG_AT_XDMAC) += at_xdmac.o
1920obj-$(CONFIG_MX3_IPU) += ipu/
2021obj-$(CONFIG_TXX9_DMAC) += txx9dmac.o
2122obj-$(CONFIG_SH_DMAE_BASE) += sh/
You can’t perform that action at this time.
0 commit comments