arch/tile/kvm: remove depends on CONFIG_EXPERIMENTAL
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / drivers / edac / Kconfig
CommitLineData
da9bb1d2
AC
1#
2# EDAC Kconfig
4577ca55 3# Copyright (c) 2008 Doug Thompson www.softwarebitmaker.com
da9bb1d2
AC
4# Licensed and distributed under the GPL
5#
da9bb1d2 6
54451663
BP
7config EDAC_SUPPORT
8 bool
9
751cb5e5 10menuconfig EDAC
e24aca67 11 bool "EDAC (Error Detection And Correction) reporting"
e25df120 12 depends on HAS_IOMEM
f65aad41 13 depends on X86 || PPC || TILE || ARM || EDAC_SUPPORT
da9bb1d2
AC
14 help
15 EDAC is designed to report errors in the core system.
16 These are low-level errors that are reported in the CPU or
8cb2a398
DT
17 supporting chipset or other subsystems:
18 memory errors, cache errors, PCI errors, thermal throttling, etc..
19 If unsure, select 'Y'.
da9bb1d2 20
57c432b5
TS
21 If this code is reporting problems on your system, please
22 see the EDAC project web pages for more information at:
23
24 <http://bluesmoke.sourceforge.net/>
25
26 and:
27
28 <http://buttersideup.com/edacwiki>
29
30 There is also a mailing list for the EDAC project, which can
31 be found via the sourceforge page.
32
751cb5e5 33if EDAC
da9bb1d2 34
19974710
MCC
35config EDAC_LEGACY_SYSFS
36 bool "EDAC legacy sysfs"
37 default y
38 help
39 Enable the compatibility sysfs nodes.
40 Use 'Y' if your edac utilities aren't ported to work with the newer
41 structures.
42
da9bb1d2
AC
43config EDAC_DEBUG
44 bool "Debugging"
da9bb1d2 45 help
37929874
BP
46 This turns on debugging information for the entire EDAC subsystem.
47 You do so by inserting edac_module with "edac_debug_level=x." Valid
48 levels are 0-4 (from low to high) and by default it is set to 2.
49 Usually you should select 'N' here.
da9bb1d2 50
9cdeb404 51config EDAC_DECODE_MCE
0d18b2e3 52 tristate "Decode MCEs in human-readable form (only on AMD for now)"
168eb34d 53 depends on CPU_SUP_AMD && X86_MCE_AMD
0d18b2e3
BP
54 default y
55 ---help---
56 Enable this option if you want to decode Machine Check Exceptions
25985edc 57 occurring on your machine in human-readable form.
0d18b2e3
BP
58
59 You should definitely say Y here in case you want to decode MCEs
60 which occur really early upon boot, before the module infrastructure
61 has been initialized.
62
9cdeb404
BP
63config EDAC_MCE_INJ
64 tristate "Simple MCE injection interface over /sysfs"
65 depends on EDAC_DECODE_MCE
66 default n
67 help
68 This is a simple interface to inject MCEs over /sysfs and test
69 the MCE decoding code in EDAC.
70
71 This is currently AMD-only.
72
da9bb1d2
AC
73config EDAC_MM_EDAC
74 tristate "Main Memory EDAC (Error Detection And Correction) reporting"
da9bb1d2
AC
75 help
76 Some systems are able to detect and correct errors in main
77 memory. EDAC can report statistics on memory error
78 detection and correction (EDAC - or commonly referred to ECC
79 errors). EDAC will also try to decode where these errors
80 occurred so that a particular failing memory module can be
81 replaced. If unsure, select 'Y'.
82
7d6034d3 83config EDAC_AMD64
027dbd6f
BP
84 tristate "AMD64 (Opteron, Athlon64) K8, F10h"
85 depends on EDAC_MM_EDAC && AMD_NB && X86_64 && EDAC_DECODE_MCE
7d6034d3 86 help
027dbd6f
BP
87 Support for error detection and correction of DRAM ECC errors on
88 the AMD64 families of memory controllers (K8 and F10h)
7d6034d3
DT
89
90config EDAC_AMD64_ERROR_INJECTION
9cdeb404 91 bool "Sysfs HW Error injection facilities"
7d6034d3
DT
92 depends on EDAC_AMD64
93 help
94 Recent Opterons (Family 10h and later) provide for Memory Error
95 Injection into the ECC detection circuits. The amd64_edac module
96 allows the operator/user to inject Uncorrectable and Correctable
97 errors into DRAM.
98
99 When enabled, in each of the respective memory controller directories
100 (/sys/devices/system/edac/mc/mcX), there are 3 input files:
101
102 - inject_section (0..3, 16-byte section of 64-byte cacheline),
103 - inject_word (0..8, 16-bit word of 16-byte section),
104 - inject_ecc_vector (hex ecc vector: select bits of inject word)
105
106 In addition, there are two control files, inject_read and inject_write,
107 which trigger the DRAM ECC Read and Write respectively.
da9bb1d2
AC
108
109config EDAC_AMD76X
110 tristate "AMD 76x (760, 762, 768)"
90cbc45b 111 depends on EDAC_MM_EDAC && PCI && X86_32
da9bb1d2
AC
112 help
113 Support for error detection and correction on the AMD 76x
114 series of chipsets used with the Athlon processor.
115
116config EDAC_E7XXX
117 tristate "Intel e7xxx (e7205, e7500, e7501, e7505)"
39f1d8d3 118 depends on EDAC_MM_EDAC && PCI && X86_32
da9bb1d2
AC
119 help
120 Support for error detection and correction on the Intel
121 E7205, E7500, E7501 and E7505 server chipsets.
122
123config EDAC_E752X
5135b797 124 tristate "Intel e752x (e7520, e7525, e7320) and 3100"
da960a6a 125 depends on EDAC_MM_EDAC && PCI && X86 && HOTPLUG
da9bb1d2
AC
126 help
127 Support for error detection and correction on the Intel
128 E7520, E7525, E7320 server chipsets.
129
5a2c675c
TS
130config EDAC_I82443BXGX
131 tristate "Intel 82443BX/GX (440BX/GX)"
132 depends on EDAC_MM_EDAC && PCI && X86_32
28f96eea 133 depends on BROKEN
5a2c675c
TS
134 help
135 Support for error detection and correction on the Intel
136 82443BX/GX memory controllers (440BX/GX chipsets).
137
da9bb1d2
AC
138config EDAC_I82875P
139 tristate "Intel 82875p (D82875P, E7210)"
39f1d8d3 140 depends on EDAC_MM_EDAC && PCI && X86_32
da9bb1d2
AC
141 help
142 Support for error detection and correction on the Intel
143 DP82785P and E7210 server chipsets.
144
420390f0
RD
145config EDAC_I82975X
146 tristate "Intel 82975x (D82975x)"
147 depends on EDAC_MM_EDAC && PCI && X86
148 help
149 Support for error detection and correction on the Intel
150 DP82975x server chipsets.
151
535c6a53
JU
152config EDAC_I3000
153 tristate "Intel 3000/3010"
f5c0454c 154 depends on EDAC_MM_EDAC && PCI && X86
535c6a53
JU
155 help
156 Support for error detection and correction on the Intel
157 3000 and 3010 server chipsets.
158
dd8ef1db
JU
159config EDAC_I3200
160 tristate "Intel 3200"
161 depends on EDAC_MM_EDAC && PCI && X86 && EXPERIMENTAL
162 help
163 Support for error detection and correction on the Intel
164 3200 and 3210 server chipsets.
165
df8bc08c
HM
166config EDAC_X38
167 tristate "Intel X38"
168 depends on EDAC_MM_EDAC && PCI && X86
169 help
170 Support for error detection and correction on the Intel
171 X38 server chipsets.
172
920c8df6
MCC
173config EDAC_I5400
174 tristate "Intel 5400 (Seaburg) chipsets"
175 depends on EDAC_MM_EDAC && PCI && X86
176 help
177 Support for error detection and correction the Intel
178 i5400 MCH chipset (Seaburg).
179
a0c36a1f
MCC
180config EDAC_I7CORE
181 tristate "Intel i7 Core (Nehalem) processors"
168eb34d 182 depends on EDAC_MM_EDAC && PCI && X86 && X86_MCE_INTEL
a0c36a1f
MCC
183 help
184 Support for error detection and correction the Intel
696e409d
MCC
185 i7 Core (Nehalem) Integrated Memory Controller that exists on
186 newer processors like i7 Core, i7 Core Extreme, Xeon 35xx
187 and Xeon 55xx processors.
a0c36a1f 188
da9bb1d2
AC
189config EDAC_I82860
190 tristate "Intel 82860"
39f1d8d3 191 depends on EDAC_MM_EDAC && PCI && X86_32
da9bb1d2
AC
192 help
193 Support for error detection and correction on the Intel
194 82860 chipset.
195
196config EDAC_R82600
197 tristate "Radisys 82600 embedded chipset"
39f1d8d3 198 depends on EDAC_MM_EDAC && PCI && X86_32
da9bb1d2
AC
199 help
200 Support for error detection and correction on the Radisys
201 82600 embedded chipset.
202
eb60705a
EW
203config EDAC_I5000
204 tristate "Intel Greencreek/Blackford chipset"
205 depends on EDAC_MM_EDAC && X86 && PCI
206 help
207 Support for error detection and correction the Intel
208 Greekcreek/Blackford chipsets.
209
8f421c59
AJ
210config EDAC_I5100
211 tristate "Intel San Clemente MCH"
212 depends on EDAC_MM_EDAC && X86 && PCI
213 help
214 Support for error detection and correction the Intel
215 San Clemente MCH.
216
fcaf780b
MCC
217config EDAC_I7300
218 tristate "Intel Clarksboro MCH"
219 depends on EDAC_MM_EDAC && X86 && PCI
220 help
221 Support for error detection and correction the Intel
222 Clarksboro MCH (Intel 7300 chipset).
223
3d78c9af
MCC
224config EDAC_SBRIDGE
225 tristate "Intel Sandy-Bridge Integrated MC"
22a5c27b
HW
226 depends on EDAC_MM_EDAC && PCI && X86_64 && X86_MCE_INTEL
227 depends on PCI_MMCONFIG && EXPERIMENTAL
3d78c9af
MCC
228 help
229 Support for error detection and correction the Intel
230 Sandy Bridge Integrated Memory Controller.
231
a9a753d5 232config EDAC_MPC85XX
b4846251 233 tristate "Freescale MPC83xx / MPC85xx"
1cd8521e 234 depends on EDAC_MM_EDAC && FSL_SOC && (PPC_83xx || PPC_85xx)
a9a753d5
DJ
235 help
236 Support for error detection and correction on the Freescale
b4846251 237 MPC8349, MPC8560, MPC8540, MPC8548
a9a753d5 238
4f4aeeab
DJ
239config EDAC_MV64X60
240 tristate "Marvell MV64x60"
241 depends on EDAC_MM_EDAC && MV64X60
242 help
243 Support for error detection and correction on the Marvell
244 MV64360 and MV64460 chipsets.
245
7d8536fb
EM
246config EDAC_PASEMI
247 tristate "PA Semi PWRficient"
248 depends on EDAC_MM_EDAC && PCI
ddcc3050 249 depends on PPC_PASEMI
7d8536fb
EM
250 help
251 Support for error detection and correction on PA Semi
252 PWRficient.
253
48764e41
BH
254config EDAC_CELL
255 tristate "Cell Broadband Engine memory controller"
def434c2 256 depends on EDAC_MM_EDAC && PPC_CELL_COMMON
48764e41
BH
257 help
258 Support for error detection and correction on the
259 Cell Broadband Engine internal memory controller
260 on platform without a hypervisor
7d8536fb 261
dba7a77c
GE
262config EDAC_PPC4XX
263 tristate "PPC4xx IBM DDR2 Memory Controller"
264 depends on EDAC_MM_EDAC && 4xx
265 help
266 This enables support for EDAC on the ECC memory used
267 with the IBM DDR2 memory controller found in various
268 PowerPC 4xx embedded processors such as the 405EX[r],
269 440SP, 440SPe, 460EX, 460GT and 460SX.
270
e8765584
HC
271config EDAC_AMD8131
272 tristate "AMD8131 HyperTransport PCI-X Tunnel"
715fe7af 273 depends on EDAC_MM_EDAC && PCI && PPC_MAPLE
e8765584
HC
274 help
275 Support for error detection and correction on the
276 AMD8131 HyperTransport PCI-X Tunnel chip.
715fe7af
HC
277 Note, add more Kconfig dependency if it's adopted
278 on some machine other than Maple.
e8765584 279
58b4ce6f
HC
280config EDAC_AMD8111
281 tristate "AMD8111 HyperTransport I/O Hub"
715fe7af 282 depends on EDAC_MM_EDAC && PCI && PPC_MAPLE
58b4ce6f
HC
283 help
284 Support for error detection and correction on the
285 AMD8111 HyperTransport I/O Hub chip.
715fe7af
HC
286 Note, add more Kconfig dependency if it's adopted
287 on some machine other than Maple.
58b4ce6f 288
2a9036af
HC
289config EDAC_CPC925
290 tristate "IBM CPC925 Memory Controller (PPC970FX)"
291 depends on EDAC_MM_EDAC && PPC64
292 help
293 Support for error detection and correction on the
294 IBM CPC925 Bridge and Memory Controller, which is
295 a companion chip to the PowerPC 970 family of
296 processors.
297
5c770755
CM
298config EDAC_TILE
299 tristate "Tilera Memory Controller"
300 depends on EDAC_MM_EDAC && TILE
301 default y
302 help
303 Support for error detection and correction on the
304 Tilera memory controller.
305
a1b01edb
RH
306config EDAC_HIGHBANK_MC
307 tristate "Highbank Memory Controller"
308 depends on EDAC_MM_EDAC && ARCH_HIGHBANK
309 help
310 Support for error detection and correction on the
311 Calxeda Highbank memory controller.
312
69154d06
RH
313config EDAC_HIGHBANK_L2
314 tristate "Highbank L2 Cache"
315 depends on EDAC_MM_EDAC && ARCH_HIGHBANK
316 help
317 Support for error detection and correction on the
318 Calxeda Highbank memory controller.
319
f65aad41
RB
320config EDAC_OCTEON_PC
321 tristate "Cavium Octeon Primary Caches"
322 depends on EDAC_MM_EDAC && CPU_CAVIUM_OCTEON
323 help
324 Support for error detection and correction on the primary caches of
325 the cnMIPS cores of Cavium Octeon family SOCs.
326
327config EDAC_OCTEON_L2C
328 tristate "Cavium Octeon Secondary Caches (L2C)"
329 depends on EDAC_MM_EDAC && CPU_CAVIUM_OCTEON
330 help
331 Support for error detection and correction on the
332 Cavium Octeon family of SOCs.
333
334config EDAC_OCTEON_LMC
335 tristate "Cavium Octeon DRAM Memory Controller (LMC)"
336 depends on EDAC_MM_EDAC && CPU_CAVIUM_OCTEON
337 help
338 Support for error detection and correction on the
339 Cavium Octeon family of SOCs.
340
341config EDAC_OCTEON_PCI
342 tristate "Cavium Octeon PCI Controller"
343 depends on EDAC_MM_EDAC && PCI && CPU_CAVIUM_OCTEON
344 help
345 Support for error detection and correction on the
346 Cavium Octeon family of SOCs.
347
751cb5e5 348endif # EDAC