aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dma
diff options
context:
space:
mode:
authorVinod Koul <vinod.koul@linux.intel.com>2012-03-27 04:23:00 -0400
committerVinod Koul <vinod.koul@linux.intel.com>2012-03-27 12:16:21 -0400
commit5b2e02e401deb44e7f5befe19404d8b2688efea4 (patch)
tree2249cad0b117b8b70081d50c0764cf8758327db5 /drivers/dma
parent660cd0dd94eba5201c69cd10f2d2fefb52807fa8 (diff)
dmaengine: imx: fix the build failure on x86_64
commit 6bd081277ea0 "dmaengine: imx-dma: merge old dma-v1.c with imx-dma.c" removed the dependency in config for the imx dma driver, whereas it should depend on ARCH_MXS Signed-off-by: Vinod Koul <vinod.koul@linux.intel.com>
Diffstat (limited to 'drivers/dma')
-rw-r--r--drivers/dma/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/dma/Kconfig b/drivers/dma/Kconfig
index b4a53a0eeaf..34e48d905c2 100644
--- a/drivers/dma/Kconfig
+++ b/drivers/dma/Kconfig
@@ -230,6 +230,7 @@ config IMX_SDMA
230 230
231config IMX_DMA 231config IMX_DMA
232 tristate "i.MX DMA support" 232 tristate "i.MX DMA support"
233 depends on ARCH_MXC
233 select DMA_ENGINE 234 select DMA_ENGINE
234 help 235 help
235 Support the i.MX DMA engine. This engine is integrated into 236 Support the i.MX DMA engine. This engine is integrated into