[yocto] [meta-cgl][PATCH] kernel: Fix config warning for CONFIG_I2C_ALGOBIT

Adrian Dudau Adrian.Dudau at enea.com
Mon Oct 9 07:01:04 PDT 2017


merged now, sorry for the delay

--Adrian

________________________________________
From: yocto-bounces at yoctoproject.org <yocto-bounces at yoctoproject.org> on behalf of He Zhe <zhe.he at windriver.com>
Sent: Monday, October 9, 2017 11:31 AM
To: yocto at yoctoproject.org
Subject: Re: [yocto] [meta-cgl][PATCH] kernel: Fix config warning for CONFIG_I2C_ALGOBIT

Ping.

Zhe

On 2017年09月29日 14:10, zhe.he at windriver.com wrote:
> From: He Zhe <zhe.he at windriver.com>
>
> CONFIG_DRM in yocto-kernel-cache selects CONFIG_I2C_ALGOBIT as "y".
> Change CONFIG_I2C_ALGOBIT 00026-lm-sensors.cfg from "m" to "y" to
> avoid following config conflict.
>
> ---------- CONFIG_I2C_ALGOBIT -----------------
> Config: CONFIG_I2C_ALGOBIT
> From: /PATH/TO/i915.cfg /PATH/TO/00026-lm-sensors.cfg
> Requested value:  CONFIG_I2C_ALGOBIT=m
> Actual value:     CONFIG_I2C_ALGOBIT=y
>
> Signed-off-by: He Zhe <zhe.he at windriver.com>
> ---
>  meta-cgl-common/recipes-kernel/linux/files/cfg/00026-lm-sensors.cfg | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/meta-cgl-common/recipes-kernel/linux/files/cfg/00026-lm-sensors.cfg b/meta-cgl-common/recipes-kernel/linux/files/cfg/00026-lm-sensors.cfg
> index f28bdf6..71c4cad 100644
> --- a/meta-cgl-common/recipes-kernel/linux/files/cfg/00026-lm-sensors.cfg
> +++ b/meta-cgl-common/recipes-kernel/linux/files/cfg/00026-lm-sensors.cfg
> @@ -1,5 +1,5 @@
>  CONFIG_I2C_SMBUS=m
> -CONFIG_I2C_ALGOBIT=m
> +CONFIG_I2C_ALGOBIT=y
>  CONFIG_I2C_ALGOPCA=m
>  CONFIG_I2C_ALI1535=m
>  CONFIG_I2C_ALI1563=m

--
_______________________________________________
yocto mailing list
yocto at yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto



More information about the yocto mailing list