summaryrefslogtreecommitdiffstats
path: root/drivers/dma/Makefile
diff options
context:
space:
mode:
authorSylvain Lemieux <slemieux@tycoint.com>2015-08-10 08:16:31 -0400
committerTom Rini <trini@konsulko.com>2015-08-18 13:45:55 -0400
commit980db8ca43066dc094517df01fe560ccac87ecfb (patch)
treea213600492c3a924871932e97c945e1bc0f60c04 /drivers/dma/Makefile
parent952bd79b53f002740634977edfc0c4d744908032 (diff)
downloadtalos-obmc-uboot-980db8ca43066dc094517df01fe560ccac87ecfb.tar.gz
talos-obmc-uboot-980db8ca43066dc094517df01fe560ccac87ecfb.zip
dma: lpc32xx: add DMA driver
Incorporate DMA driver from legacy LPCLinux NXP BSP. The files taken from the legacy patch are: - lpc32xx DMA driver - lpc3250 header file DMA registers definition. The legacy driver was updated and clean-up as part of the integration with the latest u-boot. Signed-off-by: Sylvain Lemieux <slemieux@tycoint.com> Acked-by: Marek Vasut <marex@denx.de> Tested-by: Vladimir Zapolskiy <vz@mleia.com>
Diffstat (limited to 'drivers/dma/Makefile')
-rw-r--r--drivers/dma/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/dma/Makefile b/drivers/dma/Makefile
index 4c8fcc2575..f95fe70a99 100644
--- a/drivers/dma/Makefile
+++ b/drivers/dma/Makefile
@@ -10,3 +10,4 @@ obj-$(CONFIG_APBH_DMA) += apbh_dma.o
obj-$(CONFIG_FSL_DMA) += fsl_dma.o
obj-$(CONFIG_TI_KSNAV) += keystone_nav.o keystone_nav_cfg.o
obj-$(CONFIG_TI_EDMA3) += ti-edma3.o
+obj-$(CONFIG_DMA_LPC32XX) += lpc32xx_dma.o
OpenPOWER on IntegriCloud