Skip to content

Commit

Permalink
dmaengine: imx: fix the build failure on x86_64
Browse files Browse the repository at this point in the history
commit 6bd0812 "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>
  • Loading branch information
Vinod Koul committed Mar 27, 2012
1 parent 660cd0d commit 5b2e02e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/dma/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,7 @@ config IMX_SDMA

config IMX_DMA
tristate "i.MX DMA support"
depends on ARCH_MXC
select DMA_ENGINE
help
Support the i.MX DMA engine. This engine is integrated into
Expand Down

0 comments on commit 5b2e02e

Please sign in to comment.