drivers/edac: add info kconfig
[safe/jmp/linux-2.6] / drivers / edac / Kconfig
1 #
2 #       EDAC Kconfig
3 #       Copyright (c) 2003 Linux Networx
4 #       Licensed and distributed under the GPL
5 #
6 # $Id: Kconfig,v 1.4.2.7 2005/07/08 22:05:38 dsp_llnl Exp $
7 #
8
9 menuconfig EDAC
10         tristate "EDAC - error detection and reporting (EXPERIMENTAL)"
11         depends on HAS_IOMEM
12         depends on X86 && EXPERIMENTAL
13         help
14           EDAC is designed to report errors in the core system.
15           These are low-level errors that are reported in the CPU or
16           supporting chipset or other subsystems:
17           memory errors, cache errors, PCI errors, thermal throttling, etc..
18           If unsure, select 'Y'.
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
32 if EDAC
33
34 comment "Reporting subsystems"
35
36 config EDAC_DEBUG
37         bool "Debugging"
38         help
39           This turns on debugging information for the entire EDAC
40           sub-system. You can insert module with "debug_level=x", current
41           there're four debug levels (x=0,1,2,3 from low to high).
42           Usually you should select 'N'.
43
44 config EDAC_MM_EDAC
45         tristate "Main Memory EDAC (Error Detection And Correction) reporting"
46         default y
47         help
48           Some systems are able to detect and correct errors in main
49           memory.  EDAC can report statistics on memory error
50           detection and correction (EDAC - or commonly referred to ECC
51           errors).  EDAC will also try to decode where these errors
52           occurred so that a particular failing memory module can be
53           replaced.  If unsure, select 'Y'.
54
55
56 config EDAC_AMD76X
57         tristate "AMD 76x (760, 762, 768)"
58         depends on EDAC_MM_EDAC && PCI && X86_32
59         help
60           Support for error detection and correction on the AMD 76x
61           series of chipsets used with the Athlon processor.
62
63 config EDAC_E7XXX
64         tristate "Intel e7xxx (e7205, e7500, e7501, e7505)"
65         depends on EDAC_MM_EDAC && PCI && X86_32
66         help
67           Support for error detection and correction on the Intel
68           E7205, E7500, E7501 and E7505 server chipsets.
69
70 config EDAC_E752X
71         tristate "Intel e752x (e7520, e7525, e7320)"
72         depends on EDAC_MM_EDAC && PCI && X86 && HOTPLUG
73         help
74           Support for error detection and correction on the Intel
75           E7520, E7525, E7320 server chipsets.
76
77 config EDAC_I82443BXGX
78         tristate "Intel 82443BX/GX (440BX/GX)"
79         depends on EDAC_MM_EDAC && PCI && X86_32
80         depends on BROKEN
81         help
82           Support for error detection and correction on the Intel
83           82443BX/GX memory controllers (440BX/GX chipsets).
84
85 config EDAC_I82875P
86         tristate "Intel 82875p (D82875P, E7210)"
87         depends on EDAC_MM_EDAC && PCI && X86_32
88         help
89           Support for error detection and correction on the Intel
90           DP82785P and E7210 server chipsets.
91
92 config EDAC_I3000
93         tristate "Intel 3000/3010"
94         depends on EDAC_MM_EDAC && PCI && X86_32
95         help
96           Support for error detection and correction on the Intel
97           3000 and 3010 server chipsets.
98
99 config EDAC_I82860
100         tristate "Intel 82860"
101         depends on EDAC_MM_EDAC && PCI && X86_32
102         help
103           Support for error detection and correction on the Intel
104           82860 chipset.
105
106 config EDAC_R82600
107         tristate "Radisys 82600 embedded chipset"
108         depends on EDAC_MM_EDAC && PCI && X86_32
109         help
110           Support for error detection and correction on the Radisys
111           82600 embedded chipset.
112
113 config EDAC_I5000
114         tristate "Intel Greencreek/Blackford chipset"
115         depends on EDAC_MM_EDAC && X86 && PCI
116         help
117           Support for error detection and correction the Intel
118           Greekcreek/Blackford chipsets.
119
120 endif # EDAC