![](https://secure.gravatar.com/avatar/ed118bd7c6b2395376385acafe922008.jpg?s=120&d=mm&r=g)
11 Jun
2009
11 Jun
'09
3:41 p.m.
Mark Brown a écrit :
Hrm, looking at the Kconfig in 2.6.30 the dw_dmac code has a hard dependency on AVR32 which is probably what's causing the trouble - I guess a patch will also be needed for that to enable AT91 support.
Yes indeed! On AT91 we don't have a specific dma which is called pdc. So basically I have put all the dma functions into if(cpu_is_ap7000()). But I am not sure this is the proper way of doing it...