On Mon, May 24, 2010 at 10:24 AM, Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx> wrote: ..... > Caused by commit 0376653c268fce662831fbd109ce9811b25c16c2 ("DMA: PL330: > Add dma api driver"). Maybe this depends on a particular architecture? This driver is for any platform that has the ARM's Primcell DMAC PL330. So there is no dependency on ARCH_xxxx Any platform with such a DMAC should select PL330 and this driver had better be build depending upon PL330 rather than selecting PL330. Something like... config PL330_DMA tristate "DMA API Driver for PL330" select DMA_ENGINE - select PL330 + depends on PL330 help Select if your platform has one or more PL330 DMACs. You need to provide platform specific settings via platform_data for a dma-pl330 device. I am not aware of how such issues are fixed at this stage, please let me know what is expected of me. Regards. -- To unsubscribe from this list: send the line "unsubscribe linux-next" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html