summaryrefslogtreecommitdiff
path: root/drivers/dma/Kconfig
diff options
context:
space:
mode:
authorVinod Koul <vinod.koul@linux.intel.com>2012-06-22 10:29:53 +0530
committerVinod Koul <vinod.koul@linux.intel.com>2012-06-23 13:14:17 +0530
commit49d57b5e588ce511bd826f5759aa2aebf322626b (patch)
treeadf82347ed8226d1c02740d2d23f1cf07d1d03a3 /drivers/dma/Kconfig
parent3f9362078b101bd57bfed635e49c8ecb8b6d465d (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>
Diffstat (limited to 'drivers/dma/Kconfig')
-rw-r--r--drivers/dma/Kconfig2
1 files changed, 1 insertions, 1 deletions
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.