[linux-yocto] [PATCH] baytrail: Update DW_DMAC_PCI

Bruce Ashfield bruce.ashfield at windriver.com
Fri Mar 3 12:15:56 PST 2017


On 2017-03-02 04:23 PM, Saul Wold wrote:
> This address the following warning:
>
> From: /srv/sdb/releases/master/builds/4.9/tmp/work-shared/intel-corei7-64/kernel-source/.kernel-meta/configs/standard/intel/features/soc/baytrail/baytrail.cfg
> Requested value:  CONFIG_DW_DMAC_PCI=m
> Actual value:     CONFIG_DW_DMAC_PCI=y
>
> Config 'DW_DMAC_PCI' has the following conditionals:
>   PCI (value: y)
> Dependency values are:
>   PCI [y]

merged to 4.9, 4.10 and master. Let me know if it is needed
elsewhere.

Bruce

>
> Signed-off-by: Saul Wold <sgw at linux.intel.com>
> ---
>  features/soc/baytrail/baytrail.cfg | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/features/soc/baytrail/baytrail.cfg b/features/soc/baytrail/baytrail.cfg
> index 6b9ad27..ddcc9a4 100644
> --- a/features/soc/baytrail/baytrail.cfg
> +++ b/features/soc/baytrail/baytrail.cfg
> @@ -34,7 +34,7 @@ CONFIG_I2C_I801=y
>  CONFIG_SPI_PXA2XX=m
>
>  CONFIG_DW_DMAC=m
> -CONFIG_DW_DMAC_PCI=m
> +CONFIG_DW_DMAC_PCI=y
>
>  # USB Device Support
>  CONFIG_USB_GADGET=y
>



More information about the linux-yocto mailing list