1config BR2_PACKAGE_AER_INJECT 2 bool "aer-inject" 3 help 4 aer-inject allows to inject PCIE AER errors on the software 5 level into a running Linux kernel. This is intended for 6 validation of the PCIE driver error recovery handler and 7 PCIE AER core handler. 8 9 Requires a new Linux kernel with PCIE AER error injection 10 patches. 11 12 https://git.kernel.org/cgit/linux/kernel/git/gong.chen/aer-inject.git/ 13