From b1b2f89d3af114f4a1faa9f7e0c7cc2fb857a73a Mon Sep 17 00:00:00 2001 From: Tim Small Date: Thu, 9 Mar 2006 17:33:50 -0800 Subject: [PATCH] --- yaml --- r: 20960 b: refs/heads/master c: 57c432b54bc34f0afacda7d9da0528ee22e78dec h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/drivers/edac/Kconfig | 18 +++++++++++++++--- 2 files changed, 16 insertions(+), 4 deletions(-) diff --git a/[refs] b/[refs] index 2cbd507fa70e..eafbada0d13c 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 96567161de0ceed45cd2eb0e5380e3c797f5c0f4 +refs/heads/master: 57c432b54bc34f0afacda7d9da0528ee22e78dec diff --git a/trunk/drivers/edac/Kconfig b/trunk/drivers/edac/Kconfig index 18a455651121..52f3eb45d2b9 100644 --- a/trunk/drivers/edac/Kconfig +++ b/trunk/drivers/edac/Kconfig @@ -6,17 +6,29 @@ # $Id: Kconfig,v 1.4.2.7 2005/07/08 22:05:38 dsp_llnl Exp $ # -menu 'EDAC - error detection and reporting (RAS)' +menu 'EDAC - error detection and reporting (RAS) (EXPERIMENTAL)' config EDAC - tristate "EDAC core system error reporting" - depends on X86 + tristate "EDAC core system error reporting (EXPERIMENTAL)" + depends on X86 && EXPERIMENTAL help EDAC is designed to report errors in the core system. These are low-level errors that are reported in the CPU or supporting chipset: memory errors, cache errors, PCI errors, thermal throttling, etc.. If unsure, select 'Y'. + If this code is reporting problems on your system, please + see the EDAC project web pages for more information at: + + + + and: + + + + There is also a mailing list for the EDAC project, which can + be found via the sourceforge page. + comment "Reporting subsystems" depends on EDAC