diff options
author | Vinod Koul <vinod.koul@linux.intel.com> | 2012-03-27 13:53:00 +0530 |
---|---|---|
committer | Vinod Koul <vinod.koul@linux.intel.com> | 2012-03-27 21:46:21 +0530 |
commit | 5b2e02e401deb44e7f5befe19404d8b2688efea4 (patch) | |
tree | 2249cad0b117b8b70081d50c0764cf8758327db5 /drivers/dma/Kconfig | |
parent | 660cd0dd94eba5201c69cd10f2d2fefb52807fa8 (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/Kconfig')
-rw-r--r-- | drivers/dma/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/dma/Kconfig b/drivers/dma/Kconfig index b4a53a0eeaf2..34e48d905c27 100644 --- a/drivers/dma/Kconfig +++ b/drivers/dma/Kconfig @@ -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 |