Skip to content
Commit 6bf2af8c authored by Hein_Tibosch's avatar Hein_Tibosch Committed by Chris Ball
Browse files

mmc: atmel-mci: AP700x PDC is not connected to MCI



Earlier, atmel-mci was adapted to make use of the peripheral DMA
controller (PDC), in case normal DMA wouldn't work.
( http://comments.gmane.org/gmane.linux.kernel.mmc/9403 )

This works OK on ARM platforms (AT91), but it broke the driver
for AVR32, the AP700x.  Although the MCI has PDC support, the
connection is not done for AVR chips.

This patch makes the use of PDC depend on !CONFIG_AVR32.

Signed-off-by: default avatarHein Tibosch <hein_tibosch@yahoo.es>
Signed-off-by: default avatarChris Ball <cjb@laptop.org>
parent ccdfe612
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment