diff options
| author | Vinod Koul <vinod.koul@linux.intel.com> | 2012-03-27 04:23:00 -0400 |
|---|---|---|
| committer | Vinod Koul <vinod.koul@linux.intel.com> | 2012-03-27 12:16:21 -0400 |
| commit | 5b2e02e401deb44e7f5befe19404d8b2688efea4 (patch) | |
| tree | 2249cad0b117b8b70081d50c0764cf8758327db5 | |
| 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>
| -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 | |||
| 230 | 230 | ||
| 231 | config IMX_DMA | 231 | config 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 |
