From 05953f6713c3e93946786057e22e9962afa47ed9 Mon Sep 17 00:00:00 2001 From: Mauro Carvalho Chehab Date: Tue, 16 Oct 2012 22:52:03 -0300 Subject: Fix i82975x_edac (BZ#848149) This driver was soooo broken that I needed to rewrote the entire logic for memory identification and for memory error report. While here, enable EDAC_DEBUG, on debug kernels. Signed-off-by: Mauro Carvalho Chehab --- config-debug | 2 ++ 1 file changed, 2 insertions(+) (limited to 'config-debug') diff --git a/config-debug b/config-debug index db0aa6d4e..e1b3f9db2 100644 --- a/config-debug +++ b/config-debug @@ -112,3 +112,5 @@ CONFIG_DEBUG_KMEMLEAK_EARLY_LOG_SIZE=1024 CONFIG_DEBUG_KMEMLEAK_DEFAULT_OFF=y CONFIG_MAC80211_MESSAGE_TRACING=y + +CONFIG_EDAC_DEBUG=y -- cgit