Kconfig 634 B

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