Kconfig 916 B

1234567891011121314151617181920212223
  1. config MCE_AMD_INJ
  2. tristate "Simple MCE injection interface for AMD processors"
  3. depends on RAS && X86_MCE && DEBUG_FS && AMD_NB
  4. default n
  5. help
  6. This is a simple debugfs interface to inject MCEs and test different
  7. aspects of the MCE handling code.
  8. WARNING: Do not even assume this interface is staying stable!
  9. config RAS_CEC
  10. bool "Correctable Errors Collector"
  11. depends on X86_MCE && MEMORY_FAILURE && DEBUG_FS
  12. ---help---
  13. This is a small cache which collects correctable memory errors per 4K
  14. page PFN and counts their repeated occurrence. Once the counter for a
  15. PFN overflows, we try to soft-offline that page as we take it to mean
  16. that it has reached a relatively high error count and would probably
  17. be best if we don't use it anymore.
  18. Bear in mind that this is absolutely useless if your platform doesn't
  19. have ECC DIMMs and doesn't have DRAM ECC checking enabled in the BIOS.