From: Ludovic Desroches Date: Thu, 13 Nov 2014 10:52:39 +0000 (+0100) Subject: dmaengine: at_xdmac: prefer usage of readl/writel_relaxed X-Git-Tag: omap-for-v3.20/drop-legacy-3517~61^2~5^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6e5ae29b6dbdb60ef60f769d7b80274d62e6fbcf;p=pandora-kernel.git dmaengine: at_xdmac: prefer usage of readl/writel_relaxed _relaxed version of readl and writel are not implemented on all architecture so COMPILE_TEST has to be removed in order to not cause some build failures. Signed-off-by: Ludovic Desroches Signed-off-by: Vinod Koul --- diff --git a/drivers/dma/Kconfig b/drivers/dma/Kconfig index 607271a999a9..8b6fb0f11007 100644 --- a/drivers/dma/Kconfig +++ b/drivers/dma/Kconfig @@ -109,7 +109,7 @@ config AT_HDMAC config AT_XDMAC tristate "Atmel XDMA support" - depends on (ARCH_AT91 || COMPILE_TEST) + depends on ARCH_AT91 select DMA_ENGINE help Support the Atmel XDMA controller. Reading git-diff-tree failed