]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blame - drivers/edac/Kconfig
drivers/edac: cleanup spaces-gotos after Lindent messup
[mirror_ubuntu-bionic-kernel.git] / drivers / edac / Kconfig
CommitLineData
da9bb1d2
AC
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
751cb5e5
JE
9menuconfig EDAC
10 tristate "EDAC - error detection and reporting (EXPERIMENTAL)"
e25df120 11 depends on HAS_IOMEM
57c432b5 12 depends on X86 && EXPERIMENTAL
da9bb1d2
AC
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
8cb2a398
DT
16 supporting chipset or other subsystems:
17 memory errors, cache errors, PCI errors, thermal throttling, etc..
18 If unsure, select 'Y'.
da9bb1d2 19
57c432b5
TS
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
751cb5e5 32if EDAC
da9bb1d2
AC
33
34comment "Reporting subsystems"
da9bb1d2
AC
35
36config EDAC_DEBUG
37 bool "Debugging"
da9bb1d2
AC
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
44config EDAC_MM_EDAC
45 tristate "Main Memory EDAC (Error Detection And Correction) reporting"
da9bb1d2
AC
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
56config EDAC_AMD76X
57 tristate "AMD 76x (760, 762, 768)"
90cbc45b 58 depends on EDAC_MM_EDAC && PCI && X86_32
da9bb1d2
AC
59 help
60 Support for error detection and correction on the AMD 76x
61 series of chipsets used with the Athlon processor.
62
63config EDAC_E7XXX
64 tristate "Intel e7xxx (e7205, e7500, e7501, e7505)"
39f1d8d3 65 depends on EDAC_MM_EDAC && PCI && X86_32
da9bb1d2
AC
66 help
67 Support for error detection and correction on the Intel
68 E7205, E7500, E7501 and E7505 server chipsets.
69
70config EDAC_E752X
71 tristate "Intel e752x (e7520, e7525, e7320)"
da960a6a 72 depends on EDAC_MM_EDAC && PCI && X86 && HOTPLUG
da9bb1d2
AC
73 help
74 Support for error detection and correction on the Intel
75 E7520, E7525, E7320 server chipsets.
76
5a2c675c
TS
77config EDAC_I82443BXGX
78 tristate "Intel 82443BX/GX (440BX/GX)"
79 depends on EDAC_MM_EDAC && PCI && X86_32
28f96eea 80 depends on BROKEN
5a2c675c
TS
81 help
82 Support for error detection and correction on the Intel
83 82443BX/GX memory controllers (440BX/GX chipsets).
84
da9bb1d2
AC
85config EDAC_I82875P
86 tristate "Intel 82875p (D82875P, E7210)"
39f1d8d3 87 depends on EDAC_MM_EDAC && PCI && X86_32
da9bb1d2
AC
88 help
89 Support for error detection and correction on the Intel
90 DP82785P and E7210 server chipsets.
91
535c6a53
JU
92config 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
da9bb1d2
AC
99config EDAC_I82860
100 tristate "Intel 82860"
39f1d8d3 101 depends on EDAC_MM_EDAC && PCI && X86_32
da9bb1d2
AC
102 help
103 Support for error detection and correction on the Intel
104 82860 chipset.
105
106config EDAC_R82600
107 tristate "Radisys 82600 embedded chipset"
39f1d8d3 108 depends on EDAC_MM_EDAC && PCI && X86_32
da9bb1d2
AC
109 help
110 Support for error detection and correction on the Radisys
111 82600 embedded chipset.
112
eb60705a
EW
113config 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
751cb5e5 120endif # EDAC