blob: 7a47680d6f0786058201d2f02904b1211807c84b [file] [log] [blame]
Alan Coxda9bb1d2006-01-18 17:44:13 -08001#
2# EDAC Kconfig
Doug Thompson4577ca52009-04-02 16:58:43 -07003# Copyright (c) 2008 Doug Thompson www.softwarebitmaker.com
Alan Coxda9bb1d2006-01-18 17:44:13 -08004# Licensed and distributed under the GPL
Borislav Petkovb01aec92015-05-21 19:59:31 +02005
6config EDAC_ATOMIC_SCRUB
7 bool
Alan Coxda9bb1d2006-01-18 17:44:13 -08008
Borislav Petkov544516632012-12-18 22:02:56 +01009config EDAC_SUPPORT
10 bool
11
Jan Engelhardt751cb5e2007-07-15 23:39:27 -070012menuconfig EDAC
Borislav Petkove3c4ff62017-02-03 18:18:05 +010013 tristate "EDAC (Error Detection And Correction) reporting"
14 depends on HAS_IOMEM && EDAC_SUPPORT && RAS
Alan Coxda9bb1d2006-01-18 17:44:13 -080015 help
Borislav Petkova06b85f2017-02-04 16:32:27 +010016 EDAC is a subsystem along with hardware-specific drivers designed to
17 report hardware errors. These are low-level errors that are reported
18 in the CPU or supporting chipset or other subsystems:
Douglas Thompson8cb2a392007-07-19 01:50:12 -070019 memory errors, cache errors, PCI errors, thermal throttling, etc..
20 If unsure, select 'Y'.
Alan Coxda9bb1d2006-01-18 17:44:13 -080021
Borislav Petkova06b85f2017-02-04 16:32:27 +010022 The mailing list for the EDAC project is linux-edac@vger.kernel.org.
Tim Small57c432b2006-03-09 17:33:50 -080023
Jan Engelhardt751cb5e2007-07-15 23:39:27 -070024if EDAC
Alan Coxda9bb1d2006-01-18 17:44:13 -080025
Mauro Carvalho Chehab19974712012-03-21 17:06:53 -030026config EDAC_LEGACY_SYSFS
27 bool "EDAC legacy sysfs"
28 default y
29 help
30 Enable the compatibility sysfs nodes.
31 Use 'Y' if your edac utilities aren't ported to work with the newer
32 structures.
33
Alan Coxda9bb1d2006-01-18 17:44:13 -080034config EDAC_DEBUG
35 bool "Debugging"
Borislav Petkov1c5bf782017-03-18 18:25:05 +010036 select DEBUG_FS
Alan Coxda9bb1d2006-01-18 17:44:13 -080037 help
Borislav Petkov37929872012-09-10 16:50:54 +020038 This turns on debugging information for the entire EDAC subsystem.
39 You do so by inserting edac_module with "edac_debug_level=x." Valid
40 levels are 0-4 (from low to high) and by default it is set to 2.
41 Usually you should select 'N' here.
Alan Coxda9bb1d2006-01-18 17:44:13 -080042
Borislav Petkov9cdeb402010-09-02 18:33:24 +020043config EDAC_DECODE_MCE
Borislav Petkov0d18b2e2009-10-02 15:31:48 +020044 tristate "Decode MCEs in human-readable form (only on AMD for now)"
Borislav Petkov168eb342011-08-10 09:43:30 -030045 depends on CPU_SUP_AMD && X86_MCE_AMD
Borislav Petkov0d18b2e2009-10-02 15:31:48 +020046 default y
Masahiro Yamadaa7f7f622020-06-14 01:50:22 +090047 help
Borislav Petkov0d18b2e2009-10-02 15:31:48 +020048 Enable this option if you want to decode Machine Check Exceptions
Lucas De Marchi25985ed2011-03-30 22:57:33 -030049 occurring on your machine in human-readable form.
Borislav Petkov0d18b2e2009-10-02 15:31:48 +020050
51 You should definitely say Y here in case you want to decode MCEs
52 which occur really early upon boot, before the module infrastructure
53 has been initialized.
54
Mauro Carvalho Chehab77c5f5d2013-02-15 06:11:57 -030055config EDAC_GHES
56 bool "Output ACPI APEI/GHES BIOS detected errors via EDAC"
Borislav Petkove3c4ff62017-02-03 18:18:05 +010057 depends on ACPI_APEI_GHES && (EDAC=y)
Mauro Carvalho Chehab77c5f5d2013-02-15 06:11:57 -030058 help
59 Not all machines support hardware-driven error report. Some of those
60 provide a BIOS-driven error report mechanism via ACPI, using the
61 APEI/GHES driver. By enabling this option, the error reports provided
62 by GHES are sent to userspace via the EDAC API.
63
64 When this option is enabled, it will disable the hardware-driven
65 mechanisms, if a GHES BIOS is detected, entering into the
66 "Firmware First" mode.
67
68 It should be noticed that keeping both GHES and a hardware-driven
69 error mechanism won't work well, as BIOS will race with OS, while
70 reading the error registers. So, if you want to not use "Firmware
71 first" GHES error mechanism, you should disable GHES either at
72 compilation time or by passing "ghes.disable=1" Kernel parameter
73 at boot time.
74
75 In doubt, say 'Y'.
76
Doug Thompson7d6034d2009-04-27 20:01:01 +020077config EDAC_AMD64
Tomasz Palaf5b10c42014-11-02 11:22:12 +010078 tristate "AMD64 (Opteron, Athlon64)"
Borislav Petkove3c4ff62017-02-03 18:18:05 +010079 depends on AMD_NB && EDAC_DECODE_MCE
Doug Thompson7d6034d2009-04-27 20:01:01 +020080 help
Borislav Petkov027dbd62010-10-13 22:12:15 +020081 Support for error detection and correction of DRAM ECC errors on
Tomasz Palaf5b10c42014-11-02 11:22:12 +010082 the AMD64 families (>= K8) of memory controllers.
Doug Thompson7d6034d2009-04-27 20:01:01 +020083
84config EDAC_AMD64_ERROR_INJECTION
Borislav Petkov9cdeb402010-09-02 18:33:24 +020085 bool "Sysfs HW Error injection facilities"
Doug Thompson7d6034d2009-04-27 20:01:01 +020086 depends on EDAC_AMD64
87 help
88 Recent Opterons (Family 10h and later) provide for Memory Error
89 Injection into the ECC detection circuits. The amd64_edac module
90 allows the operator/user to inject Uncorrectable and Correctable
91 errors into DRAM.
92
93 When enabled, in each of the respective memory controller directories
94 (/sys/devices/system/edac/mc/mcX), there are 3 input files:
95
96 - inject_section (0..3, 16-byte section of 64-byte cacheline),
97 - inject_word (0..8, 16-bit word of 16-byte section),
98 - inject_ecc_vector (hex ecc vector: select bits of inject word)
99
100 In addition, there are two control files, inject_read and inject_write,
101 which trigger the DRAM ECC Read and Write respectively.
Alan Coxda9bb1d2006-01-18 17:44:13 -0800102
Talel Shenhare23a7cd2020-08-16 21:55:51 +0300103config EDAC_AL_MC
104 tristate "Amazon's Annapurna Lab Memory Controller"
105 depends on (ARCH_ALPINE || COMPILE_TEST)
106 help
107 Support for error detection and correction for Amazon's Annapurna
108 Labs Alpine chips which allow 1 bit correction and 2 bits detection.
109
Alan Coxda9bb1d2006-01-18 17:44:13 -0800110config EDAC_AMD76X
111 tristate "AMD 76x (760, 762, 768)"
Borislav Petkove3c4ff62017-02-03 18:18:05 +0100112 depends on PCI && X86_32
Alan Coxda9bb1d2006-01-18 17:44:13 -0800113 help
114 Support for error detection and correction on the AMD 76x
115 series of chipsets used with the Athlon processor.
116
117config EDAC_E7XXX
118 tristate "Intel e7xxx (e7205, e7500, e7501, e7505)"
Borislav Petkove3c4ff62017-02-03 18:18:05 +0100119 depends on PCI && X86_32
Alan Coxda9bb1d2006-01-18 17:44:13 -0800120 help
121 Support for error detection and correction on the Intel
122 E7205, E7500, E7501 and E7505 server chipsets.
123
124config EDAC_E752X
Andrei Konovalov5135b792008-04-29 01:03:13 -0700125 tristate "Intel e752x (e7520, e7525, e7320) and 3100"
Borislav Petkove3c4ff62017-02-03 18:18:05 +0100126 depends on PCI && X86
Alan Coxda9bb1d2006-01-18 17:44:13 -0800127 help
128 Support for error detection and correction on the Intel
129 E7520, E7525, E7320 server chipsets.
130
Tim Small5a2c6752007-07-19 01:49:42 -0700131config EDAC_I82443BXGX
132 tristate "Intel 82443BX/GX (440BX/GX)"
Borislav Petkove3c4ff62017-02-03 18:18:05 +0100133 depends on PCI && X86_32
Andrew Morton28f96eea2007-07-19 01:49:45 -0700134 depends on BROKEN
Tim Small5a2c6752007-07-19 01:49:42 -0700135 help
136 Support for error detection and correction on the Intel
137 82443BX/GX memory controllers (440BX/GX chipsets).
138
Alan Coxda9bb1d2006-01-18 17:44:13 -0800139config EDAC_I82875P
140 tristate "Intel 82875p (D82875P, E7210)"
Borislav Petkove3c4ff62017-02-03 18:18:05 +0100141 depends on PCI && X86_32
Alan Coxda9bb1d2006-01-18 17:44:13 -0800142 help
143 Support for error detection and correction on the Intel
144 DP82785P and E7210 server chipsets.
145
Ranganathan Desikan420390f2007-07-19 01:50:31 -0700146config EDAC_I82975X
147 tristate "Intel 82975x (D82975x)"
Borislav Petkove3c4ff62017-02-03 18:18:05 +0100148 depends on PCI && X86
Ranganathan Desikan420390f2007-07-19 01:50:31 -0700149 help
150 Support for error detection and correction on the Intel
151 DP82975x server chipsets.
152
Jason Uhlenkott535c6a52007-07-19 01:49:48 -0700153config EDAC_I3000
154 tristate "Intel 3000/3010"
Borislav Petkove3c4ff62017-02-03 18:18:05 +0100155 depends on PCI && X86
Jason Uhlenkott535c6a52007-07-19 01:49:48 -0700156 help
157 Support for error detection and correction on the Intel
158 3000 and 3010 server chipsets.
159
Jason Uhlenkottdd8ef1d2009-09-23 15:57:27 -0700160config EDAC_I3200
161 tristate "Intel 3200"
Borislav Petkove3c4ff62017-02-03 18:18:05 +0100162 depends on PCI && X86
Jason Uhlenkottdd8ef1d2009-09-23 15:57:27 -0700163 help
164 Support for error detection and correction on the Intel
165 3200 and 3210 server chipsets.
166
Jason Baron7ee40b82014-07-04 13:48:32 +0200167config EDAC_IE31200
168 tristate "Intel e312xx"
Borislav Petkove3c4ff62017-02-03 18:18:05 +0100169 depends on PCI && X86
Jason Baron7ee40b82014-07-04 13:48:32 +0200170 help
171 Support for error detection and correction on the Intel
172 E3-1200 based DRAM controllers.
173
Hitoshi Mitakedf8bc08c2008-10-29 14:00:50 -0700174config EDAC_X38
175 tristate "Intel X38"
Borislav Petkove3c4ff62017-02-03 18:18:05 +0100176 depends on PCI && X86
Hitoshi Mitakedf8bc08c2008-10-29 14:00:50 -0700177 help
178 Support for error detection and correction on the Intel
179 X38 server chipsets.
180
Mauro Carvalho Chehab920c8df2009-01-06 14:43:00 -0800181config EDAC_I5400
182 tristate "Intel 5400 (Seaburg) chipsets"
Borislav Petkove3c4ff62017-02-03 18:18:05 +0100183 depends on PCI && X86
Mauro Carvalho Chehab920c8df2009-01-06 14:43:00 -0800184 help
185 Support for error detection and correction the Intel
186 i5400 MCH chipset (Seaburg).
187
Mauro Carvalho Chehaba0c36a12009-06-22 22:41:15 -0300188config EDAC_I7CORE
189 tristate "Intel i7 Core (Nehalem) processors"
Borislav Petkove3c4ff62017-02-03 18:18:05 +0100190 depends on PCI && X86 && X86_MCE_INTEL
Mauro Carvalho Chehaba0c36a12009-06-22 22:41:15 -0300191 help
192 Support for error detection and correction the Intel
Mauro Carvalho Chehab696e4092009-07-23 06:57:45 -0300193 i7 Core (Nehalem) Integrated Memory Controller that exists on
194 newer processors like i7 Core, i7 Core Extreme, Xeon 35xx
195 and Xeon 55xx processors.
Mauro Carvalho Chehaba0c36a12009-06-22 22:41:15 -0300196
Alan Coxda9bb1d2006-01-18 17:44:13 -0800197config EDAC_I82860
198 tristate "Intel 82860"
Borislav Petkove3c4ff62017-02-03 18:18:05 +0100199 depends on PCI && X86_32
Alan Coxda9bb1d2006-01-18 17:44:13 -0800200 help
201 Support for error detection and correction on the Intel
202 82860 chipset.
203
204config EDAC_R82600
205 tristate "Radisys 82600 embedded chipset"
Borislav Petkove3c4ff62017-02-03 18:18:05 +0100206 depends on PCI && X86_32
Alan Coxda9bb1d2006-01-18 17:44:13 -0800207 help
208 Support for error detection and correction on the Radisys
209 82600 embedded chipset.
210
Eric Wolleseneb607052007-07-19 01:49:39 -0700211config EDAC_I5000
212 tristate "Intel Greencreek/Blackford chipset"
Borislav Petkove3c4ff62017-02-03 18:18:05 +0100213 depends on X86 && PCI
Eric Wolleseneb607052007-07-19 01:49:39 -0700214 help
215 Support for error detection and correction the Intel
216 Greekcreek/Blackford chipsets.
217
Arthur Jones8f421c592008-07-25 01:49:04 -0700218config EDAC_I5100
219 tristate "Intel San Clemente MCH"
Borislav Petkove3c4ff62017-02-03 18:18:05 +0100220 depends on X86 && PCI
Arthur Jones8f421c592008-07-25 01:49:04 -0700221 help
222 Support for error detection and correction the Intel
223 San Clemente MCH.
224
Mauro Carvalho Chehabfcaf7802010-08-24 23:22:57 -0300225config EDAC_I7300
226 tristate "Intel Clarksboro MCH"
Borislav Petkove3c4ff62017-02-03 18:18:05 +0100227 depends on X86 && PCI
Mauro Carvalho Chehabfcaf7802010-08-24 23:22:57 -0300228 help
229 Support for error detection and correction the Intel
230 Clarksboro MCH (Intel 7300 chipset).
231
Mauro Carvalho Chehab3d78c9a2011-10-20 19:33:46 -0200232config EDAC_SBRIDGE
Aristeu Rozanski50d1bb92014-06-20 10:27:54 -0300233 tristate "Intel Sandy-Bridge/Ivy-Bridge/Haswell Integrated MC"
Borislav Petkove3c4ff62017-02-03 18:18:05 +0100234 depends on PCI && X86_64 && X86_MCE_INTEL && PCI_MMCONFIG
Mauro Carvalho Chehab3d78c9a2011-10-20 19:33:46 -0200235 help
236 Support for error detection and correction the Intel
Aristeu Rozanski50d1bb92014-06-20 10:27:54 -0300237 Sandy Bridge, Ivy Bridge and Haswell Integrated Memory Controllers.
Mauro Carvalho Chehab3d78c9a2011-10-20 19:33:46 -0200238
Tony Luck4ec656b2016-08-20 16:27:58 -0700239config EDAC_SKX
240 tristate "Intel Skylake server Integrated MC"
Luck, Tony24c9d422018-11-06 10:39:15 -0800241 depends on PCI && X86_64 && X86_MCE_INTEL && PCI_MMCONFIG && ACPI
Randy Dunlapde245ae2018-05-13 10:35:44 -0700242 depends on ACPI_NFIT || !ACPI_NFIT # if ACPI_NFIT=m, EDAC_SKX can't be y
Tony Luck58ca9ac2018-03-12 11:24:30 -0700243 select DMI
Luck, Tony24c9d422018-11-06 10:39:15 -0800244 select ACPI_ADXL
Tony Luck4ec656b2016-08-20 16:27:58 -0700245 help
246 Support for error detection and correction the Intel
Tony Luck58ca9ac2018-03-12 11:24:30 -0700247 Skylake server Integrated Memory Controllers. If your
248 system has non-volatile DIMMs you should also manually
249 select CONFIG_ACPI_NFIT.
Tony Luck4ec656b2016-08-20 16:27:58 -0700250
Qiuxu Zhuod4dc89d2019-01-30 11:15:19 -0800251config EDAC_I10NM
252 tristate "Intel 10nm server Integrated MC"
Tony Luckd6a9f732019-02-05 10:02:00 -0800253 depends on PCI && X86_64 && X86_MCE_INTEL && PCI_MMCONFIG && ACPI
Qiuxu Zhuod4dc89d2019-01-30 11:15:19 -0800254 depends on ACPI_NFIT || !ACPI_NFIT # if ACPI_NFIT=m, EDAC_I10NM can't be y
255 select DMI
Tony Luckd6a9f732019-02-05 10:02:00 -0800256 select ACPI_ADXL
Qiuxu Zhuod4dc89d2019-01-30 11:15:19 -0800257 help
258 Support for error detection and correction the Intel
259 10nm server Integrated Memory Controllers. If your
260 system has non-volatile DIMMs you should also manually
261 select CONFIG_ACPI_NFIT.
262
Tony Luck5c71ad12017-03-09 01:45:39 +0800263config EDAC_PND2
264 tristate "Intel Pondicherry2"
Borislav Petkove3c4ff62017-02-03 18:18:05 +0100265 depends on PCI && X86_64 && X86_MCE_INTEL
Tony Luck5c71ad12017-03-09 01:45:39 +0800266 help
267 Support for error detection and correction on the Intel
268 Pondicherry2 Integrated Memory Controller. This SoC IP is
269 first used on the Apollo Lake platform and Denverton
270 micro-server but may appear on others in the future.
271
Dave Jianga9a753d2008-02-07 00:14:55 -0800272config EDAC_MPC85XX
Michael Ellerman2b8358a2019-05-03 00:19:41 +1000273 bool "Freescale MPC83xx / MPC85xx"
274 depends on FSL_SOC && EDAC=y
Dave Jianga9a753d2008-02-07 00:14:55 -0800275 help
276 Support for error detection and correction on the Freescale
York Sun74210262015-05-12 18:03:41 +0800277 MPC8349, MPC8560, MPC8540, MPC8548, T4240
Dave Jianga9a753d2008-02-07 00:14:55 -0800278
York Suneeb3d682016-08-23 15:14:03 -0700279config EDAC_LAYERSCAPE
280 tristate "Freescale Layerscape DDR"
Rasmus Villemoes28dd6726e2018-02-20 16:09:12 +0100281 depends on ARCH_LAYERSCAPE || SOC_LS1021A
York Suneeb3d682016-08-23 15:14:03 -0700282 help
283 Support for error detection and correction on Freescale memory
284 controllers on Layerscape SoCs.
285
Dave Jiang4f4aeea2008-02-07 00:14:56 -0800286config EDAC_MV64X60
287 tristate "Marvell MV64x60"
Borislav Petkove3c4ff62017-02-03 18:18:05 +0100288 depends on MV64X60
Dave Jiang4f4aeea2008-02-07 00:14:56 -0800289 help
290 Support for error detection and correction on the Marvell
291 MV64360 and MV64460 chipsets.
292
Egor Martovetsky7d8536f2007-07-19 01:50:24 -0700293config EDAC_PASEMI
294 tristate "PA Semi PWRficient"
Borislav Petkove3c4ff62017-02-03 18:18:05 +0100295 depends on PPC_PASEMI && PCI
Egor Martovetsky7d8536f2007-07-19 01:50:24 -0700296 help
297 Support for error detection and correction on PA Semi
298 PWRficient.
299
Benjamin Herrenschmidt48764e42008-02-07 00:14:53 -0800300config EDAC_CELL
301 tristate "Cell Broadband Engine memory controller"
Borislav Petkove3c4ff62017-02-03 18:18:05 +0100302 depends on PPC_CELL_COMMON
Benjamin Herrenschmidt48764e42008-02-07 00:14:53 -0800303 help
304 Support for error detection and correction on the
305 Cell Broadband Engine internal memory controller
306 on platform without a hypervisor
Egor Martovetsky7d8536f2007-07-19 01:50:24 -0700307
Grant Ericksondba7a772009-04-02 16:58:45 -0700308config EDAC_PPC4XX
309 tristate "PPC4xx IBM DDR2 Memory Controller"
Borislav Petkove3c4ff62017-02-03 18:18:05 +0100310 depends on 4xx
Grant Ericksondba7a772009-04-02 16:58:45 -0700311 help
312 This enables support for EDAC on the ECC memory used
313 with the IBM DDR2 memory controller found in various
314 PowerPC 4xx embedded processors such as the 405EX[r],
315 440SP, 440SPe, 460EX, 460GT and 460SX.
316
Harry Ciaoe8765582009-04-02 16:58:51 -0700317config EDAC_AMD8131
318 tristate "AMD8131 HyperTransport PCI-X Tunnel"
Borislav Petkove3c4ff62017-02-03 18:18:05 +0100319 depends on PCI && PPC_MAPLE
Harry Ciaoe8765582009-04-02 16:58:51 -0700320 help
321 Support for error detection and correction on the
322 AMD8131 HyperTransport PCI-X Tunnel chip.
Harry Ciao715fe7a2009-05-28 14:34:43 -0700323 Note, add more Kconfig dependency if it's adopted
324 on some machine other than Maple.
Harry Ciaoe8765582009-04-02 16:58:51 -0700325
Harry Ciao58b4ce62009-04-02 16:58:51 -0700326config EDAC_AMD8111
327 tristate "AMD8111 HyperTransport I/O Hub"
Borislav Petkove3c4ff62017-02-03 18:18:05 +0100328 depends on PCI && PPC_MAPLE
Harry Ciao58b4ce62009-04-02 16:58:51 -0700329 help
330 Support for error detection and correction on the
331 AMD8111 HyperTransport I/O Hub chip.
Harry Ciao715fe7a2009-05-28 14:34:43 -0700332 Note, add more Kconfig dependency if it's adopted
333 on some machine other than Maple.
Harry Ciao58b4ce62009-04-02 16:58:51 -0700334
Harry Ciao2a9036a2009-06-17 16:27:58 -0700335config EDAC_CPC925
336 tristate "IBM CPC925 Memory Controller (PPC970FX)"
Borislav Petkove3c4ff62017-02-03 18:18:05 +0100337 depends on PPC64
Harry Ciao2a9036a2009-06-17 16:27:58 -0700338 help
339 Support for error detection and correction on the
340 IBM CPC925 Bridge and Memory Controller, which is
341 a companion chip to the PowerPC 970 family of
342 processors.
343
Rob Herringa1b01ed2012-06-13 12:01:55 -0500344config EDAC_HIGHBANK_MC
345 tristate "Highbank Memory Controller"
Borislav Petkove3c4ff62017-02-03 18:18:05 +0100346 depends on ARCH_HIGHBANK
Rob Herringa1b01ed2012-06-13 12:01:55 -0500347 help
348 Support for error detection and correction on the
349 Calxeda Highbank memory controller.
350
Rob Herring69154d02012-06-11 21:32:14 -0500351config EDAC_HIGHBANK_L2
352 tristate "Highbank L2 Cache"
Borislav Petkove3c4ff62017-02-03 18:18:05 +0100353 depends on ARCH_HIGHBANK
Rob Herring69154d02012-06-11 21:32:14 -0500354 help
355 Support for error detection and correction on the
356 Calxeda Highbank memory controller.
357
Ralf Baechlef65aad42012-10-17 00:39:09 +0200358config EDAC_OCTEON_PC
359 tristate "Cavium Octeon Primary Caches"
Borislav Petkove3c4ff62017-02-03 18:18:05 +0100360 depends on CPU_CAVIUM_OCTEON
Ralf Baechlef65aad42012-10-17 00:39:09 +0200361 help
362 Support for error detection and correction on the primary caches of
363 the cnMIPS cores of Cavium Octeon family SOCs.
364
365config EDAC_OCTEON_L2C
366 tristate "Cavium Octeon Secondary Caches (L2C)"
Borislav Petkove3c4ff62017-02-03 18:18:05 +0100367 depends on CAVIUM_OCTEON_SOC
Ralf Baechlef65aad42012-10-17 00:39:09 +0200368 help
369 Support for error detection and correction on the
370 Cavium Octeon family of SOCs.
371
372config EDAC_OCTEON_LMC
373 tristate "Cavium Octeon DRAM Memory Controller (LMC)"
Borislav Petkove3c4ff62017-02-03 18:18:05 +0100374 depends on CAVIUM_OCTEON_SOC
Ralf Baechlef65aad42012-10-17 00:39:09 +0200375 help
376 Support for error detection and correction on the
377 Cavium Octeon family of SOCs.
378
379config EDAC_OCTEON_PCI
380 tristate "Cavium Octeon PCI Controller"
Borislav Petkove3c4ff62017-02-03 18:18:05 +0100381 depends on PCI && CAVIUM_OCTEON_SOC
Ralf Baechlef65aad42012-10-17 00:39:09 +0200382 help
383 Support for error detection and correction on the
384 Cavium Octeon family of SOCs.
385
Sergey Temerkhanov41003392017-03-24 22:28:37 +0000386config EDAC_THUNDERX
387 tristate "Cavium ThunderX EDAC"
Sergey Temerkhanov41003392017-03-24 22:28:37 +0000388 depends on ARM64
389 depends on PCI
390 help
391 Support for error detection and correction on the
392 Cavium ThunderX memory controllers (LMC), Cache
393 Coherent Processor Interconnect (CCPI) and L2 cache
394 blocks (TAD, CBC, MCI).
395
Thor Thayerc3eea192016-02-10 13:26:21 -0600396config EDAC_ALTERA
397 bool "Altera SOCFPGA ECC"
Thor Thayer3dab6bd2018-04-27 13:37:17 -0500398 depends on EDAC=y && (ARCH_SOCFPGA || ARCH_STRATIX10)
Thor Thayer71bcada2014-09-03 10:27:54 -0500399 help
400 Support for error detection and correction on the
Thor Thayer580b5cf2019-02-25 12:56:45 -0600401 Altera SOCs. This is the global enable for the
402 various Altera peripherals.
403
404config EDAC_ALTERA_SDRAM
405 bool "Altera SDRAM ECC"
406 depends on EDAC_ALTERA=y
407 help
408 Support for error detection and correction on the
409 Altera SDRAM Memory for Altera SoCs. Note that the
410 preloader must initialize the SDRAM before loading
411 the kernel.
Thor Thayerc3eea192016-02-10 13:26:21 -0600412
413config EDAC_ALTERA_L2C
414 bool "Altera L2 Cache ECC"
Thor Thayer3a8f21f2016-03-21 11:01:38 -0500415 depends on EDAC_ALTERA=y && CACHE_L2X0
Thor Thayerc3eea192016-02-10 13:26:21 -0600416 help
417 Support for error detection and correction on the
418 Altera L2 cache Memory for Altera SoCs. This option
Thor Thayer3a8f21f2016-03-21 11:01:38 -0500419 requires L2 cache.
Thor Thayerc3eea192016-02-10 13:26:21 -0600420
421config EDAC_ALTERA_OCRAM
422 bool "Altera On-Chip RAM ECC"
423 depends on EDAC_ALTERA=y && SRAM && GENERIC_ALLOCATOR
424 help
425 Support for error detection and correction on the
426 Altera On-Chip RAM Memory for Altera SoCs.
Thor Thayer71bcada2014-09-03 10:27:54 -0500427
Thor Thayerab8c1e02016-06-22 08:58:58 -0500428config EDAC_ALTERA_ETHERNET
429 bool "Altera Ethernet FIFO ECC"
430 depends on EDAC_ALTERA=y
431 help
432 Support for error detection and correction on the
433 Altera Ethernet FIFO Memory for Altera SoCs.
434
Thor Thayerc6882fb2016-07-14 11:06:43 -0500435config EDAC_ALTERA_NAND
436 bool "Altera NAND FIFO ECC"
437 depends on EDAC_ALTERA=y && MTD_NAND_DENALI
438 help
439 Support for error detection and correction on the
440 Altera NAND FIFO Memory for Altera SoCs.
441
Thor Thayere8263792016-07-28 10:03:57 +0200442config EDAC_ALTERA_DMA
443 bool "Altera DMA FIFO ECC"
444 depends on EDAC_ALTERA=y && PL330_DMA=y
445 help
446 Support for error detection and correction on the
447 Altera DMA FIFO Memory for Altera SoCs.
448
Thor Thayerc6095812016-07-14 11:06:45 -0500449config EDAC_ALTERA_USB
450 bool "Altera USB FIFO ECC"
451 depends on EDAC_ALTERA=y && USB_DWC2
452 help
453 Support for error detection and correction on the
454 Altera USB FIFO Memory for Altera SoCs.
455
Thor Thayer485fe9e2016-07-14 11:06:46 -0500456config EDAC_ALTERA_QSPI
457 bool "Altera QSPI FIFO ECC"
458 depends on EDAC_ALTERA=y && SPI_CADENCE_QUADSPI
459 help
460 Support for error detection and correction on the
461 Altera QSPI FIFO Memory for Altera SoCs.
462
Thor Thayer91104982016-08-09 09:40:52 -0500463config EDAC_ALTERA_SDMMC
464 bool "Altera SDMMC FIFO ECC"
465 depends on EDAC_ALTERA=y && MMC_DW
466 help
467 Support for error detection and correction on the
468 Altera SDMMC FIFO Memory for Altera SoCs.
469
Yash Shah91abaea2019-05-06 16:57:06 +0530470config EDAC_SIFIVE
471 bool "Sifive platform EDAC driver"
Christoph Hellwig9209fb52019-11-07 10:20:39 +0100472 depends on EDAC=y && SIFIVE_L2
Yash Shah91abaea2019-05-06 16:57:06 +0530473 help
474 Support for error detection and correction on the SiFive SoCs.
475
Jan Luebbe7f6998a2019-07-12 05:46:57 +0100476config EDAC_ARMADA_XP
477 bool "Marvell Armada XP DDR and L2 Cache ECC"
478 depends on MACH_MVEBU_V7
479 help
480 Support for error correction and detection on the Marvell Aramada XP
481 DDR RAM and L2 cache controllers.
482
Punnaiah Choudary Kalluriae9b56e32015-01-06 23:13:47 +0530483config EDAC_SYNOPSYS
484 tristate "Synopsys DDR Memory Controller"
Manish Naranib500b4a2018-10-25 11:36:59 +0530485 depends on ARCH_ZYNQ || ARCH_ZYNQMP
Punnaiah Choudary Kalluriae9b56e32015-01-06 23:13:47 +0530486 help
487 Support for error detection and correction on the Synopsys DDR
488 memory controller.
489
Loc Ho0d442932015-05-22 17:32:59 -0600490config EDAC_XGENE
491 tristate "APM X-Gene SoC"
Borislav Petkove3c4ff62017-02-03 18:18:05 +0100492 depends on (ARM64 || COMPILE_TEST)
Loc Ho0d442932015-05-22 17:32:59 -0600493 help
494 Support for error detection and correction on the
495 APM X-Gene family of SOCs.
496
Tero Kristo86a18ee2017-11-13 15:08:10 +0200497config EDAC_TI
498 tristate "Texas Instruments DDR3 ECC Controller"
499 depends on ARCH_KEYSTONE || SOC_DRA7XX
500 help
Krzysztof Kozlowskia483e2272019-11-20 21:42:06 +0800501 Support for error detection and correction on the TI SoCs.
Tero Kristo86a18ee2017-11-13 15:08:10 +0200502
Channagoud Kadabi27450652018-09-12 11:06:34 -0700503config EDAC_QCOM
504 tristate "QCOM EDAC Controller"
505 depends on ARCH_QCOM && QCOM_LLCC
506 help
507 Support for error detection and correction on the
508 Qualcomm Technologies, Inc. SoCs.
509
510 This driver reports Single Bit Errors (SBEs) and Double Bit Errors (DBEs).
511 As of now, it supports error reporting for Last Level Cache Controller (LLCC)
512 of Tag RAM and Data RAM.
513
514 For debugging issues having to do with stability and overall system
515 health, you should probably say 'Y' here.
516
Stefan M Schaeckeler9b7e6242019-01-17 08:38:16 -0800517config EDAC_ASPEED
518 tristate "Aspeed AST 2500 SoC"
519 depends on MACH_ASPEED_G5
520 help
521 Support for error detection and correction on the Aspeed AST 2500 SoC.
522
523 First, ECC must be configured in the bootloader. Then, this driver
524 will expose error counters via the EDAC kernel framework.
525
Shravan Kumar Ramani82413e52019-06-25 15:13:59 -0400526config EDAC_BLUEFIELD
527 tristate "Mellanox BlueField Memory ECC"
528 depends on ARM64 && ((MELLANOX_PLATFORM && ACPI) || COMPILE_TEST)
529 help
530 Support for error detection and correction on the
531 Mellanox BlueField SoCs.
532
Lei Wang10887502020-01-22 16:31:14 -0800533config EDAC_DMC520
534 tristate "ARM DMC-520 ECC"
535 depends on ARM64
536 help
537 Support for error detection and correction on the
538 SoCs with ARM DMC-520 DRAM controller.
539
Jan Engelhardt751cb5e2007-07-15 23:39:27 -0700540endif # EDAC