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

wei.sern.chan at intel.com wei.sern.chan at intel.com
Tue May 20 03:39:45 PDT 2014


From: Sreeju Slevaraj <sreeju.armughanx.selvaraj at intel.com>

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 <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 | 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



More information about the linux-yocto mailing list