From b58656e215f783ca2099e29ee58396122a8220c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Uwe=20Kleine-K=C3=B6nig?= Date: Mon, 18 Apr 2011 17:19:18 +0200 Subject: [PATCH 006/107] dmaengine: AT91SAM9X5 has a Atmel AHB DMA engine MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This change was part of a patch provided (non-publically) by Atmel. I split it off because it was unrelated to the commit log and the other changes in that commit. Signed-off-by: Uwe Kleine-König --- drivers/dma/Kconfig | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/dma/Kconfig b/drivers/dma/Kconfig index a572600..354fcfa 100644 --- a/drivers/dma/Kconfig +++ b/drivers/dma/Kconfig @@ -91,7 +91,7 @@ config DW_DMAC config AT_HDMAC tristate "Atmel AHB DMA support" - depends on ARCH_AT91SAM9RL || ARCH_AT91SAM9G45 + depends on ARCH_AT91SAM9RL || ARCH_AT91SAM9G45 || ARCH_AT91SAM9X5 select DMA_ENGINE help Support the Atmel AHB DMA controller. This can be integrated in -- 1.7.5.4