Skip to content

Commit

Permalink
dma: let IMX_DMA depend on IMX_HAVE_DMA_V1 instead of an explicit lis…
Browse files Browse the repository at this point in the history
…t of SoCs

As a side effect this makes IMX_DMA selectable on i.MX21 again, because
the symbol ARCH_MX21 doesn't exist (MACH_MX21 would have been more correct).

Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: Dan Williams <dan.j.williams@intel.com>
  • Loading branch information
Uwe Kleine-König authored and Dan Williams committed Mar 22, 2011
1 parent a00ae34 commit 5b9a4f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/dma/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ config IMX_SDMA

config IMX_DMA
tristate "i.MX DMA support"
depends on ARCH_MX1 || ARCH_MX21 || MACH_MX27
depends on IMX_HAVE_DMA_V1
select DMA_ENGINE
help
Support the i.MX DMA engine. This engine is integrated into
Expand Down

0 comments on commit 5b9a4f9

Please sign in to comment.