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

wei.sern.chan at intel.com wei.sern.chan at intel.com
Thu May 15 12:22:37 PDT 2014


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
-CONFIG_INTEL_MEI_ME=y
+CONFIG_INTEL_MEI_ME=m
-- 
1.7.10.4



More information about the linux-yocto mailing list