diff options
author | Vinod Koul <vinod.koul@linux.intel.com> | 2012-06-22 00:59:53 -0400 |
---|---|---|
committer | Vinod Koul <vinod.koul@linux.intel.com> | 2012-06-23 03:44:17 -0400 |
commit | 49d57b5e588ce511bd826f5759aa2aebf322626b (patch) | |
tree | adf82347ed8226d1c02740d2d23f1cf07d1d03a3 /drivers/dma | |
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>
Diffstat (limited to 'drivers/dma')
-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 | |||
276 | 276 | ||
277 | config MMP_TDMA | 277 | config MMP_TDMA |
278 | bool "MMP Two-Channel DMA support" | 278 | bool "MMP Two-Channel DMA support" |
279 | default ARCH_MMP | 279 | depends on ARCH_MMP |
280 | select DMA_ENGINE | 280 | select DMA_ENGINE |
281 | help | 281 | help |
282 | Support the MMP Two-Channel DMA engine. | 282 | Support the MMP Two-Channel DMA engine. |