diff options
author | Vinod Koul <vinod.koul@linux.intel.com> | 2012-06-22 10:29:53 +0530 |
---|---|---|
committer | Vinod Koul <vinod.koul@linux.intel.com> | 2012-06-23 13:14:17 +0530 |
commit | 49d57b5e588ce511bd826f5759aa2aebf322626b (patch) | |
tree | adf82347ed8226d1c02740d2d23f1cf07d1d03a3 /drivers/dma/Kconfig | |
parent | 3f9362078b101bd57bfed635e49c8ecb8b6d465d (diff) | |
download | linux-49d57b5e588ce511bd826f5759aa2aebf322626b.tar.gz linux-49d57b5e588ce511bd826f5759aa2aebf322626b.tar.bz2 linux-49d57b5e588ce511bd826f5759aa2aebf322626b.zip |
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/Kconfig | 2 |
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. |