Kconfig 643 B

12345678910111213141516171819202122232425262728
  1. #
  2. # PCI Express Root Port Device AER Configuration
  3. #
  4. config PCIEAER
  5. bool "Root Port Advanced Error Reporting support"
  6. depends on PCIEPORTBUS
  7. select RAS
  8. default y
  9. help
  10. This enables PCI Express Root Port Advanced Error Reporting
  11. (AER) driver support. Error reporting messages sent to Root
  12. Port will be handled by PCI Express AER driver.
  13. #
  14. # PCI Express ECRC
  15. #
  16. config PCIE_ECRC
  17. bool "PCI Express ECRC settings control"
  18. depends on PCIEAER
  19. help
  20. Used to override firmware/bios settings for PCI Express ECRC
  21. (transaction layer end-to-end CRC checking).
  22. When in doubt, say N.
  23. source "drivers/pci/pcie/aer/Kconfig.debug"