[kernel/f19] Build MEI_ME as a module.

Josh Boyer jwboyer at fedoraproject.org
Mon Aug 5 15:15:40 UTC 2013


commit 282ea30013787417a8ec0fe67b9ed790e547336a
Author: Josh Boyer <jwboyer at redhat.com>
Date:   Mon Aug 5 11:13:57 2013 -0400

    Build MEI_ME as a module.
    
    Upstream changed it to a module from an add-on option to the MEI driver.
    Build it as a module so that people can blacklist it because it's a piece
    of crap.

 config-x86-generic |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/config-x86-generic b/config-x86-generic
index f00827c..9830284 100644
--- a/config-x86-generic
+++ b/config-x86-generic
@@ -431,7 +431,7 @@ CONFIG_DRM_GMA3600=y
 CONFIG_RCU_FANOUT_LEAF=16
 
 CONFIG_INTEL_MEI=m
-CONFIG_INTEL_MEI_ME=y
+CONFIG_INTEL_MEI_ME=m
 
 # Maybe enable in debug kernels?
 # CONFIG_DEBUG_NMI_SELFTEST is not set


More information about the scm-commits mailing list