From: Vinod Koul Date: Fri, 22 Jun 2012 04:59:53 +0000 (+0530) Subject: dmaengine: mmp_tdma: fix the arch dependency X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=49d57b5e588ce511bd826f5759aa2aebf322626b;p=linux-beck.git dmaengine: mmp_tdma: fix the arch dependency Reported-by: Stephen Rothwell Signed-off-by: Vinod Koul --- diff --git a/drivers/dma/Kconfig b/drivers/dma/Kconfig index 90fec0e0e8f5..d45cf1bcbde5 100644 --- a/drivers/dma/Kconfig +++ b/drivers/dma/Kconfig @@ -276,7 +276,7 @@ config DMA_SA11X0 config MMP_TDMA bool "MMP Two-Channel DMA support" - default ARCH_MMP + depends on ARCH_MMP select DMA_ENGINE help Support the MMP Two-Channel DMA engine.