summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosh Boyer <jwboyer@redhat.com>2013-08-05 11:13:57 -0400
committerJosh Boyer <jwboyer@redhat.com>2013-08-05 11:15:04 -0400
commit282ea30013787417a8ec0fe67b9ed790e547336a (patch)
tree85ed5cb5512bbfd9ece9b1be344143f9cd692813
parent849a6739138df5c35251202be4725ad2cbd7fddb (diff)
downloadkernel-282ea30013787417a8ec0fe67b9ed790e547336a.tar.gz
kernel-282ea30013787417a8ec0fe67b9ed790e547336a.tar.xz
kernel-282ea30013787417a8ec0fe67b9ed790e547336a.zip
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.
-rw-r--r--config-x86-generic2
1 files changed, 1 insertions, 1 deletions
diff --git a/config-x86-generic b/config-x86-generic
index f00827c2..98302843 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