Commit a431cbaf authored by Vinod Koul's avatar Vinod Koul

Merge branch 'topic/altera' into for-linus

parents a702e47e 6084fc2e
...@@ -56,6 +56,12 @@ config DMA_OF ...@@ -56,6 +56,12 @@ config DMA_OF
select DMA_ENGINE select DMA_ENGINE
#devices #devices
config ALTERA_MSGDMA
tristate "Altera / Intel mSGDMA Engine"
select DMA_ENGINE
help
Enable support for Altera / Intel mSGDMA controller.
config AMBA_PL08X config AMBA_PL08X
bool "ARM PrimeCell PL080 or PL081 support" bool "ARM PrimeCell PL080 or PL081 support"
depends on ARM_AMBA depends on ARM_AMBA
......
...@@ -12,6 +12,7 @@ obj-$(CONFIG_DMA_OF) += of-dma.o ...@@ -12,6 +12,7 @@ obj-$(CONFIG_DMA_OF) += of-dma.o
obj-$(CONFIG_DMATEST) += dmatest.o obj-$(CONFIG_DMATEST) += dmatest.o
#devices #devices
obj-$(CONFIG_ALTERA_MSGDMA) += altera-msgdma.o
obj-$(CONFIG_AMBA_PL08X) += amba-pl08x.o obj-$(CONFIG_AMBA_PL08X) += amba-pl08x.o
obj-$(CONFIG_AMCC_PPC440SPE_ADMA) += ppc4xx/ obj-$(CONFIG_AMCC_PPC440SPE_ADMA) += ppc4xx/
obj-$(CONFIG_AT_HDMAC) += at_hdmac.o obj-$(CONFIG_AT_HDMAC) += at_hdmac.o
......
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment