Re: [PATCH 08/19] dma: MX3_IPU fix depends

From: Fabio Estevam
Date: Tue Dec 13 2011 - 07:48:05 EST


On Tue, Dec 13, 2011 at 4:31 AM, Eric BÃnard <eric@xxxxxxxxxx> wrote:
> ARCH_MX3 was removed in e760b5260d39113794da17c64cbd6e6311155b66
> thus preventing to select MX3_IPU, thus preventing IPU and display
> to work on i.MX3x SOC.
>
> Signed-off-by: Eric BÃnard <eric@xxxxxxxxxx>
> Cc: Sascha Hauer <kernel@xxxxxxxxxxxxxx>
> Cc: Vinod Koul <vinod.koul@xxxxxxxxx>
> Cc: Dan Williams <dan.j.williams@xxxxxxxxx>
> ---
> Âdrivers/dma/Kconfig | Â Â2 +-
> Â1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/drivers/dma/Kconfig b/drivers/dma/Kconfig
> index ab8f469..0b59fea 100644
> --- a/drivers/dma/Kconfig
> +++ b/drivers/dma/Kconfig
> @@ -124,7 +124,7 @@ config MV_XOR
>
> Âconfig MX3_IPU
> Â Â Â Âbool "MX3x Image Processing Unit support"
> - Â Â Â depends on ARCH_MX3
> + Â Â Â depends on SOC_IMX31 ||ÂSOC_IMX35
> Â Â Â Âselect DMA_ENGINE
> Â Â Â Âdefault y
> Â Â Â Âhelp

On this same file there is another reference to ARCH_MX3 in the
"config IMX_SDMA"
dependency.

Care to send a patch fixing both locations?

Regards,

Fabio Estevam
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/