URL
https://opencores.org/ocsvn/test_project/test_project/trunk
Subversion Repositories test_project
[/] [test_project/] [trunk/] [linux_sd_driver/] [drivers/] [edac/] [Kconfig] - Rev 62
Compare with Previous | Blame | View Log
## EDAC Kconfig# Copyright (c) 2003 Linux Networx# Licensed and distributed under the GPL#menuconfig EDACbool "EDAC - error detection and reporting (EXPERIMENTAL)"depends on HAS_IOMEMdepends on EXPERIMENTALdepends on X86 || PPChelpEDAC is designed to report errors in the core system.These are low-level errors that are reported in the CPU orsupporting chipset or other subsystems:memory errors, cache errors, PCI errors, thermal throttling, etc..If unsure, select 'Y'.If this code is reporting problems on your system, pleasesee the EDAC project web pages for more information at:<http://bluesmoke.sourceforge.net/>and:<http://buttersideup.com/edacwiki>There is also a mailing list for the EDAC project, which canbe found via the sourceforge page.if EDACcomment "Reporting subsystems"config EDAC_DEBUGbool "Debugging"helpThis turns on debugging information for the entire EDACsub-system. You can insert module with "debug_level=x", currentthere're four debug levels (x=0,1,2,3 from low to high).Usually you should select 'N'.config EDAC_MM_EDACtristate "Main Memory EDAC (Error Detection And Correction) reporting"default yhelpSome systems are able to detect and correct errors in mainmemory. EDAC can report statistics on memory errordetection and correction (EDAC - or commonly referred to ECCerrors). EDAC will also try to decode where these errorsoccurred so that a particular failing memory module can bereplaced. If unsure, select 'Y'.config EDAC_AMD76Xtristate "AMD 76x (760, 762, 768)"depends on EDAC_MM_EDAC && PCI && X86_32helpSupport for error detection and correction on the AMD 76xseries of chipsets used with the Athlon processor.config EDAC_E7XXXtristate "Intel e7xxx (e7205, e7500, e7501, e7505)"depends on EDAC_MM_EDAC && PCI && X86_32helpSupport for error detection and correction on the IntelE7205, E7500, E7501 and E7505 server chipsets.config EDAC_E752Xtristate "Intel e752x (e7520, e7525, e7320)"depends on EDAC_MM_EDAC && PCI && X86 && HOTPLUGhelpSupport for error detection and correction on the IntelE7520, E7525, E7320 server chipsets.config EDAC_I82443BXGXtristate "Intel 82443BX/GX (440BX/GX)"depends on EDAC_MM_EDAC && PCI && X86_32depends on BROKENhelpSupport for error detection and correction on the Intel82443BX/GX memory controllers (440BX/GX chipsets).config EDAC_I82875Ptristate "Intel 82875p (D82875P, E7210)"depends on EDAC_MM_EDAC && PCI && X86_32helpSupport for error detection and correction on the IntelDP82785P and E7210 server chipsets.config EDAC_I82975Xtristate "Intel 82975x (D82975x)"depends on EDAC_MM_EDAC && PCI && X86helpSupport for error detection and correction on the IntelDP82975x server chipsets.config EDAC_I3000tristate "Intel 3000/3010"depends on EDAC_MM_EDAC && PCI && X86_32helpSupport for error detection and correction on the Intel3000 and 3010 server chipsets.config EDAC_I82860tristate "Intel 82860"depends on EDAC_MM_EDAC && PCI && X86_32helpSupport for error detection and correction on the Intel82860 chipset.config EDAC_R82600tristate "Radisys 82600 embedded chipset"depends on EDAC_MM_EDAC && PCI && X86_32helpSupport for error detection and correction on the Radisys82600 embedded chipset.config EDAC_I5000tristate "Intel Greencreek/Blackford chipset"depends on EDAC_MM_EDAC && X86 && PCIhelpSupport for error detection and correction the IntelGreekcreek/Blackford chipsets.config EDAC_PASEMItristate "PA Semi PWRficient"depends on EDAC_MM_EDAC && PCIdepends on PPC_PASEMIhelpSupport for error detection and correction on PA SemiPWRficient.endif # EDAC
