x86/topology: Fix function name in documentation
[cris-mirror.git] / drivers / pci / pcie / aer / Kconfig.debug
blob67e02174b65b7ce9693b47450e9e698b9acdf24a
1 # SPDX-License-Identifier: GPL-2.0
3 # PCI Express Root Port Device AER Debug Configuration
6 config PCIEAER_INJECT
7         tristate "PCIe AER error injector support"
8         depends on PCIEAER
9         default n
10         help
11           This enables PCI Express Root Port Advanced Error Reporting
12           (AER) software error injector.
14           Debugging PCIe AER code is quite difficult because it is hard
15           to trigger various real hardware errors. Software based
16           error injection can fake almost all kinds of errors with the
17           help of a user space helper tool aer-inject, which can be
18           gotten from:
19              http://www.kernel.org/pub/linux/utils/pci/aer-inject/