xref: /linux/drivers/edac/Kconfig (revision c17ee635fd3a482b2ad2bf5e269755c2eae5f25e)
1da9bb1d2SAlan Cox#
2da9bb1d2SAlan Cox#	EDAC Kconfig
34577ca55SDoug Thompson#	Copyright (c) 2008 Doug Thompson www.softwarebitmaker.com
4da9bb1d2SAlan Cox#	Licensed and distributed under the GPL
5b01aec9bSBorislav Petkov
6b01aec9bSBorislav Petkovconfig EDAC_ATOMIC_SCRUB
7b01aec9bSBorislav Petkov	bool
8da9bb1d2SAlan Cox
954451663SBorislav Petkovconfig EDAC_SUPPORT
1054451663SBorislav Petkov	bool
1154451663SBorislav Petkov
12751cb5e5SJan Engelhardtmenuconfig EDAC
13e3c4ff6dSBorislav Petkov	tristate "EDAC (Error Detection And Correction) reporting"
14e3c4ff6dSBorislav Petkov	depends on HAS_IOMEM && EDAC_SUPPORT && RAS
15da9bb1d2SAlan Cox	help
16a06b85ffSBorislav Petkov	  EDAC is a subsystem along with hardware-specific drivers designed to
17a06b85ffSBorislav Petkov	  report hardware errors. These are low-level errors that are reported
18a06b85ffSBorislav Petkov	  in the CPU or supporting chipset or other subsystems:
198cb2a398SDouglas Thompson	  memory errors, cache errors, PCI errors, thermal throttling, etc..
208cb2a398SDouglas Thompson	  If unsure, select 'Y'.
21da9bb1d2SAlan Cox
22a06b85ffSBorislav Petkov	  The mailing list for the EDAC project is linux-edac@vger.kernel.org.
2357c432b5STim Small
24751cb5e5SJan Engelhardtif EDAC
25da9bb1d2SAlan Cox
26da9bb1d2SAlan Coxconfig EDAC_DEBUG
27da9bb1d2SAlan Cox	bool "Debugging"
281c5bf781SBorislav Petkov	select DEBUG_FS
29da9bb1d2SAlan Cox	help
3037929874SBorislav Petkov	  This turns on debugging information for the entire EDAC subsystem.
3137929874SBorislav Petkov	  You do so by inserting edac_module with "edac_debug_level=x." Valid
3237929874SBorislav Petkov	  levels are 0-4 (from low to high) and by default it is set to 2.
3337929874SBorislav Petkov	  Usually you should select 'N' here.
34da9bb1d2SAlan Cox
350d18b2e3SBorislav Petkovconfig EDAC_DECODE_MCE
360d18b2e3SBorislav Petkov	tristate "Decode MCEs in human-readable form (only on AMD for now)"
37168eb34dSBorislav Petkov	depends on CPU_SUP_AMD && X86_MCE_AMD
380d18b2e3SBorislav Petkov	default y
39a7f7f624SMasahiro Yamada	help
400d18b2e3SBorislav Petkov	  Enable this option if you want to decode Machine Check Exceptions
4125985edcSLucas De Marchi	  occurring on your machine in human-readable form.
420d18b2e3SBorislav Petkov
430d18b2e3SBorislav Petkov	  You should definitely say Y here in case you want to decode MCEs
440d18b2e3SBorislav Petkov	  which occur really early upon boot, before the module infrastructure
450d18b2e3SBorislav Petkov	  has been initialized.
460d18b2e3SBorislav Petkov
4777c5f5d2SMauro Carvalho Chehabconfig EDAC_GHES
48802e7f1dSJia He	tristate "Output ACPI APEI/GHES BIOS detected errors via EDAC"
49802e7f1dSJia He	depends on ACPI_APEI_GHES
50ed27b5dfSShuai Xue	select UEFI_CPER
5177c5f5d2SMauro Carvalho Chehab	help
5277c5f5d2SMauro Carvalho Chehab	  Not all machines support hardware-driven error report. Some of those
5377c5f5d2SMauro Carvalho Chehab	  provide a BIOS-driven error report mechanism via ACPI, using the
5477c5f5d2SMauro Carvalho Chehab	  APEI/GHES driver. By enabling this option, the error reports provided
5577c5f5d2SMauro Carvalho Chehab	  by GHES are sent to userspace via the EDAC API.
5677c5f5d2SMauro Carvalho Chehab
5777c5f5d2SMauro Carvalho Chehab	  When this option is enabled, it will disable the hardware-driven
5877c5f5d2SMauro Carvalho Chehab	  mechanisms, if a GHES BIOS is detected, entering into the
5977c5f5d2SMauro Carvalho Chehab	  "Firmware First" mode.
6077c5f5d2SMauro Carvalho Chehab
6177c5f5d2SMauro Carvalho Chehab	  It should be noticed that keeping both GHES and a hardware-driven
6277c5f5d2SMauro Carvalho Chehab	  error mechanism won't work well, as BIOS will race with OS, while
6377c5f5d2SMauro Carvalho Chehab	  reading the error registers. So, if you want to not use "Firmware
6477c5f5d2SMauro Carvalho Chehab	  first" GHES error mechanism, you should disable GHES either at
6577c5f5d2SMauro Carvalho Chehab	  compilation time or by passing "ghes.disable=1" Kernel parameter
6677c5f5d2SMauro Carvalho Chehab	  at boot time.
6777c5f5d2SMauro Carvalho Chehab
6877c5f5d2SMauro Carvalho Chehab	  In doubt, say 'Y'.
6977c5f5d2SMauro Carvalho Chehab
70f90b7381SShiju Joseconfig EDAC_SCRUB
71f90b7381SShiju Jose	bool "EDAC scrub feature"
72f90b7381SShiju Jose	help
73f90b7381SShiju Jose	  The EDAC scrub feature is optional and is designed to control the
74f90b7381SShiju Jose	  memory scrubbers in the system. The common sysfs scrub interface
75f90b7381SShiju Jose	  abstracts the control of various arbitrary scrubbing functionalities
76f90b7381SShiju Jose	  into a unified set of functions.
77f90b7381SShiju Jose	  Say 'y/n' to enable/disable EDAC scrub feature.
78f90b7381SShiju Jose
79bcbd069bSShiju Joseconfig EDAC_ECS
80bcbd069bSShiju Jose	bool "EDAC ECS (Error Check Scrub) feature"
81bcbd069bSShiju Jose	help
82bcbd069bSShiju Jose	  The EDAC ECS feature is optional and is designed to control on-die
83bcbd069bSShiju Jose	  error check scrub (e.g., DDR5 ECS) in the system. The common sysfs
84bcbd069bSShiju Jose	  ECS interface abstracts the control of various ECS functionalities
85bcbd069bSShiju Jose	  into a unified set of functions.
86bcbd069bSShiju Jose	  Say 'y/n' to enable/disable EDAC ECS feature.
87bcbd069bSShiju Jose
88699ea521SShiju Joseconfig EDAC_MEM_REPAIR
89699ea521SShiju Jose	bool "EDAC memory repair feature"
90699ea521SShiju Jose	help
91699ea521SShiju Jose	  The EDAC memory repair feature is optional and is designed to control
92699ea521SShiju Jose	  the memory devices with repair features, such as Post Package Repair
93699ea521SShiju Jose	  (PPR), memory sparing etc. The common sysfs memory repair interface
94699ea521SShiju Jose	  abstracts the control of various memory repair functionalities into
95699ea521SShiju Jose	  a unified set of functions.
96699ea521SShiju Jose	  Say 'y/n' to enable/disable EDAC memory repair feature.
97699ea521SShiju Jose
987d6034d3SDoug Thompsonconfig EDAC_AMD64
99f5b10c45STomasz Pala	tristate "AMD64 (Opteron, Athlon64)"
100e3c4ff6dSBorislav Petkov	depends on AMD_NB && EDAC_DECODE_MCE
101d6caeafaSMario Limonciello	depends on AMD_NODE
1026c9058f4SYazen Ghannam	imply AMD_ATL
1037d6034d3SDoug Thompson	help
104027dbd6fSBorislav Petkov	  Support for error detection and correction of DRAM ECC errors on
105f5b10c45STomasz Pala	  the AMD64 families (>= K8) of memory controllers.
1067d6034d3SDoug Thompson
10761810096SBorislav Petkov	  When EDAC_DEBUG is enabled, hardware error injection facilities
10861810096SBorislav Petkov	  through sysfs are available:
10961810096SBorislav Petkov
1101865bc71SBorislav Petkov	  AMD CPUs up to and excluding family 0x17 provide for Memory
1111865bc71SBorislav Petkov	  Error Injection into the ECC detection circuits. The amd64_edac
1121865bc71SBorislav Petkov	  module allows the operator/user to inject Uncorrectable and
1131865bc71SBorislav Petkov	  Correctable errors into DRAM.
1147d6034d3SDoug Thompson
1157d6034d3SDoug Thompson	  When enabled, in each of the respective memory controller directories
1167d6034d3SDoug Thompson	  (/sys/devices/system/edac/mc/mcX), there are 3 input files:
1177d6034d3SDoug Thompson
1187d6034d3SDoug Thompson	  - inject_section (0..3, 16-byte section of 64-byte cacheline),
1197d6034d3SDoug Thompson	  - inject_word (0..8, 16-bit word of 16-byte section),
1207d6034d3SDoug Thompson	  - inject_ecc_vector (hex ecc vector: select bits of inject word)
1217d6034d3SDoug Thompson
1227d6034d3SDoug Thompson	  In addition, there are two control files, inject_read and inject_write,
1237d6034d3SDoug Thompson	  which trigger the DRAM ECC Read and Write respectively.
124da9bb1d2SAlan Cox
125e23a7cdeSTalel Shenharconfig EDAC_AL_MC
126e23a7cdeSTalel Shenhar	tristate "Amazon's Annapurna Lab Memory Controller"
127e23a7cdeSTalel Shenhar	depends on (ARCH_ALPINE || COMPILE_TEST)
128e23a7cdeSTalel Shenhar	help
129e23a7cdeSTalel Shenhar	  Support for error detection and correction for Amazon's Annapurna
130e23a7cdeSTalel Shenhar	  Labs Alpine chips which allow 1 bit correction and 2 bits detection.
131e23a7cdeSTalel Shenhar
132da9bb1d2SAlan Coxconfig EDAC_AMD76X
133da9bb1d2SAlan Cox	tristate "AMD 76x (760, 762, 768)"
134e3c4ff6dSBorislav Petkov	depends on PCI && X86_32
135da9bb1d2SAlan Cox	help
136da9bb1d2SAlan Cox	  Support for error detection and correction on the AMD 76x
137da9bb1d2SAlan Cox	  series of chipsets used with the Athlon processor.
138da9bb1d2SAlan Cox
139da9bb1d2SAlan Coxconfig EDAC_E7XXX
140da9bb1d2SAlan Cox	tristate "Intel e7xxx (e7205, e7500, e7501, e7505)"
141e3c4ff6dSBorislav Petkov	depends on PCI && X86_32
142da9bb1d2SAlan Cox	help
143da9bb1d2SAlan Cox	  Support for error detection and correction on the Intel
144da9bb1d2SAlan Cox	  E7205, E7500, E7501 and E7505 server chipsets.
145da9bb1d2SAlan Cox
146da9bb1d2SAlan Coxconfig EDAC_E752X
1475135b797SAndrei Konovalov	tristate "Intel e752x (e7520, e7525, e7320) and 3100"
148e3c4ff6dSBorislav Petkov	depends on PCI && X86
149da9bb1d2SAlan Cox	help
150da9bb1d2SAlan Cox	  Support for error detection and correction on the Intel
151da9bb1d2SAlan Cox	  E7520, E7525, E7320 server chipsets.
152da9bb1d2SAlan Cox
153da9bb1d2SAlan Coxconfig EDAC_I82875P
154da9bb1d2SAlan Cox	tristate "Intel 82875p (D82875P, E7210)"
155e3c4ff6dSBorislav Petkov	depends on PCI && X86_32
156da9bb1d2SAlan Cox	help
157da9bb1d2SAlan Cox	  Support for error detection and correction on the Intel
158da9bb1d2SAlan Cox	  DP82785P and E7210 server chipsets.
159da9bb1d2SAlan Cox
160420390f0SRanganathan Desikanconfig EDAC_I82975X
161420390f0SRanganathan Desikan	tristate "Intel 82975x (D82975x)"
162e3c4ff6dSBorislav Petkov	depends on PCI && X86
163420390f0SRanganathan Desikan	help
164420390f0SRanganathan Desikan	  Support for error detection and correction on the Intel
165420390f0SRanganathan Desikan	  DP82975x server chipsets.
166420390f0SRanganathan Desikan
167535c6a53SJason Uhlenkottconfig EDAC_I3000
168535c6a53SJason Uhlenkott	tristate "Intel 3000/3010"
169e3c4ff6dSBorislav Petkov	depends on PCI && X86
170535c6a53SJason Uhlenkott	help
171535c6a53SJason Uhlenkott	  Support for error detection and correction on the Intel
172535c6a53SJason Uhlenkott	  3000 and 3010 server chipsets.
173535c6a53SJason Uhlenkott
174dd8ef1dbSJason Uhlenkottconfig EDAC_I3200
175dd8ef1dbSJason Uhlenkott	tristate "Intel 3200"
176e3c4ff6dSBorislav Petkov	depends on PCI && X86
177dd8ef1dbSJason Uhlenkott	help
178dd8ef1dbSJason Uhlenkott	  Support for error detection and correction on the Intel
179dd8ef1dbSJason Uhlenkott	  3200 and 3210 server chipsets.
180dd8ef1dbSJason Uhlenkott
1817ee40b89SJason Baronconfig EDAC_IE31200
1827ee40b89SJason Baron	tristate "Intel e312xx"
183a5db1b29SQiuxu Zhuo	depends on PCI && X86 && X86_MCE_INTEL
1847ee40b89SJason Baron	help
1857ee40b89SJason Baron	  Support for error detection and correction on the Intel
1867ee40b89SJason Baron	  E3-1200 based DRAM controllers.
1877ee40b89SJason Baron
188df8bc08cSHitoshi Mitakeconfig EDAC_X38
189df8bc08cSHitoshi Mitake	tristate "Intel X38"
190e3c4ff6dSBorislav Petkov	depends on PCI && X86
191df8bc08cSHitoshi Mitake	help
192df8bc08cSHitoshi Mitake	  Support for error detection and correction on the Intel
193df8bc08cSHitoshi Mitake	  X38 server chipsets.
194df8bc08cSHitoshi Mitake
195920c8df6SMauro Carvalho Chehabconfig EDAC_I5400
196920c8df6SMauro Carvalho Chehab	tristate "Intel 5400 (Seaburg) chipsets"
197e3c4ff6dSBorislav Petkov	depends on PCI && X86
198920c8df6SMauro Carvalho Chehab	help
199920c8df6SMauro Carvalho Chehab	  Support for error detection and correction the Intel
200920c8df6SMauro Carvalho Chehab	  i5400 MCH chipset (Seaburg).
201920c8df6SMauro Carvalho Chehab
202a0c36a1fSMauro Carvalho Chehabconfig EDAC_I7CORE
203a0c36a1fSMauro Carvalho Chehab	tristate "Intel i7 Core (Nehalem) processors"
204e3c4ff6dSBorislav Petkov	depends on PCI && X86 && X86_MCE_INTEL
205a0c36a1fSMauro Carvalho Chehab	help
206a0c36a1fSMauro Carvalho Chehab	  Support for error detection and correction the Intel
207696e409dSMauro Carvalho Chehab	  i7 Core (Nehalem) Integrated Memory Controller that exists on
208696e409dSMauro Carvalho Chehab	  newer processors like i7 Core, i7 Core Extreme, Xeon 35xx
209696e409dSMauro Carvalho Chehab	  and Xeon 55xx processors.
210a0c36a1fSMauro Carvalho Chehab
211da9bb1d2SAlan Coxconfig EDAC_I82860
212da9bb1d2SAlan Cox	tristate "Intel 82860"
213e3c4ff6dSBorislav Petkov	depends on PCI && X86_32
214da9bb1d2SAlan Cox	help
215da9bb1d2SAlan Cox	  Support for error detection and correction on the Intel
216da9bb1d2SAlan Cox	  82860 chipset.
217da9bb1d2SAlan Cox
218eb60705aSEric Wollesenconfig EDAC_I5000
219eb60705aSEric Wollesen	tristate "Intel Greencreek/Blackford chipset"
220e3c4ff6dSBorislav Petkov	depends on X86 && PCI
22175564191SAristeu Rozanski	depends on BROKEN
222eb60705aSEric Wollesen	help
223eb60705aSEric Wollesen	  Support for error detection and correction the Intel
224eb60705aSEric Wollesen	  Greekcreek/Blackford chipsets.
225eb60705aSEric Wollesen
2268f421c59SArthur Jonesconfig EDAC_I5100
2278f421c59SArthur Jones	tristate "Intel San Clemente MCH"
228e3c4ff6dSBorislav Petkov	depends on X86 && PCI
2298f421c59SArthur Jones	help
2308f421c59SArthur Jones	  Support for error detection and correction the Intel
2318f421c59SArthur Jones	  San Clemente MCH.
2328f421c59SArthur Jones
233fcaf780bSMauro Carvalho Chehabconfig EDAC_I7300
234fcaf780bSMauro Carvalho Chehab	tristate "Intel Clarksboro MCH"
235e3c4ff6dSBorislav Petkov	depends on X86 && PCI
236fcaf780bSMauro Carvalho Chehab	help
237fcaf780bSMauro Carvalho Chehab	  Support for error detection and correction the Intel
238fcaf780bSMauro Carvalho Chehab	  Clarksboro MCH (Intel 7300 chipset).
239fcaf780bSMauro Carvalho Chehab
2403d78c9afSMauro Carvalho Chehabconfig EDAC_SBRIDGE
24150d1bb93SAristeu Rozanski	tristate "Intel Sandy-Bridge/Ivy-Bridge/Haswell Integrated MC"
242e3c4ff6dSBorislav Petkov	depends on PCI && X86_64 && X86_MCE_INTEL && PCI_MMCONFIG
2433d78c9afSMauro Carvalho Chehab	help
2443d78c9afSMauro Carvalho Chehab	  Support for error detection and correction the Intel
24550d1bb93SAristeu Rozanski	  Sandy Bridge, Ivy Bridge and Haswell Integrated Memory Controllers.
2463d78c9afSMauro Carvalho Chehab
2474ec656bdSTony Luckconfig EDAC_SKX
2484ec656bdSTony Luck	tristate "Intel Skylake server Integrated MC"
24924c9d423SLuck, Tony	depends on PCI && X86_64 && X86_MCE_INTEL && PCI_MMCONFIG && ACPI
250de245ae0SRandy Dunlap	depends on ACPI_NFIT || !ACPI_NFIT # if ACPI_NFIT=m, EDAC_SKX can't be y
25158ca9ac1STony Luck	select DMI
25224c9d423SLuck, Tony	select ACPI_ADXL
2534ec656bdSTony Luck	help
2544ec656bdSTony Luck	  Support for error detection and correction the Intel
25558ca9ac1STony Luck	  Skylake server Integrated Memory Controllers. If your
25658ca9ac1STony Luck	  system has non-volatile DIMMs you should also manually
25758ca9ac1STony Luck	  select CONFIG_ACPI_NFIT.
2584ec656bdSTony Luck
259d4dc89d0SQiuxu Zhuoconfig EDAC_I10NM
260d4dc89d0SQiuxu Zhuo	tristate "Intel 10nm server Integrated MC"
261d6a9f733STony Luck	depends on PCI && X86_64 && X86_MCE_INTEL && PCI_MMCONFIG && ACPI
262d4dc89d0SQiuxu Zhuo	depends on ACPI_NFIT || !ACPI_NFIT # if ACPI_NFIT=m, EDAC_I10NM can't be y
263d4dc89d0SQiuxu Zhuo	select DMI
264d6a9f733STony Luck	select ACPI_ADXL
265d4dc89d0SQiuxu Zhuo	help
266d4dc89d0SQiuxu Zhuo	  Support for error detection and correction the Intel
267d4dc89d0SQiuxu Zhuo	  10nm server Integrated Memory Controllers. If your
268d4dc89d0SQiuxu Zhuo	  system has non-volatile DIMMs you should also manually
269d4dc89d0SQiuxu Zhuo	  select CONFIG_ACPI_NFIT.
270d4dc89d0SQiuxu Zhuo
271*9fc67b11SQiuxu Zhuoconfig EDAC_IMH
272*9fc67b11SQiuxu Zhuo	tristate "Intel Integrated Memory/IO Hub MC"
273*9fc67b11SQiuxu Zhuo	depends on X86_64 && X86_MCE_INTEL && ACPI
274*9fc67b11SQiuxu Zhuo	depends on ACPI_NFIT || !ACPI_NFIT # if ACPI_NFIT=m, EDAC_IMH can't be y
275*9fc67b11SQiuxu Zhuo	select DMI
276*9fc67b11SQiuxu Zhuo	select ACPI_ADXL
277*9fc67b11SQiuxu Zhuo	help
278*9fc67b11SQiuxu Zhuo	  Support for error detection and correction the Intel
279*9fc67b11SQiuxu Zhuo	  Integrated Memory/IO Hub Memory Controller. This MC IP is
280*9fc67b11SQiuxu Zhuo	  first used on the Diamond Rapids servers but may appear on
281*9fc67b11SQiuxu Zhuo	  others in the future.
282*9fc67b11SQiuxu Zhuo
2835c71ad17STony Luckconfig EDAC_PND2
2845c71ad17STony Luck	tristate "Intel Pondicherry2"
285e3c4ff6dSBorislav Petkov	depends on PCI && X86_64 && X86_MCE_INTEL
2867b2db704SAndy Shevchenko	select P2SB if X86
2875c71ad17STony Luck	help
2885c71ad17STony Luck	  Support for error detection and correction on the Intel
2895c71ad17STony Luck	  Pondicherry2 Integrated Memory Controller. This SoC IP is
2905c71ad17STony Luck	  first used on the Apollo Lake platform and Denverton
2915c71ad17STony Luck	  micro-server but may appear on others in the future.
2925c71ad17STony Luck
29310590a9dSQiuxu Zhuoconfig EDAC_IGEN6
29410590a9dSQiuxu Zhuo	tristate "Intel client SoC Integrated MC"
2950a9ece9bSRandy Dunlap	depends on PCI && PCI_MMCONFIG && ARCH_HAVE_NMI_SAFE_CMPXCHG
296a1c9ca5fSRandy Dunlap	depends on X86_64 && X86_MCE_INTEL
29710590a9dSQiuxu Zhuo	help
29810590a9dSQiuxu Zhuo	  Support for error detection and correction on the Intel
29910590a9dSQiuxu Zhuo	  client SoC Integrated Memory Controller using In-Band ECC IP.
30010590a9dSQiuxu Zhuo	  This In-Band ECC is first used on the Elkhart Lake SoC but
30110590a9dSQiuxu Zhuo	  may appear on others in the future.
30210590a9dSQiuxu Zhuo
303a9a753d5SDave Jiangconfig EDAC_MPC85XX
3042b8358a9SMichael Ellerman	bool "Freescale MPC83xx / MPC85xx"
3052b8358a9SMichael Ellerman	depends on FSL_SOC && EDAC=y
306a9a753d5SDave Jiang	help
307a9a753d5SDave Jiang	  Support for error detection and correction on the Freescale
30874210267SYork Sun	  MPC8349, MPC8560, MPC8540, MPC8548, T4240
309a9a753d5SDave Jiang
310eeb3d68bSYork Sunconfig EDAC_LAYERSCAPE
311eeb3d68bSYork Sun	tristate "Freescale Layerscape DDR"
31228dd6726SRasmus Villemoes	depends on ARCH_LAYERSCAPE || SOC_LS1021A
313eeb3d68bSYork Sun	help
314eeb3d68bSYork Sun	  Support for error detection and correction on Freescale memory
315eeb3d68bSYork Sun	  controllers on Layerscape SoCs.
316eeb3d68bSYork Sun
3177d8536fbSEgor Martovetskyconfig EDAC_PASEMI
3187d8536fbSEgor Martovetsky	tristate "PA Semi PWRficient"
319e3c4ff6dSBorislav Petkov	depends on PPC_PASEMI && PCI
3207d8536fbSEgor Martovetsky	help
3217d8536fbSEgor Martovetsky	  Support for error detection and correction on PA Semi
3227d8536fbSEgor Martovetsky	  PWRficient.
3237d8536fbSEgor Martovetsky
3242a9036afSHarry Ciaoconfig EDAC_CPC925
3252a9036afSHarry Ciao	tristate "IBM CPC925 Memory Controller (PPC970FX)"
326e3c4ff6dSBorislav Petkov	depends on PPC64
3272a9036afSHarry Ciao	help
3282a9036afSHarry Ciao	  Support for error detection and correction on the
3292a9036afSHarry Ciao	  IBM CPC925 Bridge and Memory Controller, which is
3302a9036afSHarry Ciao	  a companion chip to the PowerPC 970 family of
3312a9036afSHarry Ciao	  processors.
3322a9036afSHarry Ciao
333a1b01edbSRob Herringconfig EDAC_HIGHBANK_MC
334a1b01edbSRob Herring	tristate "Highbank Memory Controller"
335e3c4ff6dSBorislav Petkov	depends on ARCH_HIGHBANK
336a1b01edbSRob Herring	help
337a1b01edbSRob Herring	  Support for error detection and correction on the
338a1b01edbSRob Herring	  Calxeda Highbank memory controller.
339a1b01edbSRob Herring
34069154d06SRob Herringconfig EDAC_HIGHBANK_L2
34169154d06SRob Herring	tristate "Highbank L2 Cache"
342e3c4ff6dSBorislav Petkov	depends on ARCH_HIGHBANK
34369154d06SRob Herring	help
34469154d06SRob Herring	  Support for error detection and correction on the
34569154d06SRob Herring	  Calxeda Highbank memory controller.
34669154d06SRob Herring
347f65aad41SRalf Baechleconfig EDAC_OCTEON_PC
348f65aad41SRalf Baechle	tristate "Cavium Octeon Primary Caches"
349e3c4ff6dSBorislav Petkov	depends on CPU_CAVIUM_OCTEON
350f65aad41SRalf Baechle	help
351f65aad41SRalf Baechle	  Support for error detection and correction on the primary caches of
352f65aad41SRalf Baechle	  the cnMIPS cores of Cavium Octeon family SOCs.
353f65aad41SRalf Baechle
354f65aad41SRalf Baechleconfig EDAC_OCTEON_L2C
355f65aad41SRalf Baechle	tristate "Cavium Octeon Secondary Caches (L2C)"
356e3c4ff6dSBorislav Petkov	depends on CAVIUM_OCTEON_SOC
357f65aad41SRalf Baechle	help
358f65aad41SRalf Baechle	  Support for error detection and correction on the
359f65aad41SRalf Baechle	  Cavium Octeon family of SOCs.
360f65aad41SRalf Baechle
361f65aad41SRalf Baechleconfig EDAC_OCTEON_LMC
362f65aad41SRalf Baechle	tristate "Cavium Octeon DRAM Memory Controller (LMC)"
363e3c4ff6dSBorislav Petkov	depends on CAVIUM_OCTEON_SOC
364f65aad41SRalf Baechle	help
365f65aad41SRalf Baechle	  Support for error detection and correction on the
366f65aad41SRalf Baechle	  Cavium Octeon family of SOCs.
367f65aad41SRalf Baechle
368f65aad41SRalf Baechleconfig EDAC_OCTEON_PCI
369f65aad41SRalf Baechle	tristate "Cavium Octeon PCI Controller"
370e3c4ff6dSBorislav Petkov	depends on PCI && CAVIUM_OCTEON_SOC
371f65aad41SRalf Baechle	help
372f65aad41SRalf Baechle	  Support for error detection and correction on the
373f65aad41SRalf Baechle	  Cavium Octeon family of SOCs.
374f65aad41SRalf Baechle
37541003396SSergey Temerkhanovconfig EDAC_THUNDERX
37641003396SSergey Temerkhanov	tristate "Cavium ThunderX EDAC"
37741003396SSergey Temerkhanov	depends on ARM64
37841003396SSergey Temerkhanov	depends on PCI
37941003396SSergey Temerkhanov	help
38041003396SSergey Temerkhanov	  Support for error detection and correction on the
38141003396SSergey Temerkhanov	  Cavium ThunderX memory controllers (LMC), Cache
38241003396SSergey Temerkhanov	  Coherent Processor Interconnect (CCPI) and L2 cache
38341003396SSergey Temerkhanov	  blocks (TAD, CBC, MCI).
38441003396SSergey Temerkhanov
385c3eea194SThor Thayerconfig EDAC_ALTERA
386c3eea194SThor Thayer	bool "Altera SOCFPGA ECC"
387098da961SKrzysztof Kozlowski	depends on EDAC=y && ARCH_INTEL_SOCFPGA
38871bcada8SThor Thayer	help
38971bcada8SThor Thayer	  Support for error detection and correction on the
390580b5cf5SThor Thayer	  Altera SOCs. This is the global enable for the
391580b5cf5SThor Thayer	  various Altera peripherals.
392580b5cf5SThor Thayer
393580b5cf5SThor Thayerconfig EDAC_ALTERA_SDRAM
394580b5cf5SThor Thayer	bool "Altera SDRAM ECC"
395580b5cf5SThor Thayer	depends on EDAC_ALTERA=y
396580b5cf5SThor Thayer	help
397580b5cf5SThor Thayer	  Support for error detection and correction on the
398580b5cf5SThor Thayer	  Altera SDRAM Memory for Altera SoCs. Note that the
399580b5cf5SThor Thayer	  preloader must initialize the SDRAM before loading
400580b5cf5SThor Thayer	  the kernel.
401c3eea194SThor Thayer
402c3eea194SThor Thayerconfig EDAC_ALTERA_L2C
403c3eea194SThor Thayer	bool "Altera L2 Cache ECC"
4043a8f21f1SThor Thayer	depends on EDAC_ALTERA=y && CACHE_L2X0
405c3eea194SThor Thayer	help
406c3eea194SThor Thayer	  Support for error detection and correction on the
407c3eea194SThor Thayer	  Altera L2 cache Memory for Altera SoCs. This option
4083a8f21f1SThor Thayer	  requires L2 cache.
409c3eea194SThor Thayer
410c3eea194SThor Thayerconfig EDAC_ALTERA_OCRAM
411c3eea194SThor Thayer	bool "Altera On-Chip RAM ECC"
412c3eea194SThor Thayer	depends on EDAC_ALTERA=y && SRAM && GENERIC_ALLOCATOR
413c3eea194SThor Thayer	help
414c3eea194SThor Thayer	  Support for error detection and correction on the
415c3eea194SThor Thayer	  Altera On-Chip RAM Memory for Altera SoCs.
41671bcada8SThor Thayer
417ab8c1e0fSThor Thayerconfig EDAC_ALTERA_ETHERNET
418ab8c1e0fSThor Thayer	bool "Altera Ethernet FIFO ECC"
419ab8c1e0fSThor Thayer	depends on EDAC_ALTERA=y
420ab8c1e0fSThor Thayer	help
421ab8c1e0fSThor Thayer	  Support for error detection and correction on the
422ab8c1e0fSThor Thayer	  Altera Ethernet FIFO Memory for Altera SoCs.
423ab8c1e0fSThor Thayer
424c6882fb2SThor Thayerconfig EDAC_ALTERA_NAND
425c6882fb2SThor Thayer	bool "Altera NAND FIFO ECC"
426c6882fb2SThor Thayer	depends on EDAC_ALTERA=y && MTD_NAND_DENALI
427c6882fb2SThor Thayer	help
428c6882fb2SThor Thayer	  Support for error detection and correction on the
429c6882fb2SThor Thayer	  Altera NAND FIFO Memory for Altera SoCs.
430c6882fb2SThor Thayer
431e8263793SThor Thayerconfig EDAC_ALTERA_DMA
432e8263793SThor Thayer	bool "Altera DMA FIFO ECC"
433e8263793SThor Thayer	depends on EDAC_ALTERA=y && PL330_DMA=y
434e8263793SThor Thayer	help
435e8263793SThor Thayer	  Support for error detection and correction on the
436e8263793SThor Thayer	  Altera DMA FIFO Memory for Altera SoCs.
437e8263793SThor Thayer
438c609581dSThor Thayerconfig EDAC_ALTERA_USB
439c609581dSThor Thayer	bool "Altera USB FIFO ECC"
440c609581dSThor Thayer	depends on EDAC_ALTERA=y && USB_DWC2
441c609581dSThor Thayer	help
442c609581dSThor Thayer	  Support for error detection and correction on the
443c609581dSThor Thayer	  Altera USB FIFO Memory for Altera SoCs.
444c609581dSThor Thayer
445485fe9e2SThor Thayerconfig EDAC_ALTERA_QSPI
446485fe9e2SThor Thayer	bool "Altera QSPI FIFO ECC"
447485fe9e2SThor Thayer	depends on EDAC_ALTERA=y && SPI_CADENCE_QUADSPI
448485fe9e2SThor Thayer	help
449485fe9e2SThor Thayer	  Support for error detection and correction on the
450485fe9e2SThor Thayer	  Altera QSPI FIFO Memory for Altera SoCs.
451485fe9e2SThor Thayer
45291104984SThor Thayerconfig EDAC_ALTERA_SDMMC
45391104984SThor Thayer	bool "Altera SDMMC FIFO ECC"
45491104984SThor Thayer	depends on EDAC_ALTERA=y && MMC_DW
45591104984SThor Thayer	help
45691104984SThor Thayer	  Support for error detection and correction on the
45791104984SThor Thayer	  Altera SDMMC FIFO Memory for Altera SoCs.
45891104984SThor Thayer
45991abaeaaSYash Shahconfig EDAC_SIFIVE
46091abaeaaSYash Shah	bool "Sifive platform EDAC driver"
461ca120a79SGreentime Hu	depends on EDAC=y && SIFIVE_CCACHE
46291abaeaaSYash Shah	help
46391abaeaaSYash Shah	  Support for error detection and correction on the SiFive SoCs.
46491abaeaaSYash Shah
4657f6998a4SJan Luebbeconfig EDAC_ARMADA_XP
4667f6998a4SJan Luebbe	bool "Marvell Armada XP DDR and L2 Cache ECC"
4677f6998a4SJan Luebbe	depends on MACH_MVEBU_V7
4687f6998a4SJan Luebbe	help
4697f6998a4SJan Luebbe	  Support for error correction and detection on the Marvell Aramada XP
4707f6998a4SJan Luebbe	  DDR RAM and L2 cache controllers.
4717f6998a4SJan Luebbe
472ae9b56e3SPunnaiah Choudary Kalluriconfig EDAC_SYNOPSYS
473ae9b56e3SPunnaiah Choudary Kalluri	tristate "Synopsys DDR Memory Controller"
4745297ecfeSSherry Sun	depends on ARCH_ZYNQ || ARCH_ZYNQMP || ARCH_INTEL_SOCFPGA || ARCH_MXC
475ae9b56e3SPunnaiah Choudary Kalluri	help
476ae9b56e3SPunnaiah Choudary Kalluri	  Support for error detection and correction on the Synopsys DDR
477ae9b56e3SPunnaiah Choudary Kalluri	  memory controller.
478ae9b56e3SPunnaiah Choudary Kalluri
4790d442930SLoc Hoconfig EDAC_XGENE
4800d442930SLoc Ho	tristate "APM X-Gene SoC"
481e3c4ff6dSBorislav Petkov	depends on (ARM64 || COMPILE_TEST)
4820d442930SLoc Ho	help
4830d442930SLoc Ho	  Support for error detection and correction on the
4840d442930SLoc Ho	  APM X-Gene family of SOCs.
4850d442930SLoc Ho
48686a18ee2STero Kristoconfig EDAC_TI
48786a18ee2STero Kristo	tristate "Texas Instruments DDR3 ECC Controller"
48886a18ee2STero Kristo	depends on ARCH_KEYSTONE || SOC_DRA7XX
48986a18ee2STero Kristo	help
490a483e227SKrzysztof Kozlowski	  Support for error detection and correction on the TI SoCs.
49186a18ee2STero Kristo
49227450653SChannagoud Kadabiconfig EDAC_QCOM
49327450653SChannagoud Kadabi	tristate "QCOM EDAC Controller"
49427450653SChannagoud Kadabi	depends on ARCH_QCOM && QCOM_LLCC
49527450653SChannagoud Kadabi	help
49627450653SChannagoud Kadabi	  Support for error detection and correction on the
49727450653SChannagoud Kadabi	  Qualcomm Technologies, Inc. SoCs.
49827450653SChannagoud Kadabi
49927450653SChannagoud Kadabi	  This driver reports Single Bit Errors (SBEs) and Double Bit Errors (DBEs).
50027450653SChannagoud Kadabi	  As of now, it supports error reporting for Last Level Cache Controller (LLCC)
50127450653SChannagoud Kadabi	  of Tag RAM and Data RAM.
50227450653SChannagoud Kadabi
50327450653SChannagoud Kadabi	  For debugging issues having to do with stability and overall system
50427450653SChannagoud Kadabi	  health, you should probably say 'Y' here.
50527450653SChannagoud Kadabi
5069b7e6242SStefan M Schaeckelerconfig EDAC_ASPEED
507edfc2d73STroy Lee	tristate "Aspeed AST BMC SoC"
508edfc2d73STroy Lee	depends on ARCH_ASPEED
5099b7e6242SStefan M Schaeckeler	help
510edfc2d73STroy Lee	  Support for error detection and correction on the Aspeed AST BMC SoC.
5119b7e6242SStefan M Schaeckeler
5129b7e6242SStefan M Schaeckeler	  First, ECC must be configured in the bootloader. Then, this driver
5139b7e6242SStefan M Schaeckeler	  will expose error counters via the EDAC kernel framework.
5149b7e6242SStefan M Schaeckeler
51582413e56SShravan Kumar Ramaniconfig EDAC_BLUEFIELD
51682413e56SShravan Kumar Ramani	tristate "Mellanox BlueField Memory ECC"
51782413e56SShravan Kumar Ramani	depends on ARM64 && ((MELLANOX_PLATFORM && ACPI) || COMPILE_TEST)
51882413e56SShravan Kumar Ramani	help
51982413e56SShravan Kumar Ramani	  Support for error detection and correction on the
52082413e56SShravan Kumar Ramani	  Mellanox BlueField SoCs.
52182413e56SShravan Kumar Ramani
5221088750dSLei Wangconfig EDAC_DMC520
5231088750dSLei Wang	tristate "ARM DMC-520 ECC"
5241088750dSLei Wang	depends on ARM64
5251088750dSLei Wang	help
5261088750dSLei Wang	  Support for error detection and correction on the
5271088750dSLei Wang	  SoCs with ARM DMC-520 DRAM controller.
5281088750dSLei Wang
5293bd2706cSSai Krishna Potthuriconfig EDAC_ZYNQMP
5303bd2706cSSai Krishna Potthuri	tristate "Xilinx ZynqMP OCM Controller"
5313bd2706cSSai Krishna Potthuri	depends on ARCH_ZYNQMP || COMPILE_TEST
5323bd2706cSSai Krishna Potthuri	help
5333bd2706cSSai Krishna Potthuri	  This driver supports error detection and correction for the
5343bd2706cSSai Krishna Potthuri	  Xilinx ZynqMP OCM (On Chip Memory) controller. It can also be
5353bd2706cSSai Krishna Potthuri	  built as a module. In that case it will be called zynqmp_edac.
5363bd2706cSSai Krishna Potthuri
537d244c610SMarvin Linconfig EDAC_NPCM
538d244c610SMarvin Lin	tristate "Nuvoton NPCM DDR Memory Controller"
539d244c610SMarvin Lin	depends on (ARCH_NPCM || COMPILE_TEST)
540d244c610SMarvin Lin	help
541d244c610SMarvin Lin	  Support for error detection and correction on the Nuvoton NPCM DDR
542d244c610SMarvin Lin	  memory controller.
543d244c610SMarvin Lin
544d244c610SMarvin Lin	  The memory controller supports single bit error correction, double bit
545d244c610SMarvin Lin	  error detection (in-line ECC in which a section 1/8th of the memory
546d244c610SMarvin Lin	  device used to store data is used for ECC storage).
547d244c610SMarvin Lin
5486f15b178SShubhrajyoti Dattaconfig EDAC_VERSAL
5496f15b178SShubhrajyoti Datta	tristate "Xilinx Versal DDR Memory Controller"
5506f15b178SShubhrajyoti Datta	depends on ARCH_ZYNQMP || COMPILE_TEST
5516f15b178SShubhrajyoti Datta	help
5526f15b178SShubhrajyoti Datta	  Support for error detection and correction on the Xilinx Versal DDR
5536f15b178SShubhrajyoti Datta	  memory controller.
5546f15b178SShubhrajyoti Datta
5556f15b178SShubhrajyoti Datta	  Report both single bit errors (CE) and double bit errors (UE).
5566f15b178SShubhrajyoti Datta	  Support injecting both correctable and uncorrectable errors
5576f15b178SShubhrajyoti Datta	  for debugging purposes.
5586f15b178SShubhrajyoti Datta
559558aff7aSZhao Qunqinconfig EDAC_LOONGSON
560558aff7aSZhao Qunqin	tristate "Loongson Memory Controller"
561558aff7aSZhao Qunqin	depends on LOONGARCH && ACPI
562558aff7aSZhao Qunqin	help
563558aff7aSZhao Qunqin	  Support for error detection and correction on the Loongson
564558aff7aSZhao Qunqin	  family memory controller. This driver reports single bit
565558aff7aSZhao Qunqin	  errors (CE) only. Loongson-3A5000/3C5000/3D5000/3A6000/3C6000
566558aff7aSZhao Qunqin	  are compatible.
5676f15b178SShubhrajyoti Datta
568fb13ae06SSascha Hauerconfig EDAC_CORTEX_A72
569fb13ae06SSascha Hauer	tristate "ARM Cortex A72"
570fb13ae06SSascha Hauer	depends on ARM64
571fb13ae06SSascha Hauer	help
572fb13ae06SSascha Hauer	  Support for L1/L2 cache error detection for ARM Cortex A72 processor.
573fb13ae06SSascha Hauer	  The detected and reported errors are from reading CPU/L2 memory error
574fb13ae06SSascha Hauer	  syndrome registers.
575fb13ae06SSascha Hauer
576d5fe2fecSShubhrajyoti Dattaconfig EDAC_VERSALNET
577d5fe2fecSShubhrajyoti Datta	tristate "AMD VersalNET DDR Controller"
578d5fe2fecSShubhrajyoti Datta	depends on CDX_CONTROLLER && ARCH_ZYNQMP
579d5fe2fecSShubhrajyoti Datta	help
580d5fe2fecSShubhrajyoti Datta	  Support for single bit error correction, double bit error detection
581d5fe2fecSShubhrajyoti Datta	  and other system errors from various IP subsystems like RPU, NOCs,
582d5fe2fecSShubhrajyoti Datta	  HNICX, PL on the AMD Versal NET DDR memory controller.
583d5fe2fecSShubhrajyoti Datta
584751cb5e5SJan Engelhardtendif # EDAC
585