Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

dma: MX3_IPU fix depends

ARCH_MX3 was removed in commit a89cf59 :
"arm/imx: merge i.MX3 and i.MX6"
thus preventing to select MX3_IPU, thus preventing IPU and display
to work on i.MX3x SOC.
i.MX SDMA support is also affected.

Signed-off-by: Eric Bénard <eric@eukrea.com>
Cc: Sascha Hauer <kernel@pengutronix.de>
Cc: Vinod Koul <vinod.koul@intel.com>
Cc: Dan Williams <dan.j.williams@intel.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>

authored by

Eric Bénard and committed by
Sascha Hauer
eb444fee 83f25062

+2 -2
+2 -2
drivers/dma/Kconfig
··· 124 124 125 125 config MX3_IPU 126 126 bool "MX3x Image Processing Unit support" 127 - depends on ARCH_MX3 127 + depends on SOC_IMX31 || SOC_IMX35 128 128 select DMA_ENGINE 129 129 default y 130 130 help ··· 216 216 217 217 config IMX_SDMA 218 218 tristate "i.MX SDMA support" 219 - depends on ARCH_MX25 || ARCH_MX3 || ARCH_MX5 219 + depends on ARCH_MX25 || SOC_IMX31 || SOC_IMX35 || ARCH_MX5 220 220 select DMA_ENGINE 221 221 help 222 222 Support the i.MX SDMA engine. This engine is integrated into