[kernel] Disable NFC

Dave Jones davej at fedoraproject.org
Fri Jan 13 22:39:28 UTC 2012


commit afa8ecf43bd29a9e620d5e60da8e54cc440475dc
Author: Dave Jones <davej at redhat.com>
Date:   Fri Jan 13 17:39:23 2012 -0500

    Disable NFC

 config-generic |    6 +-----
 kernel.spec    |    3 +++
 2 files changed, 4 insertions(+), 5 deletions(-)
---
diff --git a/config-generic b/config-generic
index e12dafe..cb26857 100644
--- a/config-generic
+++ b/config-generic
@@ -1645,11 +1645,7 @@ CONFIG_BAYCOM_PAR=m
 CONFIG_BAYCOM_EPP=m
 CONFIG_YAM=m
 
-CONFIG_NFC=m
-CONFIG_PN544_NFC=m
-CONFIG_NFC_PN533=m
-CONFIG_NFC_WILINK=m
-CONFIG_NFC_NCI=m
+# CONFIG_NFC is not set
 
 #
 # IrDA (infrared) support
diff --git a/kernel.spec b/kernel.spec
index 37002aa..83c29fd 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -2318,6 +2318,9 @@ fi
 #                 ||     ||
 %changelog
 * Fri Jan 13 2012 Dave Jones <davej at redhat.com>
+- Disable NFC drivers.
+
+* Fri Jan 13 2012 Dave Jones <davej at redhat.com>
 - Enable CONFIG_X86_BOOTPARAM_MEMORY_CORRUPTION_CHECK
   (On by default in rawhide/-debug)
 


More information about the scm-commits mailing list