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)'
12 tristate "EDAC core system error reporting"
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'.
22 comment "Reporting subsystems"
29 This turns on debugging information for the entire EDAC
30 sub-system. You can insert module with "debug_level=x", current
31 there're four debug levels (x=0,1,2,3 from low to high).
32 Usually you should select 'N'.
35 tristate "Main Memory EDAC (Error Detection And Correction) reporting"
39 Some systems are able to detect and correct errors in main
40 memory. EDAC can report statistics on memory error
41 detection and correction (EDAC - or commonly referred to ECC
42 errors). EDAC will also try to decode where these errors
43 occurred so that a particular failing memory module can be
44 replaced. If unsure, select 'Y'.
48 tristate "AMD 76x (760, 762, 768)"
49 depends on EDAC_MM_EDAC && PCI
51 Support for error detection and correction on the AMD 76x
52 series of chipsets used with the Athlon processor.
55 tristate "Intel e7xxx (e7205, e7500, e7501, e7505)"
56 depends on EDAC_MM_EDAC && PCI
58 Support for error detection and correction on the Intel
59 E7205, E7500, E7501 and E7505 server chipsets.
62 tristate "Intel e752x (e7520, e7525, e7320)"
63 depends on EDAC_MM_EDAC && PCI
65 Support for error detection and correction on the Intel
66 E7520, E7525, E7320 server chipsets.
69 tristate "Intel 82875p (D82875P, E7210)"
70 depends on EDAC_MM_EDAC && PCI
72 Support for error detection and correction on the Intel
73 DP82785P and E7210 server chipsets.
76 tristate "Intel 82860"
77 depends on EDAC_MM_EDAC && PCI
79 Support for error detection and correction on the Intel
83 tristate "Radisys 82600 embedded chipset"
84 depends on EDAC_MM_EDAC
86 Support for error detection and correction on the Radisys
87 82600 embedded chipset.
90 prompt "Error detecting method"
95 bool "Poll for errors"
98 Poll the chipset periodically to detect errors.