3 # Copyright (c) 2003 Linux Networx
4 # Licensed and distributed under the GPL
6 # $Id: Kconfig,v 1.4.2.7 2005/07/08 22:05:38 dsp_llnl Exp $
9 menu 'EDAC - error detection and reporting (RAS) (EXPERIMENTAL)'
13 tristate "EDAC core system error reporting (EXPERIMENTAL)"
14 depends on X86 && EXPERIMENTAL
16 EDAC is designed to report errors in the core system.
17 These are low-level errors that are reported in the CPU or
18 supporting chipset: memory errors, cache errors, PCI errors,
19 thermal throttling, etc.. If unsure, select 'Y'.
21 If this code is reporting problems on your system, please
22 see the EDAC project web pages for more information at:
24 <http://bluesmoke.sourceforge.net/>
28 <http://buttersideup.com/edacwiki>
30 There is also a mailing list for the EDAC project, which can
31 be found via the sourceforge page.
34 comment "Reporting subsystems"
41 This turns on debugging information for the entire EDAC
42 sub-system. You can insert module with "debug_level=x", current
43 there're four debug levels (x=0,1,2,3 from low to high).
44 Usually you should select 'N'.
47 tristate "Main Memory EDAC (Error Detection And Correction) reporting"
51 Some systems are able to detect and correct errors in main
52 memory. EDAC can report statistics on memory error
53 detection and correction (EDAC - or commonly referred to ECC
54 errors). EDAC will also try to decode where these errors
55 occurred so that a particular failing memory module can be
56 replaced. If unsure, select 'Y'.
60 tristate "AMD 76x (760, 762, 768)"
61 depends on EDAC_MM_EDAC && PCI && X86_32
63 Support for error detection and correction on the AMD 76x
64 series of chipsets used with the Athlon processor.
67 tristate "Intel e7xxx (e7205, e7500, e7501, e7505)"
68 depends on EDAC_MM_EDAC && PCI && X86_32
70 Support for error detection and correction on the Intel
71 E7205, E7500, E7501 and E7505 server chipsets.
74 tristate "Intel e752x (e7520, e7525, e7320)"
75 depends on EDAC_MM_EDAC && PCI && X86 && HOTPLUG
77 Support for error detection and correction on the Intel
78 E7520, E7525, E7320 server chipsets.
81 tristate "Intel 82875p (D82875P, E7210)"
82 depends on EDAC_MM_EDAC && PCI && X86_32
84 Support for error detection and correction on the Intel
85 DP82785P and E7210 server chipsets.
88 tristate "Intel 82860"
89 depends on EDAC_MM_EDAC && PCI && X86_32
91 Support for error detection and correction on the Intel
95 tristate "Radisys 82600 embedded chipset"
96 depends on EDAC_MM_EDAC && PCI && X86_32
98 Support for error detection and correction on the Radisys
99 82600 embedded chipset.
102 prompt "Error detecting method"
107 bool "Poll for errors"
110 Poll the chipset periodically to detect errors.