From: Sreeju Slevaraj <[email protected]> Changing the flag of this CONFIG_INTEL_MEI_ME and CONFIG_INTEL_MEI from built-in to as module driver. As some BIOS has broken MEI firmware.
Signed-off-by: Sreeju Slevaraj <[email protected]> Signed-off-by: Chan Wei Sern <[email protected]> --- meta/cfg/kernel-cache/features/amt/mei/mei.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/cfg/kernel-cache/features/amt/mei/mei.cfg b/meta/cfg/kernel-cache/features/amt/mei/mei.cfg index 313084b..3195218 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 -CONFIG_INTEL_MEI_ME=y +CONFIG_INTEL_MEI=m +CONFIG_INTEL_MEI_ME=m -- 1.9.1 -- _______________________________________________ linux-yocto mailing list [email protected] https://lists.yoctoproject.org/listinfo/linux-yocto
