Skip to content

Commit

Permalink
dma i.MX: remove individual SOC dependency
Browse files Browse the repository at this point in the history
The individual SoC dependency in Kconfig hardly scales anymore.
Instead of having such a fine grained dependency just depend
on ARCH_MXC and risk that the uninformed user has to look in
the help text to figure out which driver is the correct one.

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Cc: Vinod Koul <vinod.koul@intel.com>
Signed-off-by: Vinod Koul <vinod.koul@linux.intel.com>
  • Loading branch information
Sascha Hauer authored and Vinod Koul committed Nov 17, 2011
1 parent dbb0042 commit 8e2d41f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions drivers/dma/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ config MV_XOR

config MX3_IPU
bool "MX3x Image Processing Unit support"
depends on ARCH_MX3
depends on ARCH_MXC
select DMA_ENGINE
default y
help
Expand Down Expand Up @@ -216,11 +216,11 @@ config PCH_DMA

config IMX_SDMA
tristate "i.MX SDMA support"
depends on ARCH_MX25 || ARCH_MX3 || ARCH_MX5
depends on ARCH_MXC
select DMA_ENGINE
help
Support the i.MX SDMA engine. This engine is integrated into
Freescale i.MX25/31/35/51 chips.
Freescale i.MX25/31/35/51/53 chips.

config IMX_DMA
tristate "i.MX DMA support"
Expand Down

0 comments on commit 8e2d41f

Please sign in to comment.