Skip to content
Snippets Groups Projects
Commit 5b2e02e4 authored by Vinod Koul's avatar Vinod Koul
Browse files

dmaengine: imx: fix the build failure on x86_64


commit 6bd08127 "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: default avatarVinod Koul <vinod.koul@linux.intel.com>
parent 660cd0dd
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment