[linux-yocto] [PATCH 5/5] mei.cfg: configure Intel MEI driver as module

Kamble, Nitin A nitin.a.kamble at intel.com
Thu May 15 10:58:07 PDT 2014


On 5/15/2014 12:22 PM, wei.sern.chan at intel.com wrote:
> From: Sreeju Slevaraj <sreeju.armughanx.selvaraj at intel.com>
>
> Changing the flag of this CONFIG_INTEL_MEI_ME from built-in
> to as module driver. As not all BIOS comes ready with
> AMT/MEI firmware.
>
> Signed-off-by: Sreeju Slevaraj <sreeju.armughanx.selvaraj at intel.com>
> Signed-off-by: Chan Wei Sern <wei.sern.chan at intel.com>
> ---
>   meta/cfg/kernel-cache/features/amt/mei/mei.cfg |    2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/meta/cfg/kernel-cache/features/amt/mei/mei.cfg b/meta/cfg/kernel-cache/features/amt/mei/mei.cfg
> index 313084b..3088128 100644
> --- a/meta/cfg/kernel-cache/features/amt/mei/mei.cfg
> +++ b/meta/cfg/kernel-cache/features/amt/mei/mei.cfg
> @@ -1,4 +1,4 @@
>   CONFIG_STAGING=y
>   CONFIG_WATCHDOG_CORE=y
>   CONFIG_INTEL_MEI=y
The CONFIG_INTEL_MEI also need to be converted to module.

Thanks,
Nitin


> -CONFIG_INTEL_MEI_ME=y
> +CONFIG_INTEL_MEI_ME=m



More information about the linux-yocto mailing list