diff options
| -rw-r--r-- | drivers/edac/Kconfig | 18 |
1 files changed, 15 insertions, 3 deletions
diff --git a/drivers/edac/Kconfig b/drivers/edac/Kconfig index 18a455651121..52f3eb45d2b9 100644 --- a/drivers/edac/Kconfig +++ b/drivers/edac/Kconfig | |||
| @@ -6,17 +6,29 @@ | |||
| 6 | # $Id: Kconfig,v 1.4.2.7 2005/07/08 22:05:38 dsp_llnl Exp $ | 6 | # $Id: Kconfig,v 1.4.2.7 2005/07/08 22:05:38 dsp_llnl Exp $ |
| 7 | # | 7 | # |
| 8 | 8 | ||
| 9 | menu 'EDAC - error detection and reporting (RAS)' | 9 | menu 'EDAC - error detection and reporting (RAS) (EXPERIMENTAL)' |
| 10 | 10 | ||
| 11 | config EDAC | 11 | config EDAC |
| 12 | tristate "EDAC core system error reporting" | 12 | tristate "EDAC core system error reporting (EXPERIMENTAL)" |
| 13 | depends on X86 | 13 | depends on X86 && EXPERIMENTAL |
| 14 | help | 14 | help |
| 15 | EDAC is designed to report errors in the core system. | 15 | EDAC is designed to report errors in the core system. |
| 16 | These are low-level errors that are reported in the CPU or | 16 | These are low-level errors that are reported in the CPU or |
| 17 | supporting chipset: memory errors, cache errors, PCI errors, | 17 | supporting chipset: memory errors, cache errors, PCI errors, |
| 18 | thermal throttling, etc.. If unsure, select 'Y'. | 18 | thermal throttling, etc.. If unsure, select 'Y'. |
| 19 | 19 | ||
| 20 | If this code is reporting problems on your system, please | ||
| 21 | see the EDAC project web pages for more information at: | ||
| 22 | |||
| 23 | <http://bluesmoke.sourceforge.net/> | ||
| 24 | |||
| 25 | and: | ||
| 26 | |||
| 27 | <http://buttersideup.com/edacwiki> | ||
| 28 | |||
| 29 | There is also a mailing list for the EDAC project, which can | ||
| 30 | be found via the sourceforge page. | ||
| 31 | |||
| 20 | 32 | ||
| 21 | comment "Reporting subsystems" | 33 | comment "Reporting subsystems" |
| 22 | depends on EDAC | 34 | depends on EDAC |
