diff options
author | Josh Boyer <jwboyer@redhat.com> | 2013-08-05 11:13:57 -0400 |
---|---|---|
committer | Josh Boyer <jwboyer@redhat.com> | 2013-08-05 11:13:57 -0400 |
commit | 8eada26de5717b8035f896b7d4dab676c41d95a5 (patch) | |
tree | 669e14acf06b9317e30fbc9c13fc4c80b1ef8322 | |
parent | ebebb8f64c095602a07bf2715891854ec88f4f14 (diff) | |
download | kernel-8eada26de5717b8035f896b7d4dab676c41d95a5.tar.gz kernel-8eada26de5717b8035f896b7d4dab676c41d95a5.tar.xz kernel-8eada26de5717b8035f896b7d4dab676c41d95a5.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-generic | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config-x86-generic b/config-x86-generic index 46314abec..70125c7c2 100644 --- a/config-x86-generic +++ b/config-x86-generic @@ -438,7 +438,7 @@ CONFIG_DRM_GMA3600=y CONFIG_RCU_FANOUT_LEAF=16 CONFIG_INTEL_MEI=m -CONFIG_INTEL_MEI_ME=y +CONFIG_INTEL_MEI_ME=m CONFIG_NFC_MEI_PHY=m CONFIG_NFC_PN544_MEI=m |