Kconfig.debug 586 B

123456789101112131415161718
  1. #
  2. # PCI Express Root Port Device AER Debug Configuration
  3. #
  4. config PCIEAER_INJECT
  5. tristate "PCIe AER error injector support"
  6. depends on PCIEAER
  7. default n
  8. help
  9. This enables PCI Express Root Port Advanced Error Reporting
  10. (AER) software error injector.
  11. Debugging PCIe AER code is quite difficult because it is hard
  12. to trigger various real hardware errors. Software based
  13. error injection can fake almost all kinds of errors with the
  14. help of a user space helper tool aer-inject, which can be
  15. gotten from:
  16. http://www.kernel.org/pub/linux/utils/pci/aer-inject/