blob: 9142949734f541630a7cb7a4512be15f6986f0fc [file] [log] [blame]
Huang Yingc465def2009-06-15 10:42:57 +08001#
2# PCI Express Root Port Device AER Debug Configuration
3#
4
5config PCIEAER_INJECT
Stefan Assmann7e8af372009-12-03 18:00:10 +01006 tristate "PCIe AER error injector support"
Huang Yingc465def2009-06-15 10:42:57 +08007 depends on PCIEAER
8 default n
9 help
10 This enables PCI Express Root Port Advanced Error Reporting
11 (AER) software error injector.
12
Stefan Assmann7e8af372009-12-03 18:00:10 +010013 Debugging PCIe AER code is quite difficult because it is hard
Huang Yingc465def2009-06-15 10:42:57 +080014 to trigger various real hardware errors. Software based
15 error injection can fake almost all kinds of errors with the
16 help of a user space helper tool aer-inject, which can be
17 gotten from:
18 http://www.kernel.org/pub/linux/utils/pci/aer-inject/