Re: [PATCH] dma: pch_dma: Fix Kconfig dependencies

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Fri, 2014-05-16 at 16:17 +0200, Jean Delvare wrote:
> The pch_dma driver is for a companion chip to the Intel Atom E600
> series processors. These are 32-bit x86 processors so the driver is
> only needed on X86_32. Add COMPILE_TEST as an alternative, so that the
> driver can still be build-tested elsewhere.

X86_32 is not what you are thinking.

> 
> Signed-off-by: Jean Delvare <jdelvare@xxxxxxx>
> Cc: Dan Williams <dan.j.williams@xxxxxxxxx>
> Cc: Vinod Koul <vinod.koul@xxxxxxxxx>
> ---
>  drivers/dma/Kconfig |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> --- linux-3.15-rc5.orig/drivers/dma/Kconfig	2014-04-22 14:43:02.337390803 +0200
> +++ linux-3.15-rc5/drivers/dma/Kconfig	2014-05-16 16:10:59.443598968 +0200
> @@ -234,7 +234,7 @@ config PL330_DMA
>  
>  config PCH_DMA
>  	tristate "Intel EG20T PCH / LAPIS Semicon IOH(ML7213/ML7223/ML7831) DMA"
> -	depends on PCI && X86
> +	depends on PCI && (X86_32 || COMPILE_TEST)
>  	select DMA_ENGINE
>  	help
>  	  Enable support for Intel EG20T PCH DMA engine.
> 
> 


-- 
Andy Shevchenko <andriy.shevchenko@xxxxxxxxx>
Intel Finland Oy

--
To unsubscribe from this list: send the line "unsubscribe dmaengine" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html




[Index of Archives]     [Linux Kernel]     [Linux ARM (vger)]     [Linux ARM MSM]     [Linux Omap]     [Linux Arm]     [Linux Tegra]     [Fedora ARM]     [Linux for Samsung SOC]     [eCos]     [Linux PCI]     [Linux Fastboot]     [Gcc Help]     [Git]     [DCCP]     [IETF Announce]     [Security]     [Linux MIPS]     [Yosemite Campsites]

  Powered by Linux