[kernel/f17] Make sure all -debug Kernels will have CONFIG_EDAC_DEBUG

mchehab mchehab at fedoraproject.org
Tue Oct 16 12:07:36 UTC 2012


commit f41e24298c972e83ee0a47f5e8f1a362dffef630
Author: Mauro Carvalho Chehab <mchehab at redhat.com>
Date:   Tue Oct 16 09:06:06 2012 -0300

    Make sure all -debug Kernels will have CONFIG_EDAC_DEBUG
    
    Due to the parsing logic, CONFIG_EDAC_DEBUG should be at
    config-nodebug, and not at config-*-generic, otherwise,
    this symbol will never be allowed, even geing at config-debug.
    
    Signed-off-by: Mauro Carvalho Chehab <mchehab at redhat.com>

 config-arm-generic     |    1 -
 config-nodebug         |    2 ++
 config-powerpc-generic |    1 -
 config-x86-generic     |    1 -
 4 files changed, 2 insertions(+), 3 deletions(-)
---
diff --git a/config-arm-generic b/config-arm-generic
index 6f1abe1..7a72101 100644
--- a/config-arm-generic
+++ b/config-arm-generic
@@ -258,7 +258,6 @@ CONFIG_RCU_FANOUT_LEAF=16
 CONFIG_EDAC=y
 CONFIG_EDAC_MM_EDAC=m
 CONFIG_EDAC_LEGACY_SYSFS=y
-# CONFIG_EDAC_DEBUG is not set
 
 CONFIG_RTC_DRV_88PM80X=m
 CONFIG_RTC_DRV_PL030=m
diff --git a/config-nodebug b/config-nodebug
index 5b41876..c471b85 100644
--- a/config-nodebug
+++ b/config-nodebug
@@ -112,3 +112,5 @@ CONFIG_DEBUG_KMEMLEAK_EARLY_LOG_SIZE=1024
 CONFIG_DEBUG_KMEMLEAK_DEFAULT_OFF=y
 
 # CONFIG_MAC80211_MESSAGE_TRACING is not set
+
+# CONFIG_EDAC_DEBUG is not set
diff --git a/config-powerpc-generic b/config-powerpc-generic
index 58c3393..a263acc 100644
--- a/config-powerpc-generic
+++ b/config-powerpc-generic
@@ -181,7 +181,6 @@ CONFIG_PMAC_APM_EMU=m
 CONFIG_HW_RANDOM_PASEMI=m
 
 CONFIG_EDAC=y
-# CONFIG_EDAC_DEBUG is not set
 CONFIG_EDAC_MM_EDAC=m
 CONFIG_EDAC_PASEMI=m
 CONFIG_EDAC_AMD8131=m
diff --git a/config-x86-generic b/config-x86-generic
index fe5a4b7..f523222 100644
--- a/config-x86-generic
+++ b/config-x86-generic
@@ -151,7 +151,6 @@ CONFIG_DELL_RBU=m
 CONFIG_DCDBAS=m
 
 CONFIG_EDAC=y
-# CONFIG_EDAC_DEBUG is not set
 CONFIG_EDAC_MM_EDAC=m
 CONFIG_EDAC_AMD76X=m
 CONFIG_EDAC_AMD8111=m


More information about the scm-commits mailing list