diff options
author | Florian Meier <florian.meier@koalo.de> | 2014-01-06 19:18:24 (GMT) |
---|---|---|
committer | Vinod Koul <vinod.koul@intel.com> | 2014-01-07 16:06:39 (GMT) |
commit | 96286b57669073e81870e33a3e5ce476433d115f (patch) | |
tree | 26a0f4ba89dd2b55db3f7fa48519f8c75b8923c6 /drivers/dma/Makefile | |
parent | 0adcdeed6f87ac7230c9a0364ac785b8e70ad275 (diff) | |
download | linux-96286b57669073e81870e33a3e5ce476433d115f.tar.xz |
dmaengine: Add support for BCM2835
Add support for DMA controller of BCM2835 as used in the Raspberry Pi.
Currently it only supports cyclic DMA.
Signed-off-by: Florian Meier <florian.meier@koalo.de>
Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.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 0ce2da9..0a6f08e 100644 --- a/drivers/dma/Makefile +++ b/drivers/dma/Makefile @@ -38,6 +38,7 @@ obj-$(CONFIG_EP93XX_DMA) += ep93xx_dma.o obj-$(CONFIG_DMA_SA11X0) += sa11x0-dma.o obj-$(CONFIG_MMP_TDMA) += mmp_tdma.o obj-$(CONFIG_DMA_OMAP) += omap-dma.o +obj-$(CONFIG_DMA_BCM2835) += bcm2835-dma.o obj-$(CONFIG_MMP_PDMA) += mmp_pdma.o obj-$(CONFIG_DMA_JZ4740) += dma-jz4740.o obj-$(CONFIG_TI_CPPI41) += cppi41.o |