summaryrefslogtreecommitdiff
path: root/arch/arm/mach-imx/include/mach/dma-mx1-mx2.h
AgeCommit message (Collapse)AuthorFilesLines
2012-10-15ARM: imx: remove mach/dma-mx1-mx2.hShawn Guo1-10/+0
The header mach/dma-mx1-mx2.h is used nowhere. Remove it. Signed-off-by: Shawn Guo <shawn.guo@linaro.org> Acked-by: Sascha Hauer <s.hauer@pengutronix.de> Acked-by: Arnd Bergmann <arnd@arndb.de>
2010-06-30ARM: imx: new Kconfig symbol and feature test macro for DMA on mx1 and mx2Uwe Kleine-König1-0/+10
This should be used instead of hard coding the corresponding platforms. The feature test macro is needed to support different SOCs in a single kernel image. While at it rename dma-mx1-mx2 to dma-v1 as mx25 doesn't use it and so the mx2 part is wrong and move the header to arch/arm/mach-imx. Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>