commit | 49d57b5e588ce511bd826f5759aa2aebf322626b | [log] [tgz] |
---|---|---|
author | Vinod Koul <vinod.koul@linux.intel.com> | Fri Jun 22 10:29:53 2012 +0530 |
committer | Vinod Koul <vinod.koul@linux.intel.com> | Sat Jun 23 13:14:17 2012 +0530 |
tree | adf82347ed8226d1c02740d2d23f1cf07d1d03a3 | |
parent | 3f9362078b101bd57bfed635e49c8ecb8b6d465d [diff] |
dmaengine: mmp_tdma: fix the arch dependency Reported-by: Stephen Rothwell <sfr@canb.auug.org.au> Signed-off-by: Vinod Koul <vinod.koul@linux.intel.com>
diff --git a/drivers/dma/Kconfig b/drivers/dma/Kconfig index 90fec0e..d45cf1b 100644 --- a/drivers/dma/Kconfig +++ b/drivers/dma/Kconfig
@@ -276,7 +276,7 @@ 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.