diff options
author | Josh Boyer <jwboyer@redhat.com> | 2013-05-10 09:34:19 -0400 |
---|---|---|
committer | Josh Boyer <jwboyer@redhat.com> | 2013-05-10 09:34:19 -0400 |
commit | d96b81ac0626bd30f5349584d206a5031aaf865b (patch) | |
tree | d679bba6bd33a99159ab9b986f840e5e50c05873 /config-nodebug | |
parent | d937c7d4ce6dd808a44d72230c550643419e05e8 (diff) | |
download | kernel-d96b81ac0626bd30f5349584d206a5031aaf865b.tar.gz kernel-d96b81ac0626bd30f5349584d206a5031aaf865b.tar.xz kernel-d96b81ac0626bd30f5349584d206a5031aaf865b.zip |
Fix CONFIG_EDAC_DEBUG setting in debug kernels
Diffstat (limited to 'config-nodebug')
-rw-r--r-- | config-nodebug | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config-nodebug b/config-nodebug index 5b0d69558..5ff12b5bb 100644 --- a/config-nodebug +++ b/config-nodebug @@ -117,6 +117,6 @@ CONFIG_DEBUG_KMEMLEAK_DEFAULT_OFF=y # CONFIG_MAC80211_MESSAGE_TRACING is not set -# CONFIG_EDAC_DEBUG is not set +CONFIG_EDAC_DEBUG=y # CONFIG_SPI_DEBUG is not set |